Lines Matching refs:hdl_sdr_cap
1374 struct v4l2_ctrl_handler *hdl_sdr_cap = &dev->ctrl_hdl_sdr_cap; in vivid_create_controls() local
1411 v4l2_ctrl_handler_init(hdl_sdr_cap, 19); in vivid_create_controls()
1412 v4l2_ctrl_new_custom(hdl_sdr_cap, &vivid_ctrl_class, NULL); in vivid_create_controls()
1645 v4l2_ctrl_new_custom(hdl_sdr_cap, in vivid_create_controls()
1656 if (hdl_sdr_cap->error) in vivid_create_controls()
1657 return hdl_sdr_cap->error; in vivid_create_controls()
1716 v4l2_ctrl_add_handler(hdl_sdr_cap, hdl_user_gen, NULL); in vivid_create_controls()
1717 v4l2_ctrl_add_handler(hdl_sdr_cap, hdl_streaming, NULL); in vivid_create_controls()
1718 if (hdl_sdr_cap->error) in vivid_create_controls()
1719 return hdl_sdr_cap->error; in vivid_create_controls()
1720 dev->sdr_cap_dev.ctrl_handler = hdl_sdr_cap; in vivid_create_controls()