Home
last modified time | relevance | path

Searched refs:si470x_device (Results 1 – 4 of 4) sorted by relevance

/linux-4.19.296/drivers/media/radio/si470x/
Dradio-si470x.h144 struct si470x_device { struct
166 int (*get_register)(struct si470x_device *radio, int regnr); argument
167 int (*set_register)(struct si470x_device *radio, int regnr); argument
225 int si470x_disconnect_check(struct si470x_device *radio);
226 int si470x_set_freq(struct si470x_device *radio, unsigned int freq);
227 int si470x_start(struct si470x_device *radio);
228 int si470x_stop(struct si470x_device *radio);
Dradio-si470x-common.c188 static int si470x_set_band(struct si470x_device *radio, int band) in si470x_set_band()
202 static int si470x_set_chan(struct si470x_device *radio, unsigned short chan) in si470x_set_chan()
248 static unsigned int si470x_get_step(struct si470x_device *radio) in si470x_get_step()
268 static int si470x_get_freq(struct si470x_device *radio, unsigned int *freq) in si470x_get_freq()
286 int si470x_set_freq(struct si470x_device *radio, unsigned int freq) in si470x_set_freq()
303 static int si470x_set_seek(struct si470x_device *radio, in si470x_set_seek()
376 int si470x_start(struct si470x_device *radio) in si470x_start()
421 int si470x_stop(struct si470x_device *radio) in si470x_stop()
446 static int si470x_rds_on(struct si470x_device *radio) in si470x_rds_on()
471 struct si470x_device *radio = video_drvdata(file); in si470x_fops_read()
[all …]
Dradio-si470x-usb.c207 static int si470x_get_report(struct si470x_device *radio, void *buf, int size) in si470x_get_report()
230 static int si470x_set_report(struct si470x_device *radio, void *buf, int size) in si470x_set_report()
253 static int si470x_get_register(struct si470x_device *radio, int regnr) in si470x_get_register()
271 static int si470x_set_register(struct si470x_device *radio, int regnr) in si470x_set_register()
292 static int si470x_get_all_registers(struct si470x_device *radio) in si470x_get_all_registers()
318 static int si470x_set_led_state(struct si470x_device *radio, in si470x_set_led_state()
341 static int si470x_get_scratch_page_versions(struct si470x_device *radio) in si470x_get_scratch_page_versions()
373 struct si470x_device *radio = urb->context; in si470x_int_in_callback()
497 struct si470x_device *radio = in si470x_usb_release()
498 container_of(v4l2_dev, struct si470x_device, v4l2_dev); in si470x_usb_release()
[all …]
Dradio-si470x-i2c.c92 static int si470x_get_register(struct si470x_device *radio, int regnr) in si470x_get_register()
116 static int si470x_set_register(struct si470x_device *radio, int regnr) in si470x_set_register()
146 static int si470x_get_all_registers(struct si470x_device *radio) in si470x_get_all_registers()
179 struct si470x_device *radio = video_drvdata(file); in si470x_fops_open()
211 struct si470x_device *radio = video_drvdata(file); in si470x_fops_release()
252 struct si470x_device *radio = dev_id; in si470x_i2c_interrupt()
348 struct si470x_device *radio; in si470x_i2c_probe()
353 radio = kzalloc(sizeof(struct si470x_device), GFP_KERNEL); in si470x_i2c_probe()
481 struct si470x_device *radio = i2c_get_clientdata(client); in si470x_i2c_remove()
500 struct si470x_device *radio = i2c_get_clientdata(client); in si470x_i2c_suspend()
[all …]