|
Linux Kernel
3.7.1
|
#include <radio-si470x.h>
Data Fields | |
| struct v4l2_device | v4l2_dev |
| struct video_device | videodev |
| struct v4l2_ctrl_handler | hdl |
| int | band |
| unsigned short | registers [RADIO_REGISTER_NUM] |
| wait_queue_head_t | read_queue |
| struct mutex | lock |
| unsigned char * | buffer |
| unsigned int | buf_size |
| unsigned int | rd_index |
| unsigned int | wr_index |
| struct completion | completion |
| bool | status_rssi_auto_update |
Definition at line 146 of file radio-si470x.h.
| int band |
Definition at line 150 of file radio-si470x.h.
| unsigned int buf_size |
Definition at line 159 of file radio-si470x.h.
Definition at line 158 of file radio-si470x.h.
Definition at line 163 of file radio-si470x.h.
Definition at line 149 of file radio-si470x.h.
Definition at line 157 of file radio-si470x.h.
| unsigned int rd_index |
Definition at line 160 of file radio-si470x.h.
| wait_queue_head_t read_queue |
Definition at line 156 of file radio-si470x.h.
| unsigned short registers[RADIO_REGISTER_NUM] |
Definition at line 153 of file radio-si470x.h.
| bool status_rssi_auto_update |
Definition at line 164 of file radio-si470x.h.
| struct v4l2_device v4l2_dev |
Definition at line 147 of file radio-si470x.h.
| struct video_device videodev |
Definition at line 148 of file radio-si470x.h.
| unsigned int wr_index |
Definition at line 161 of file radio-si470x.h.
1.8.2