Searched refs:si470x_device (Results 1 – 4 of 4) sorted by relevance
/drivers/media/radio/si470x/ |
D | radio-si470x-common.c | 194 static int si470x_set_band(struct si470x_device *radio, int band) in si470x_set_band() 208 static int si470x_set_chan(struct si470x_device *radio, unsigned short chan) in si470x_set_chan() 245 static unsigned int si470x_get_step(struct si470x_device *radio) in si470x_get_step() 265 static int si470x_get_freq(struct si470x_device *radio, unsigned int *freq) in si470x_get_freq() 283 int si470x_set_freq(struct si470x_device *radio, unsigned int freq) in si470x_set_freq() 299 static int si470x_set_seek(struct si470x_device *radio, in si470x_set_seek() 372 int si470x_start(struct si470x_device *radio) in si470x_start() 412 int si470x_stop(struct si470x_device *radio) in si470x_stop() 436 static int si470x_rds_on(struct si470x_device *radio) in si470x_rds_on() 461 struct si470x_device *radio = video_drvdata(file); in si470x_fops_read() [all …]
|
D | radio-si470x.h | 146 struct si470x_device { struct 218 int si470x_get_register(struct si470x_device *radio, int regnr); 219 int si470x_set_register(struct si470x_device *radio, int regnr); 220 int si470x_disconnect_check(struct si470x_device *radio); 221 int si470x_set_freq(struct si470x_device *radio, unsigned int freq); 222 int si470x_start(struct si470x_device *radio); 223 int si470x_stop(struct si470x_device *radio);
|
D | radio-si470x-usb.c | 211 static int si470x_get_report(struct si470x_device *radio, void *buf, int size) in si470x_get_report() 234 static int si470x_set_report(struct si470x_device *radio, void *buf, int size) in si470x_set_report() 257 int si470x_get_register(struct si470x_device *radio, int regnr) in si470x_get_register() 275 int si470x_set_register(struct si470x_device *radio, int regnr) in si470x_set_register() 296 static int si470x_get_all_registers(struct si470x_device *radio) in si470x_get_all_registers() 322 static int si470x_set_led_state(struct si470x_device *radio, in si470x_set_led_state() 345 static int si470x_get_scratch_page_versions(struct si470x_device *radio) in si470x_get_scratch_page_versions() 377 struct si470x_device *radio = urb->context; in si470x_int_in_callback() 501 struct si470x_device *radio = in si470x_usb_release() 502 container_of(v4l2_dev, struct si470x_device, v4l2_dev); in si470x_usb_release() [all …]
|
D | radio-si470x-i2c.c | 97 int si470x_get_register(struct si470x_device *radio, int regnr) in si470x_get_register() 121 int si470x_set_register(struct si470x_device *radio, int regnr) in si470x_set_register() 151 static int si470x_get_all_registers(struct si470x_device *radio) in si470x_get_all_registers() 184 struct si470x_device *radio = video_drvdata(file); in si470x_fops_open() 216 struct si470x_device *radio = video_drvdata(file); in si470x_fops_release() 257 struct si470x_device *radio = dev_id; in si470x_i2c_interrupt() 353 struct si470x_device *radio; in si470x_i2c_probe() 358 radio = kzalloc(sizeof(struct si470x_device), GFP_KERNEL); in si470x_i2c_probe() 457 struct si470x_device *radio = i2c_get_clientdata(client); in si470x_i2c_remove() 474 struct si470x_device *radio = i2c_get_clientdata(client); in si470x_i2c_suspend() [all …]
|