Searched refs:hdl_radio_rx (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/drivers/media/test-drivers/vivid/ |
D | vivid-ctrls.c | 1565 struct v4l2_ctrl_handler *hdl_radio_rx = &dev->ctrl_hdl_radio_rx; in vivid_create_controls() local 1604 v4l2_ctrl_handler_init(hdl_radio_rx, 17); in vivid_create_controls() 1605 v4l2_ctrl_new_custom(hdl_radio_rx, &vivid_ctrl_class, NULL); in vivid_create_controls() 1807 v4l2_ctrl_new_custom(hdl_radio_rx, &vivid_ctrl_radio_hw_seek_mode, NULL); in vivid_create_controls() 1808 v4l2_ctrl_new_custom(hdl_radio_rx, &vivid_ctrl_radio_hw_seek_prog_lim, NULL); in vivid_create_controls() 1809 v4l2_ctrl_new_custom(hdl_radio_rx, &vivid_ctrl_radio_rx_rds_blockio, NULL); in vivid_create_controls() 1810 v4l2_ctrl_new_custom(hdl_radio_rx, &vivid_ctrl_radio_rx_rds_rbds, NULL); in vivid_create_controls() 1811 v4l2_ctrl_new_std(hdl_radio_rx, &vivid_radio_rx_ctrl_ops, in vivid_create_controls() 1813 dev->radio_rx_rds_pty = v4l2_ctrl_new_std(hdl_radio_rx, in vivid_create_controls() 1816 dev->radio_rx_rds_psname = v4l2_ctrl_new_std(hdl_radio_rx, in vivid_create_controls() [all …]
|