Lines Matching refs:hdl_streaming

1591 	struct v4l2_ctrl_handler *hdl_streaming = &dev->ctrl_hdl_streaming;  in vivid_create_controls()  local
1620 v4l2_ctrl_handler_init(hdl_streaming, 8); in vivid_create_controls()
1621 v4l2_ctrl_new_custom(hdl_streaming, &vivid_ctrl_class, NULL); in vivid_create_controls()
1799 v4l2_ctrl_new_custom(hdl_streaming, &vivid_ctrl_dqbuf_error, NULL); in vivid_create_controls()
1800 v4l2_ctrl_new_custom(hdl_streaming, &vivid_ctrl_perc_dropped, NULL); in vivid_create_controls()
1801 v4l2_ctrl_new_custom(hdl_streaming, &vivid_ctrl_queue_setup_error, NULL); in vivid_create_controls()
1802 v4l2_ctrl_new_custom(hdl_streaming, &vivid_ctrl_buf_prepare_error, NULL); in vivid_create_controls()
1803 v4l2_ctrl_new_custom(hdl_streaming, &vivid_ctrl_start_streaming_error, NULL); in vivid_create_controls()
1804 v4l2_ctrl_new_custom(hdl_streaming, &vivid_ctrl_queue_error, NULL); in vivid_create_controls()
1806 v4l2_ctrl_new_custom(hdl_streaming, &vivid_ctrl_req_validate_error, NULL); in vivid_create_controls()
1808 v4l2_ctrl_new_custom(hdl_streaming, &vivid_ctrl_seq_wrap, NULL); in vivid_create_controls()
1809 v4l2_ctrl_new_custom(hdl_streaming, &vivid_ctrl_time_wrap, NULL); in vivid_create_controls()
1961 if (hdl_streaming->error) in vivid_create_controls()
1962 return hdl_streaming->error; in vivid_create_controls()
1975 v4l2_ctrl_add_handler(hdl_vid_cap, hdl_streaming, NULL, false); in vivid_create_controls()
1986 v4l2_ctrl_add_handler(hdl_vid_out, hdl_streaming, NULL, false); in vivid_create_controls()
1994 v4l2_ctrl_add_handler(hdl_vbi_cap, hdl_streaming, NULL, false); in vivid_create_controls()
2003 v4l2_ctrl_add_handler(hdl_vbi_out, hdl_streaming, NULL, false); in vivid_create_controls()
2024 v4l2_ctrl_add_handler(hdl_sdr_cap, hdl_streaming, NULL, false); in vivid_create_controls()
2031 v4l2_ctrl_add_handler(hdl_meta_cap, hdl_streaming, NULL, false); in vivid_create_controls()
2038 v4l2_ctrl_add_handler(hdl_meta_out, hdl_streaming, NULL, false); in vivid_create_controls()
2045 v4l2_ctrl_add_handler(hdl_tch_cap, hdl_streaming, NULL, false); in vivid_create_controls()