Lines Matching refs:hdl_vid_out
1314 struct v4l2_ctrl_handler *hdl_vid_out = &dev->ctrl_hdl_vid_out; in vivid_create_controls() local
1342 v4l2_ctrl_handler_init(hdl_vid_out, 26); in vivid_create_controls()
1343 v4l2_ctrl_new_custom(hdl_vid_out, &vivid_ctrl_class, NULL); in vivid_create_controls()
1436 dev->ctrl_has_crop_out = v4l2_ctrl_new_custom(hdl_vid_out, in vivid_create_controls()
1438 dev->ctrl_has_compose_out = v4l2_ctrl_new_custom(hdl_vid_out, in vivid_create_controls()
1440 dev->ctrl_has_scaler_out = v4l2_ctrl_new_custom(hdl_vid_out, in vivid_create_controls()
1501 dev->ctrl_tx_rgb_range = v4l2_ctrl_new_std_menu(hdl_vid_out, NULL, in vivid_create_controls()
1504 dev->ctrl_tx_mode = v4l2_ctrl_new_std_menu(hdl_vid_out, NULL, in vivid_create_controls()
1615 v4l2_ctrl_add_handler(hdl_vid_out, hdl_user_gen, NULL); in vivid_create_controls()
1616 v4l2_ctrl_add_handler(hdl_vid_out, hdl_user_aud, NULL); in vivid_create_controls()
1617 v4l2_ctrl_add_handler(hdl_vid_out, hdl_streaming, NULL); in vivid_create_controls()
1618 if (hdl_vid_out->error) in vivid_create_controls()
1619 return hdl_vid_out->error; in vivid_create_controls()
1620 dev->vid_out_dev.ctrl_handler = hdl_vid_out; in vivid_create_controls()