Lines Matching refs:hdl_streaming

1557 	struct v4l2_ctrl_handler *hdl_streaming = &dev->ctrl_hdl_streaming;  in vivid_create_controls()  local
1586 v4l2_ctrl_handler_init(hdl_streaming, 8); in vivid_create_controls()
1587 v4l2_ctrl_new_custom(hdl_streaming, &vivid_ctrl_class, NULL); in vivid_create_controls()
1721 v4l2_ctrl_new_custom(hdl_streaming, &vivid_ctrl_dqbuf_error, NULL); in vivid_create_controls()
1722 v4l2_ctrl_new_custom(hdl_streaming, &vivid_ctrl_perc_dropped, NULL); in vivid_create_controls()
1723 v4l2_ctrl_new_custom(hdl_streaming, &vivid_ctrl_queue_setup_error, NULL); in vivid_create_controls()
1724 v4l2_ctrl_new_custom(hdl_streaming, &vivid_ctrl_buf_prepare_error, NULL); in vivid_create_controls()
1725 v4l2_ctrl_new_custom(hdl_streaming, &vivid_ctrl_start_streaming_error, NULL); in vivid_create_controls()
1726 v4l2_ctrl_new_custom(hdl_streaming, &vivid_ctrl_queue_error, NULL); in vivid_create_controls()
1728 v4l2_ctrl_new_custom(hdl_streaming, &vivid_ctrl_req_validate_error, NULL); in vivid_create_controls()
1730 v4l2_ctrl_new_custom(hdl_streaming, &vivid_ctrl_seq_wrap, NULL); in vivid_create_controls()
1731 v4l2_ctrl_new_custom(hdl_streaming, &vivid_ctrl_time_wrap, NULL); in vivid_create_controls()
1891 if (hdl_streaming->error) in vivid_create_controls()
1892 return hdl_streaming->error; in vivid_create_controls()
1905 v4l2_ctrl_add_handler(hdl_vid_cap, hdl_streaming, NULL, false); in vivid_create_controls()
1916 v4l2_ctrl_add_handler(hdl_vid_out, hdl_streaming, NULL, false); in vivid_create_controls()
1924 v4l2_ctrl_add_handler(hdl_vbi_cap, hdl_streaming, NULL, false); in vivid_create_controls()
1933 v4l2_ctrl_add_handler(hdl_vbi_out, hdl_streaming, NULL, false); in vivid_create_controls()
1954 v4l2_ctrl_add_handler(hdl_sdr_cap, hdl_streaming, NULL, false); in vivid_create_controls()
1961 v4l2_ctrl_add_handler(hdl_meta_cap, hdl_streaming, NULL, false); in vivid_create_controls()
1968 v4l2_ctrl_add_handler(hdl_meta_out, hdl_streaming, NULL, false); in vivid_create_controls()
1975 v4l2_ctrl_add_handler(hdl_tch_cap, hdl_streaming, NULL, false); in vivid_create_controls()