Searched refs:hdl_radio_tx (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/media/test-drivers/vivid/ |
H A D | vivid-ctrls.c | 1600 struct v4l2_ctrl_handler *hdl_radio_tx = &dev->ctrl_hdl_radio_tx; in vivid_create_controls() local 1640 v4l2_ctrl_handler_init(hdl_radio_tx, 17); in vivid_create_controls() 1641 v4l2_ctrl_new_custom(hdl_radio_tx, &vivid_ctrl_class, NULL); in vivid_create_controls() 1903 v4l2_ctrl_new_custom(hdl_radio_tx, in vivid_create_controls() 1905 dev->radio_tx_rds_pi = v4l2_ctrl_new_std(hdl_radio_tx, in vivid_create_controls() 1908 dev->radio_tx_rds_pty = v4l2_ctrl_new_std(hdl_radio_tx, in vivid_create_controls() 1911 dev->radio_tx_rds_psname = v4l2_ctrl_new_std(hdl_radio_tx, in vivid_create_controls() 1916 dev->radio_tx_rds_radiotext = v4l2_ctrl_new_std(hdl_radio_tx, in vivid_create_controls() 1922 dev->radio_tx_rds_mono_stereo = v4l2_ctrl_new_std(hdl_radio_tx, in vivid_create_controls() 1925 dev->radio_tx_rds_art_head = v4l2_ctrl_new_std(hdl_radio_tx, in vivid_create_controls() [all …]
|