Lines Matching refs:hdl_vid_out

1588 	struct v4l2_ctrl_handler *hdl_vid_out = &dev->ctrl_hdl_vid_out;  in vivid_create_controls()  local
1622 v4l2_ctrl_handler_init(hdl_vid_out, 26); in vivid_create_controls()
1624 v4l2_ctrl_new_custom(hdl_vid_out, &vivid_ctrl_class, NULL); in vivid_create_controls()
1733 dev->ctrl_has_crop_out = v4l2_ctrl_new_custom(hdl_vid_out, in vivid_create_controls()
1735 dev->ctrl_has_compose_out = v4l2_ctrl_new_custom(hdl_vid_out, in vivid_create_controls()
1737 dev->ctrl_has_scaler_out = v4l2_ctrl_new_custom(hdl_vid_out, in vivid_create_controls()
1809 dev->ctrl_tx_rgb_range = v4l2_ctrl_new_std_menu(hdl_vid_out, NULL, in vivid_create_controls()
1812 dev->ctrl_tx_mode = v4l2_ctrl_new_std_menu(hdl_vid_out, NULL, in vivid_create_controls()
1815 dev->ctrl_display_present = v4l2_ctrl_new_custom(hdl_vid_out, in vivid_create_controls()
1817 dev->ctrl_tx_hotplug = v4l2_ctrl_new_std(hdl_vid_out, in vivid_create_controls()
1820 dev->ctrl_tx_rxsense = v4l2_ctrl_new_std(hdl_vid_out, in vivid_create_controls()
1823 dev->ctrl_tx_edid_present = v4l2_ctrl_new_std(hdl_vid_out, in vivid_create_controls()
1942 v4l2_ctrl_add_handler(hdl_vid_out, hdl_user_gen, NULL, false); in vivid_create_controls()
1943 v4l2_ctrl_add_handler(hdl_vid_out, hdl_user_aud, NULL, false); in vivid_create_controls()
1944 v4l2_ctrl_add_handler(hdl_vid_out, hdl_streaming, NULL, false); in vivid_create_controls()
1945 v4l2_ctrl_add_handler(hdl_vid_out, hdl_fb, NULL, false); in vivid_create_controls()
1946 if (hdl_vid_out->error) in vivid_create_controls()
1947 return hdl_vid_out->error; in vivid_create_controls()
1948 dev->vid_out_dev.ctrl_handler = hdl_vid_out; in vivid_create_controls()