Lines Matching refs:hdl_sdr_cap
1601 struct v4l2_ctrl_handler *hdl_sdr_cap = &dev->ctrl_hdl_sdr_cap; in vivid_create_controls() local
1642 v4l2_ctrl_handler_init(hdl_sdr_cap, 19); in vivid_create_controls()
1643 v4l2_ctrl_new_custom(hdl_sdr_cap, &vivid_ctrl_class, NULL); in vivid_create_controls()
1945 v4l2_ctrl_new_custom(hdl_sdr_cap, in vivid_create_controls()
1963 if (hdl_sdr_cap->error) in vivid_create_controls()
1964 return hdl_sdr_cap->error; in vivid_create_controls()
2023 v4l2_ctrl_add_handler(hdl_sdr_cap, hdl_user_gen, NULL, false); in vivid_create_controls()
2024 v4l2_ctrl_add_handler(hdl_sdr_cap, hdl_streaming, NULL, false); in vivid_create_controls()
2025 if (hdl_sdr_cap->error) in vivid_create_controls()
2026 return hdl_sdr_cap->error; in vivid_create_controls()
2027 dev->sdr_cap_dev.ctrl_handler = hdl_sdr_cap; in vivid_create_controls()