Lines Matching defs:wl1273_device
55 struct wl1273_device { struct
56 char *bus_type;
58 u8 forbidden;
59 unsigned int preemphasis;
60 unsigned int spacing;
61 unsigned int tx_power;
62 unsigned int rx_frequency;
63 unsigned int tx_frequency;
64 unsigned int rangelow;
65 unsigned int rangehigh;
66 unsigned int band;
67 bool stereo;
70 unsigned int rds_on;
72 wait_queue_head_t read_queue;
73 struct mutex lock; /* for serializing fm radio operations */
74 struct completion busy;
76 unsigned char *buffer;
77 unsigned int buf_size;
78 unsigned int rd_index;
79 unsigned int wr_index;
82 u16 irq_flags;
83 u16 irq_received;
85 struct v4l2_ctrl_handler ctrl_handler;
86 struct v4l2_device v4l2dev;
87 struct video_device videodev;
88 struct device *dev;
89 struct wl1273_core *core;
90 struct file *owner;
91 char *write_buf;
92 unsigned int rds_users;