Lines Matching refs:hdl_sdr_cap
1508 struct v4l2_ctrl_handler *hdl_sdr_cap = &dev->ctrl_hdl_sdr_cap; in vivid_create_controls() local
1549 v4l2_ctrl_handler_init(hdl_sdr_cap, 19); in vivid_create_controls()
1550 v4l2_ctrl_new_custom(hdl_sdr_cap, &vivid_ctrl_class, NULL); in vivid_create_controls()
1812 v4l2_ctrl_new_custom(hdl_sdr_cap, in vivid_create_controls()
1830 if (hdl_sdr_cap->error) in vivid_create_controls()
1831 return hdl_sdr_cap->error; in vivid_create_controls()
1890 v4l2_ctrl_add_handler(hdl_sdr_cap, hdl_user_gen, NULL, false); in vivid_create_controls()
1891 v4l2_ctrl_add_handler(hdl_sdr_cap, hdl_streaming, NULL, false); in vivid_create_controls()
1892 if (hdl_sdr_cap->error) in vivid_create_controls()
1893 return hdl_sdr_cap->error; in vivid_create_controls()
1894 dev->sdr_cap_dev.ctrl_handler = hdl_sdr_cap; in vivid_create_controls()