Lines Matching refs:hdl_streaming
1310 struct v4l2_ctrl_handler *hdl_streaming = &dev->ctrl_hdl_streaming; in vivid_create_controls() local
1334 v4l2_ctrl_handler_init(hdl_streaming, 8); in vivid_create_controls()
1335 v4l2_ctrl_new_custom(hdl_streaming, &vivid_ctrl_class, NULL); in vivid_create_controls()
1452 v4l2_ctrl_new_custom(hdl_streaming, &vivid_ctrl_dqbuf_error, NULL); in vivid_create_controls()
1453 v4l2_ctrl_new_custom(hdl_streaming, &vivid_ctrl_perc_dropped, NULL); in vivid_create_controls()
1454 v4l2_ctrl_new_custom(hdl_streaming, &vivid_ctrl_queue_setup_error, NULL); in vivid_create_controls()
1455 v4l2_ctrl_new_custom(hdl_streaming, &vivid_ctrl_buf_prepare_error, NULL); in vivid_create_controls()
1456 v4l2_ctrl_new_custom(hdl_streaming, &vivid_ctrl_start_streaming_error, NULL); in vivid_create_controls()
1457 v4l2_ctrl_new_custom(hdl_streaming, &vivid_ctrl_queue_error, NULL); in vivid_create_controls()
1458 v4l2_ctrl_new_custom(hdl_streaming, &vivid_ctrl_seq_wrap, NULL); in vivid_create_controls()
1459 v4l2_ctrl_new_custom(hdl_streaming, &vivid_ctrl_time_wrap, NULL); in vivid_create_controls()
1593 if (hdl_streaming->error) in vivid_create_controls()
1594 return hdl_streaming->error; in vivid_create_controls()
1607 v4l2_ctrl_add_handler(hdl_vid_cap, hdl_streaming, NULL); in vivid_create_controls()
1617 v4l2_ctrl_add_handler(hdl_vid_out, hdl_streaming, NULL); in vivid_create_controls()
1624 v4l2_ctrl_add_handler(hdl_vbi_cap, hdl_streaming, NULL); in vivid_create_controls()
1633 v4l2_ctrl_add_handler(hdl_vbi_out, hdl_streaming, NULL); in vivid_create_controls()
1654 v4l2_ctrl_add_handler(hdl_sdr_cap, hdl_streaming, NULL); in vivid_create_controls()