Lines Matching refs:hdl_radio_tx

1566 	struct v4l2_ctrl_handler *hdl_radio_tx = &dev->ctrl_hdl_radio_tx;  in vivid_create_controls()  local
1606 v4l2_ctrl_handler_init(hdl_radio_tx, 17); in vivid_create_controls()
1607 v4l2_ctrl_new_custom(hdl_radio_tx, &vivid_ctrl_class, NULL); in vivid_create_controls()
1833 v4l2_ctrl_new_custom(hdl_radio_tx, in vivid_create_controls()
1835 dev->radio_tx_rds_pi = v4l2_ctrl_new_std(hdl_radio_tx, in vivid_create_controls()
1838 dev->radio_tx_rds_pty = v4l2_ctrl_new_std(hdl_radio_tx, in vivid_create_controls()
1841 dev->radio_tx_rds_psname = v4l2_ctrl_new_std(hdl_radio_tx, in vivid_create_controls()
1846 dev->radio_tx_rds_radiotext = v4l2_ctrl_new_std(hdl_radio_tx, in vivid_create_controls()
1852 dev->radio_tx_rds_mono_stereo = v4l2_ctrl_new_std(hdl_radio_tx, in vivid_create_controls()
1855 dev->radio_tx_rds_art_head = v4l2_ctrl_new_std(hdl_radio_tx, in vivid_create_controls()
1858 dev->radio_tx_rds_compressed = v4l2_ctrl_new_std(hdl_radio_tx, in vivid_create_controls()
1861 dev->radio_tx_rds_dyn_pty = v4l2_ctrl_new_std(hdl_radio_tx, in vivid_create_controls()
1864 dev->radio_tx_rds_ta = v4l2_ctrl_new_std(hdl_radio_tx, in vivid_create_controls()
1867 dev->radio_tx_rds_tp = v4l2_ctrl_new_std(hdl_radio_tx, in vivid_create_controls()
1870 dev->radio_tx_rds_ms = v4l2_ctrl_new_std(hdl_radio_tx, in vivid_create_controls()
1946 v4l2_ctrl_add_handler(hdl_radio_tx, hdl_user_gen, NULL, false); in vivid_create_controls()
1947 v4l2_ctrl_add_handler(hdl_radio_tx, hdl_user_aud, NULL, false); in vivid_create_controls()
1948 if (hdl_radio_tx->error) in vivid_create_controls()
1949 return hdl_radio_tx->error; in vivid_create_controls()
1950 dev->radio_tx_dev.ctrl_handler = hdl_radio_tx; in vivid_create_controls()