Searched defs:si470x_device (Results 1 – 1 of 1) sorted by relevance
146 struct si470x_device { struct147 struct v4l2_device v4l2_dev;148 struct video_device videodev;149 struct v4l2_ctrl_handler hdl;150 int band;153 unsigned short registers[RADIO_REGISTER_NUM];156 wait_queue_head_t read_queue;157 struct mutex lock; /* buffer locking */158 unsigned char *buffer; /* size is always multiple of three */159 unsigned int buf_size;[all …]