Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/media/radio/si470x/
Dradio-si470x.h143 struct si470x_device { struct
216 int si470x_get_register(struct si470x_device *radio, int regnr);
217 int si470x_set_register(struct si470x_device *radio, int regnr);
218 int si470x_disconnect_check(struct si470x_device *radio);
219 int si470x_set_freq(struct si470x_device *radio, unsigned int freq);
220 int si470x_start(struct si470x_device *radio);
221 int si470x_stop(struct si470x_device *radio);
Dradio-si470x-i2c.c97 int si470x_get_register(struct si470x_device *radio, int regnr) in si470x_get_register()
117 int si470x_set_register(struct si470x_device *radio, int regnr) in si470x_set_register()
144 static int si470x_get_all_registers(struct si470x_device *radio) in si470x_get_all_registers()
171 int si470x_disconnect_check(struct si470x_device *radio) in si470x_disconnect_check()
187 struct si470x_device *radio = video_drvdata(file); in si470x_fops_open()
218 struct si470x_device *radio = video_drvdata(file); in si470x_fops_release()
267 struct si470x_device *radio = dev_id; in si470x_i2c_interrupt()
363 struct si470x_device *radio; in si470x_i2c_probe()
368 radio = kzalloc(sizeof(struct si470x_device), GFP_KERNEL); in si470x_i2c_probe()
477 struct si470x_device *radio = i2c_get_clientdata(client); in si470x_i2c_remove()
[all …]
Dradio-si470x-common.c164 static int si470x_set_chan(struct si470x_device *radio, unsigned short chan) in si470x_set_chan()
217 static int si470x_get_freq(struct si470x_device *radio, unsigned int *freq) in si470x_get_freq()
263 int si470x_set_freq(struct si470x_device *radio, unsigned int freq) in si470x_set_freq()
304 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()
519 struct si470x_device *radio = video_drvdata(file); in si470x_fops_poll()
562 struct si470x_device *radio = video_drvdata(file); in si470x_vidioc_queryctrl()
[all …]
Dradio-si470x-usb.c209 static int si470x_get_report(struct si470x_device *radio, void *buf, int size) in si470x_get_report()
232 static int si470x_set_report(struct si470x_device *radio, void *buf, int size) in si470x_set_report()
255 int si470x_get_register(struct si470x_device *radio, int regnr) in si470x_get_register()
274 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()
323 static int si470x_set_led_state(struct si470x_device *radio, in si470x_set_led_state()
347 static int si470x_get_scratch_page_versions(struct si470x_device *radio) in si470x_get_scratch_page_versions()
376 int si470x_disconnect_check(struct si470x_device *radio) in si470x_disconnect_check()
397 struct si470x_device *radio = urb->context; in si470x_int_in_callback()
514 struct si470x_device *radio = video_drvdata(file); in si470x_fops_open()
[all …]