Lines Matching refs:hdl_sdr_cap
1527 struct v4l2_ctrl_handler *hdl_sdr_cap = &dev->ctrl_hdl_sdr_cap; in vivid_create_controls() local
1568 v4l2_ctrl_handler_init(hdl_sdr_cap, 19); in vivid_create_controls()
1569 v4l2_ctrl_new_custom(hdl_sdr_cap, &vivid_ctrl_class, NULL); in vivid_create_controls()
1832 v4l2_ctrl_new_custom(hdl_sdr_cap, in vivid_create_controls()
1850 if (hdl_sdr_cap->error) in vivid_create_controls()
1851 return hdl_sdr_cap->error; in vivid_create_controls()
1910 v4l2_ctrl_add_handler(hdl_sdr_cap, hdl_user_gen, NULL, false); in vivid_create_controls()
1911 v4l2_ctrl_add_handler(hdl_sdr_cap, hdl_streaming, NULL, false); in vivid_create_controls()
1912 if (hdl_sdr_cap->error) in vivid_create_controls()
1913 return hdl_sdr_cap->error; in vivid_create_controls()
1914 dev->sdr_cap_dev.ctrl_handler = hdl_sdr_cap; in vivid_create_controls()