Lines Matching refs:hdl_sdr_cap
1319 struct v4l2_ctrl_handler *hdl_sdr_cap = &dev->ctrl_hdl_sdr_cap; in vivid_create_controls() local
1352 v4l2_ctrl_handler_init(hdl_sdr_cap, 19); in vivid_create_controls()
1353 v4l2_ctrl_new_custom(hdl_sdr_cap, &vivid_ctrl_class, NULL); in vivid_create_controls()
1584 v4l2_ctrl_new_custom(hdl_sdr_cap, in vivid_create_controls()
1595 if (hdl_sdr_cap->error) in vivid_create_controls()
1596 return hdl_sdr_cap->error; in vivid_create_controls()
1653 v4l2_ctrl_add_handler(hdl_sdr_cap, hdl_user_gen, NULL); in vivid_create_controls()
1654 v4l2_ctrl_add_handler(hdl_sdr_cap, hdl_streaming, NULL); in vivid_create_controls()
1655 if (hdl_sdr_cap->error) in vivid_create_controls()
1656 return hdl_sdr_cap->error; in vivid_create_controls()
1657 dev->sdr_cap_dev.ctrl_handler = hdl_sdr_cap; in vivid_create_controls()