Lines Matching defs:si470x_device
135 struct si470x_device { struct
157 int (*get_register)(struct si470x_device *radio, int regnr); argument
158 int (*set_register)(struct si470x_device *radio, int regnr); argument
159 int (*fops_open)(struct file *file);
160 int (*fops_release)(struct file *file);
161 int (*vidioc_querycap)(struct file *file, void *priv,
166 struct usb_device *usbdev;
167 struct usb_interface *intf;
168 char *usb_buf;
171 char *int_in_buffer;
172 struct usb_endpoint_descriptor *int_in_endpoint;
173 struct urb *int_in_urb;
174 int int_in_running;
177 unsigned char software_version;
178 unsigned char hardware_version;
182 struct i2c_client *client;
183 struct gpio_desc *gpio_reset;