Lines Matching refs:hdl_streaming
1498 struct v4l2_ctrl_handler *hdl_streaming = &dev->ctrl_hdl_streaming; in vivid_create_controls() local
1527 v4l2_ctrl_handler_init(hdl_streaming, 8); in vivid_create_controls()
1528 v4l2_ctrl_new_custom(hdl_streaming, &vivid_ctrl_class, NULL); in vivid_create_controls()
1658 v4l2_ctrl_new_custom(hdl_streaming, &vivid_ctrl_dqbuf_error, NULL); in vivid_create_controls()
1659 v4l2_ctrl_new_custom(hdl_streaming, &vivid_ctrl_perc_dropped, NULL); in vivid_create_controls()
1660 v4l2_ctrl_new_custom(hdl_streaming, &vivid_ctrl_queue_setup_error, NULL); in vivid_create_controls()
1661 v4l2_ctrl_new_custom(hdl_streaming, &vivid_ctrl_buf_prepare_error, NULL); in vivid_create_controls()
1662 v4l2_ctrl_new_custom(hdl_streaming, &vivid_ctrl_start_streaming_error, NULL); in vivid_create_controls()
1663 v4l2_ctrl_new_custom(hdl_streaming, &vivid_ctrl_queue_error, NULL); in vivid_create_controls()
1665 v4l2_ctrl_new_custom(hdl_streaming, &vivid_ctrl_req_validate_error, NULL); in vivid_create_controls()
1667 v4l2_ctrl_new_custom(hdl_streaming, &vivid_ctrl_seq_wrap, NULL); in vivid_create_controls()
1668 v4l2_ctrl_new_custom(hdl_streaming, &vivid_ctrl_time_wrap, NULL); in vivid_create_controls()
1828 if (hdl_streaming->error) in vivid_create_controls()
1829 return hdl_streaming->error; in vivid_create_controls()
1842 v4l2_ctrl_add_handler(hdl_vid_cap, hdl_streaming, NULL, false); in vivid_create_controls()
1853 v4l2_ctrl_add_handler(hdl_vid_out, hdl_streaming, NULL, false); in vivid_create_controls()
1861 v4l2_ctrl_add_handler(hdl_vbi_cap, hdl_streaming, NULL, false); in vivid_create_controls()
1870 v4l2_ctrl_add_handler(hdl_vbi_out, hdl_streaming, NULL, false); in vivid_create_controls()
1891 v4l2_ctrl_add_handler(hdl_sdr_cap, hdl_streaming, NULL, false); in vivid_create_controls()
1898 v4l2_ctrl_add_handler(hdl_meta_cap, hdl_streaming, NULL, false); in vivid_create_controls()
1905 v4l2_ctrl_add_handler(hdl_meta_out, hdl_streaming, NULL, false); in vivid_create_controls()
1912 v4l2_ctrl_add_handler(hdl_tch_cap, hdl_streaming, NULL, false); in vivid_create_controls()