Searched refs:hdl_radio_tx (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/test-drivers/vivid/ |
H A D | vivid-ctrls.c | 1507 struct v4l2_ctrl_handler *hdl_radio_tx = &dev->ctrl_hdl_radio_tx; in vivid_create_controls() local 1547 v4l2_ctrl_handler_init(hdl_radio_tx, 17); in vivid_create_controls() 1548 v4l2_ctrl_new_custom(hdl_radio_tx, &vivid_ctrl_class, NULL); in vivid_create_controls() 1770 v4l2_ctrl_new_custom(hdl_radio_tx, in vivid_create_controls() 1772 dev->radio_tx_rds_pi = v4l2_ctrl_new_std(hdl_radio_tx, in vivid_create_controls() 1775 dev->radio_tx_rds_pty = v4l2_ctrl_new_std(hdl_radio_tx, in vivid_create_controls() 1778 dev->radio_tx_rds_psname = v4l2_ctrl_new_std(hdl_radio_tx, in vivid_create_controls() 1783 dev->radio_tx_rds_radiotext = v4l2_ctrl_new_std(hdl_radio_tx, in vivid_create_controls() 1789 dev->radio_tx_rds_mono_stereo = v4l2_ctrl_new_std(hdl_radio_tx, in vivid_create_controls() 1792 dev->radio_tx_rds_art_head = v4l2_ctrl_new_std(hdl_radio_tx, in vivid_create_controls() [all...] |
/kernel/linux/linux-6.6/drivers/media/test-drivers/vivid/ |
H A D | vivid-ctrls.c | 1592 struct v4l2_ctrl_handler *hdl_radio_tx = &dev->ctrl_hdl_radio_tx; in vivid_create_controls() local 1632 v4l2_ctrl_handler_init(hdl_radio_tx, 17); in vivid_create_controls() 1633 v4l2_ctrl_new_custom(hdl_radio_tx, &vivid_ctrl_class, NULL); in vivid_create_controls() 1861 v4l2_ctrl_new_custom(hdl_radio_tx, in vivid_create_controls() 1863 dev->radio_tx_rds_pi = v4l2_ctrl_new_std(hdl_radio_tx, in vivid_create_controls() 1866 dev->radio_tx_rds_pty = v4l2_ctrl_new_std(hdl_radio_tx, in vivid_create_controls() 1869 dev->radio_tx_rds_psname = v4l2_ctrl_new_std(hdl_radio_tx, in vivid_create_controls() 1874 dev->radio_tx_rds_radiotext = v4l2_ctrl_new_std(hdl_radio_tx, in vivid_create_controls() 1880 dev->radio_tx_rds_mono_stereo = v4l2_ctrl_new_std(hdl_radio_tx, in vivid_create_controls() 1883 dev->radio_tx_rds_art_head = v4l2_ctrl_new_std(hdl_radio_tx, in vivid_create_controls() [all...] |
Completed in 6 milliseconds