Lines Matching defs:wl1273_device
43 struct wl1273_device { struct
44 char *bus_type;
46 u8 forbidden;
47 unsigned int preemphasis;
48 unsigned int spacing;
49 unsigned int tx_power;
50 unsigned int rx_frequency;
51 unsigned int tx_frequency;
52 unsigned int rangelow;
53 unsigned int rangehigh;
54 unsigned int band;
55 bool stereo;
58 unsigned int rds_on;
60 wait_queue_head_t read_queue;
61 struct mutex lock; /* for serializing fm radio operations */
62 struct completion busy;
64 unsigned char *buffer;
65 unsigned int buf_size;
66 unsigned int rd_index;
67 unsigned int wr_index;
70 u16 irq_flags;
71 u16 irq_received;
73 struct v4l2_ctrl_handler ctrl_handler;
74 struct v4l2_device v4l2dev;
75 struct video_device videodev;
76 struct device *dev;
77 struct wl1273_core *core;
78 struct file *owner;
79 char *write_buf;
80 unsigned int rds_users;