File tree Expand file tree Collapse file tree 1 file changed +13
-7
lines changed
drivers/media/dvb-frontends Expand file tree Collapse file tree 1 file changed +13
-7
lines changed Original file line number Diff line number Diff line change 29
29
#include <media/v4l2-subdev.h>
30
30
#include "dvb_frontend.h"
31
31
32
+ /**
33
+ * struct rtl2832_sdr_platform_data - Platform data for the rtl2832_sdr driver
34
+ * @clk: Clock frequency (4000000, 16000000, 25000000, 28800000).
35
+ * @tuner: Used tuner model.
36
+ * @i2c_client: rtl2832 demod driver I2C client.
37
+ * @bulk_read: rtl2832 driver private I/O interface.
38
+ * @bulk_write: rtl2832 driver private I/O interface.
39
+ * @update_bits: rtl2832 driver private I/O interface.
40
+ * @dvb_frontend: rtl2832 DVB frontend.
41
+ * @v4l2_subdev: Tuner v4l2 controls.
42
+ * @dvb_usb_device: DVB USB interface for USB streaming.
43
+ */
44
+
32
45
struct rtl2832_sdr_platform_data {
33
- /*
34
- * Clock frequency.
35
- * Hz
36
- * 4000000, 16000000, 25000000, 28800000
37
- */
38
46
u32 clk ;
39
-
40
47
/*
41
- * Tuner.
42
48
* XXX: This list must be kept sync with dvb_usb_rtl28xxu USB IF driver.
43
49
*/
44
50
#define RTL2832_SDR_TUNER_TUA9001 0x24
You can’t perform that action at this time.
0 commit comments