Lines Matching refs:si476x_radio
259 struct si476x_radio;
306 struct si476x_radio { struct
319 static inline struct si476x_radio * argument
322 return container_of(d, struct si476x_radio, v4l2dev); in v4l2_dev_to_radio()
325 static inline struct si476x_radio *
328 return container_of(d, struct si476x_radio, ctrl_handler); in v4l2_ctrl_handler_to_radio()
337 struct si476x_radio *radio = video_drvdata(file); in si476x_radio_querycap()
364 struct si476x_radio *radio = video_drvdata(file); in si476x_radio_enum_freq_bands()
402 struct si476x_radio *radio = video_drvdata(file); in si476x_radio_g_tuner()
477 struct si476x_radio *radio = video_drvdata(file); in si476x_radio_s_tuner()
491 static int si476x_radio_init_vtable(struct si476x_radio *radio, in si476x_radio_init_vtable()
530 static int si476x_radio_pretune(struct si476x_radio *radio, in si476x_radio_pretune()
562 static int si476x_radio_do_post_powerup_init(struct si476x_radio *radio, in si476x_radio_do_post_powerup_init()
621 static int si476x_radio_change_func(struct si476x_radio *radio, in si476x_radio_change_func()
670 struct si476x_radio *radio = video_drvdata(file); in si476x_radio_g_frequency()
707 struct si476x_radio *radio = video_drvdata(file); in si476x_radio_s_frequency()
759 struct si476x_radio *radio = video_drvdata(file); in si476x_radio_s_hw_freq_seek()
850 struct si476x_radio *radio = v4l2_ctrl_handler_to_radio(ctrl->handler); in si476x_radio_g_volatile_ctrl()
885 struct si476x_radio *radio = v4l2_ctrl_handler_to_radio(ctrl->handler); in si476x_radio_s_ctrl()
1027 struct si476x_radio *radio = video_drvdata(file); in si476x_radio_g_register()
1043 struct si476x_radio *radio = video_drvdata(file); in si476x_radio_s_register()
1057 struct si476x_radio *radio = video_drvdata(file); in si476x_radio_fops_open()
1101 struct si476x_radio *radio = video_drvdata(file); in si476x_radio_fops_release()
1120 struct si476x_radio *radio = video_drvdata(file); in si476x_radio_fops_read()
1155 struct si476x_radio *radio = video_drvdata(file); in si476x_radio_fops_poll()
1216 struct si476x_radio *radio = file->private_data; in si476x_radio_read_acf_blob()
1244 struct si476x_radio *radio = file->private_data; in si476x_radio_read_rds_blckcnt_blob()
1273 struct si476x_radio *radio = file->private_data; in si476x_radio_read_agc_blob()
1301 struct si476x_radio *radio = file->private_data; in si476x_radio_read_rsq_blob()
1336 struct si476x_radio *radio = file->private_data; in si476x_radio_read_rsq_primary_blob()
1367 static int si476x_radio_init_debugfs(struct si476x_radio *radio) in si476x_radio_init_debugfs()
1424 static int si476x_radio_add_new_custom(struct si476x_radio *radio, in si476x_radio_add_new_custom()
1445 struct si476x_radio *radio; in si476x_radio_probe()
1563 struct si476x_radio *radio = platform_get_drvdata(pdev); in si476x_radio_remove()