Lines Matching refs:hdl_streaming
1521 struct v4l2_ctrl_handler *hdl_streaming = &dev->ctrl_hdl_streaming; in vivid_create_controls() local
1550 v4l2_ctrl_handler_init(hdl_streaming, 8); in vivid_create_controls()
1551 v4l2_ctrl_new_custom(hdl_streaming, &vivid_ctrl_class, NULL); in vivid_create_controls()
1682 v4l2_ctrl_new_custom(hdl_streaming, &vivid_ctrl_dqbuf_error, NULL); in vivid_create_controls()
1683 v4l2_ctrl_new_custom(hdl_streaming, &vivid_ctrl_perc_dropped, NULL); in vivid_create_controls()
1684 v4l2_ctrl_new_custom(hdl_streaming, &vivid_ctrl_queue_setup_error, NULL); in vivid_create_controls()
1685 v4l2_ctrl_new_custom(hdl_streaming, &vivid_ctrl_buf_prepare_error, NULL); in vivid_create_controls()
1686 v4l2_ctrl_new_custom(hdl_streaming, &vivid_ctrl_start_streaming_error, NULL); in vivid_create_controls()
1687 v4l2_ctrl_new_custom(hdl_streaming, &vivid_ctrl_queue_error, NULL); in vivid_create_controls()
1689 v4l2_ctrl_new_custom(hdl_streaming, &vivid_ctrl_req_validate_error, NULL); in vivid_create_controls()
1691 v4l2_ctrl_new_custom(hdl_streaming, &vivid_ctrl_seq_wrap, NULL); in vivid_create_controls()
1692 v4l2_ctrl_new_custom(hdl_streaming, &vivid_ctrl_time_wrap, NULL); in vivid_create_controls()
1852 if (hdl_streaming->error) in vivid_create_controls()
1853 return hdl_streaming->error; in vivid_create_controls()
1866 v4l2_ctrl_add_handler(hdl_vid_cap, hdl_streaming, NULL, false); in vivid_create_controls()
1877 v4l2_ctrl_add_handler(hdl_vid_out, hdl_streaming, NULL, false); in vivid_create_controls()
1885 v4l2_ctrl_add_handler(hdl_vbi_cap, hdl_streaming, NULL, false); in vivid_create_controls()
1894 v4l2_ctrl_add_handler(hdl_vbi_out, hdl_streaming, NULL, false); in vivid_create_controls()
1915 v4l2_ctrl_add_handler(hdl_sdr_cap, hdl_streaming, NULL, false); in vivid_create_controls()
1922 v4l2_ctrl_add_handler(hdl_meta_cap, hdl_streaming, NULL, false); in vivid_create_controls()
1929 v4l2_ctrl_add_handler(hdl_meta_out, hdl_streaming, NULL, false); in vivid_create_controls()
1936 v4l2_ctrl_add_handler(hdl_tch_cap, hdl_streaming, NULL, false); in vivid_create_controls()