Lines Matching refs:hdl_radio_rx
1633 struct v4l2_ctrl_handler *hdl_radio_rx = &dev->ctrl_hdl_radio_rx;
1672 v4l2_ctrl_handler_init(hdl_radio_rx, 17);
1673 v4l2_ctrl_new_custom(hdl_radio_rx, &vivid_ctrl_class, NULL);
1912 v4l2_ctrl_new_custom(hdl_radio_rx, &vivid_ctrl_radio_hw_seek_mode, NULL);
1913 v4l2_ctrl_new_custom(hdl_radio_rx, &vivid_ctrl_radio_hw_seek_prog_lim, NULL);
1914 v4l2_ctrl_new_custom(hdl_radio_rx, &vivid_ctrl_radio_rx_rds_blockio, NULL);
1915 v4l2_ctrl_new_custom(hdl_radio_rx, &vivid_ctrl_radio_rx_rds_rbds, NULL);
1916 v4l2_ctrl_new_std(hdl_radio_rx, &vivid_radio_rx_ctrl_ops,
1918 dev->radio_rx_rds_pty = v4l2_ctrl_new_std(hdl_radio_rx,
1921 dev->radio_rx_rds_psname = v4l2_ctrl_new_std(hdl_radio_rx,
1924 dev->radio_rx_rds_radiotext = v4l2_ctrl_new_std(hdl_radio_rx,
1927 dev->radio_rx_rds_ta = v4l2_ctrl_new_std(hdl_radio_rx,
1930 dev->radio_rx_rds_tp = v4l2_ctrl_new_std(hdl_radio_rx,
1933 dev->radio_rx_rds_ms = v4l2_ctrl_new_std(hdl_radio_rx,
2044 v4l2_ctrl_add_handler(hdl_radio_rx, hdl_user_gen, NULL, false);
2045 v4l2_ctrl_add_handler(hdl_radio_rx, hdl_user_aud, NULL, false);
2046 if (hdl_radio_rx->error)
2047 return hdl_radio_rx->error;
2048 dev->radio_rx_dev.ctrl_handler = hdl_radio_rx;