Searched refs:hdl_radio_tx (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/drivers/media/platform/vivid/
H A Dvivid-ctrls.c1257 struct v4l2_ctrl_handler *hdl_radio_tx = &dev->ctrl_hdl_radio_tx; vivid_create_controls() local
1289 v4l2_ctrl_handler_init(hdl_radio_tx, 17); vivid_create_controls()
1290 v4l2_ctrl_new_custom(hdl_radio_tx, &vivid_ctrl_class, NULL); vivid_create_controls()
1480 v4l2_ctrl_new_custom(hdl_radio_tx, vivid_create_controls()
1482 dev->radio_tx_rds_pi = v4l2_ctrl_new_std(hdl_radio_tx, vivid_create_controls()
1485 dev->radio_tx_rds_pty = v4l2_ctrl_new_std(hdl_radio_tx, vivid_create_controls()
1488 dev->radio_tx_rds_psname = v4l2_ctrl_new_std(hdl_radio_tx, vivid_create_controls()
1493 dev->radio_tx_rds_radiotext = v4l2_ctrl_new_std(hdl_radio_tx, vivid_create_controls()
1499 dev->radio_tx_rds_mono_stereo = v4l2_ctrl_new_std(hdl_radio_tx, vivid_create_controls()
1502 dev->radio_tx_rds_art_head = v4l2_ctrl_new_std(hdl_radio_tx, vivid_create_controls()
1505 dev->radio_tx_rds_compressed = v4l2_ctrl_new_std(hdl_radio_tx, vivid_create_controls()
1508 dev->radio_tx_rds_dyn_pty = v4l2_ctrl_new_std(hdl_radio_tx, vivid_create_controls()
1511 dev->radio_tx_rds_ta = v4l2_ctrl_new_std(hdl_radio_tx, vivid_create_controls()
1514 dev->radio_tx_rds_tp = v4l2_ctrl_new_std(hdl_radio_tx, vivid_create_controls()
1517 dev->radio_tx_rds_ms = v4l2_ctrl_new_std(hdl_radio_tx, vivid_create_controls()
1580 v4l2_ctrl_add_handler(hdl_radio_tx, hdl_user_gen, NULL); vivid_create_controls()
1581 v4l2_ctrl_add_handler(hdl_radio_tx, hdl_user_aud, NULL); vivid_create_controls()
1582 if (hdl_radio_tx->error) vivid_create_controls()
1583 return hdl_radio_tx->error; vivid_create_controls()
1584 dev->radio_tx_dev.ctrl_handler = hdl_radio_tx; vivid_create_controls()

Completed in 62 milliseconds