Lines Matching refs:hdl_radio_tx
1373 struct v4l2_ctrl_handler *hdl_radio_tx = &dev->ctrl_hdl_radio_tx; in vivid_create_controls() local
1409 v4l2_ctrl_handler_init(hdl_radio_tx, 17); in vivid_create_controls()
1410 v4l2_ctrl_new_custom(hdl_radio_tx, &vivid_ctrl_class, NULL); in vivid_create_controls()
1603 v4l2_ctrl_new_custom(hdl_radio_tx, in vivid_create_controls()
1605 dev->radio_tx_rds_pi = v4l2_ctrl_new_std(hdl_radio_tx, in vivid_create_controls()
1608 dev->radio_tx_rds_pty = v4l2_ctrl_new_std(hdl_radio_tx, in vivid_create_controls()
1611 dev->radio_tx_rds_psname = v4l2_ctrl_new_std(hdl_radio_tx, in vivid_create_controls()
1616 dev->radio_tx_rds_radiotext = v4l2_ctrl_new_std(hdl_radio_tx, in vivid_create_controls()
1622 dev->radio_tx_rds_mono_stereo = v4l2_ctrl_new_std(hdl_radio_tx, in vivid_create_controls()
1625 dev->radio_tx_rds_art_head = v4l2_ctrl_new_std(hdl_radio_tx, in vivid_create_controls()
1628 dev->radio_tx_rds_compressed = v4l2_ctrl_new_std(hdl_radio_tx, in vivid_create_controls()
1631 dev->radio_tx_rds_dyn_pty = v4l2_ctrl_new_std(hdl_radio_tx, in vivid_create_controls()
1634 dev->radio_tx_rds_ta = v4l2_ctrl_new_std(hdl_radio_tx, in vivid_create_controls()
1637 dev->radio_tx_rds_tp = v4l2_ctrl_new_std(hdl_radio_tx, in vivid_create_controls()
1640 dev->radio_tx_rds_ms = v4l2_ctrl_new_std(hdl_radio_tx, in vivid_create_controls()
1709 v4l2_ctrl_add_handler(hdl_radio_tx, hdl_user_gen, NULL); in vivid_create_controls()
1710 v4l2_ctrl_add_handler(hdl_radio_tx, hdl_user_aud, NULL); in vivid_create_controls()
1711 if (hdl_radio_tx->error) in vivid_create_controls()
1712 return hdl_radio_tx->error; in vivid_create_controls()
1713 dev->radio_tx_dev.ctrl_handler = hdl_radio_tx; in vivid_create_controls()