Lines Matching refs:si476x_radio

251 struct si476x_radio;
302 struct si476x_radio { struct
315 static inline struct si476x_radio * argument
318 return container_of(d, struct si476x_radio, v4l2dev); in v4l2_dev_to_radio()
321 static inline struct si476x_radio *
324 return container_of(d, struct si476x_radio, ctrl_handler); in v4l2_ctrl_handler_to_radio()
333 struct si476x_radio *radio = video_drvdata(file); in si476x_radio_querycap()
347 struct si476x_radio *radio = video_drvdata(file); in si476x_radio_enum_freq_bands()
385 struct si476x_radio *radio = video_drvdata(file); in si476x_radio_g_tuner()
460 struct si476x_radio *radio = video_drvdata(file); in si476x_radio_s_tuner()
474 static int si476x_radio_init_vtable(struct si476x_radio *radio, in si476x_radio_init_vtable()
513 static int si476x_radio_pretune(struct si476x_radio *radio, in si476x_radio_pretune()
545 static int si476x_radio_do_post_powerup_init(struct si476x_radio *radio, in si476x_radio_do_post_powerup_init()
604 static int si476x_radio_change_func(struct si476x_radio *radio, in si476x_radio_change_func()
653 struct si476x_radio *radio = video_drvdata(file); in si476x_radio_g_frequency()
690 struct si476x_radio *radio = video_drvdata(file); in si476x_radio_s_frequency()
742 struct si476x_radio *radio = video_drvdata(file); in si476x_radio_s_hw_freq_seek()
831 struct si476x_radio *radio = v4l2_ctrl_handler_to_radio(ctrl->handler); in si476x_radio_g_volatile_ctrl()
866 struct si476x_radio *radio = v4l2_ctrl_handler_to_radio(ctrl->handler); in si476x_radio_s_ctrl()
1008 struct si476x_radio *radio = video_drvdata(file); in si476x_radio_g_register()
1024 struct si476x_radio *radio = video_drvdata(file); in si476x_radio_s_register()
1038 struct si476x_radio *radio = video_drvdata(file); in si476x_radio_fops_open()
1082 struct si476x_radio *radio = video_drvdata(file); in si476x_radio_fops_release()
1101 struct si476x_radio *radio = video_drvdata(file); in si476x_radio_fops_read()
1136 struct si476x_radio *radio = video_drvdata(file); in si476x_radio_fops_poll()
1197 struct si476x_radio *radio = file->private_data; in si476x_radio_read_acf_blob()
1225 struct si476x_radio *radio = file->private_data; in si476x_radio_read_rds_blckcnt_blob()
1254 struct si476x_radio *radio = file->private_data; in si476x_radio_read_agc_blob()
1282 struct si476x_radio *radio = file->private_data; in si476x_radio_read_rsq_blob()
1317 struct si476x_radio *radio = file->private_data; in si476x_radio_read_rsq_primary_blob()
1348 static void si476x_radio_init_debugfs(struct si476x_radio *radio) in si476x_radio_init_debugfs()
1369 static int si476x_radio_add_new_custom(struct si476x_radio *radio, in si476x_radio_add_new_custom()
1390 struct si476x_radio *radio; in si476x_radio_probe()
1512 struct si476x_radio *radio = platform_get_drvdata(pdev); in si476x_radio_remove()