Lines Matching refs:hdl_streaming

1249 	struct v4l2_ctrl_handler *hdl_streaming = &dev->ctrl_hdl_streaming;  in vivid_create_controls()  local
1273 v4l2_ctrl_handler_init(hdl_streaming, 8); in vivid_create_controls()
1274 v4l2_ctrl_new_custom(hdl_streaming, &vivid_ctrl_class, NULL); in vivid_create_controls()
1390 v4l2_ctrl_new_custom(hdl_streaming, &vivid_ctrl_dqbuf_error, NULL); in vivid_create_controls()
1391 v4l2_ctrl_new_custom(hdl_streaming, &vivid_ctrl_perc_dropped, NULL); in vivid_create_controls()
1392 v4l2_ctrl_new_custom(hdl_streaming, &vivid_ctrl_queue_setup_error, NULL); in vivid_create_controls()
1393 v4l2_ctrl_new_custom(hdl_streaming, &vivid_ctrl_buf_prepare_error, NULL); in vivid_create_controls()
1394 v4l2_ctrl_new_custom(hdl_streaming, &vivid_ctrl_start_streaming_error, NULL); in vivid_create_controls()
1395 v4l2_ctrl_new_custom(hdl_streaming, &vivid_ctrl_queue_error, NULL); in vivid_create_controls()
1396 v4l2_ctrl_new_custom(hdl_streaming, &vivid_ctrl_seq_wrap, NULL); in vivid_create_controls()
1397 v4l2_ctrl_new_custom(hdl_streaming, &vivid_ctrl_time_wrap, NULL); in vivid_create_controls()
1527 if (hdl_streaming->error) in vivid_create_controls()
1528 return hdl_streaming->error; in vivid_create_controls()
1541 v4l2_ctrl_add_handler(hdl_vid_cap, hdl_streaming, NULL); in vivid_create_controls()
1550 v4l2_ctrl_add_handler(hdl_vid_out, hdl_streaming, NULL); in vivid_create_controls()
1558 v4l2_ctrl_add_handler(hdl_vbi_cap, hdl_streaming, NULL); in vivid_create_controls()
1566 v4l2_ctrl_add_handler(hdl_vbi_out, hdl_streaming, NULL); in vivid_create_controls()
1588 v4l2_ctrl_add_handler(hdl_sdr_cap, hdl_streaming, NULL); in vivid_create_controls()