[media] rtl2832_sdr: add kernel-doc comments for platform_data
authorAntti Palosaari <crope@iki.fi>
Mon, 2 Feb 2015 17:35:48 +0000 (14:35 -0300)
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>
Tue, 3 Feb 2015 18:31:01 +0000 (16:31 -0200)
Add kernel-doc comments for platform_data configuration structure.

Signed-off-by: Antti Palosaari <crope@iki.fi>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
drivers/media/dvb-frontends/rtl2832_sdr.h

index dd22e421162bbc1e68def5e9cf71e97a05f17436..d2594768bff2fadb8fad71625f021cc17f710cd1 100644 (file)
 #include <media/v4l2-subdev.h>
 #include "dvb_frontend.h"
 
+/**
+ * struct rtl2832_sdr_platform_data - Platform data for the rtl2832_sdr driver
+ * @clk: Clock frequency (4000000, 16000000, 25000000, 28800000).
+ * @tuner: Used tuner model.
+ * @i2c_client: rtl2832 demod driver I2C client.
+ * @bulk_read: rtl2832 driver private I/O interface.
+ * @bulk_write: rtl2832 driver private I/O interface.
+ * @update_bits: rtl2832 driver private I/O interface.
+ * @dvb_frontend: rtl2832 DVB frontend.
+ * @v4l2_subdev: Tuner v4l2 controls.
+ * @dvb_usb_device: DVB USB interface for USB streaming.
+ */
+
 struct rtl2832_sdr_platform_data {
-       /*
-        * Clock frequency.
-        * Hz
-        * 4000000, 16000000, 25000000, 28800000
-        */
        u32 clk;
-
        /*
-        * Tuner.
         * XXX: This list must be kept sync with dvb_usb_rtl28xxu USB IF driver.
         */
 #define RTL2832_SDR_TUNER_TUA9001   0x24
This page took 0.034971 seconds and 5 git commands to generate.