Searched defs:si470x_device (Results 1 – 1 of 1) sorted by relevance
143 struct si470x_device { struct144 struct video_device *videodev;147 unsigned int users;150 unsigned short registers[RADIO_REGISTER_NUM];153 wait_queue_head_t read_queue;154 struct mutex lock; /* buffer locking */155 unsigned char *buffer; /* size is always multiple of three */156 unsigned int buf_size;157 unsigned int rd_index;158 unsigned int wr_index;[all …]