Searched refs:hdl_streaming (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/drivers/media/test-drivers/vivid/ |
| H A D | vivid-ctrls.c | 1653 v4l2_ctrl_handler_init(hdl_streaming, 8); in vivid_create_controls() 1654 v4l2_ctrl_new_custom(hdl_streaming, &vivid_ctrl_class, NULL); in vivid_create_controls() 1842 v4l2_ctrl_new_custom(hdl_streaming, &vivid_ctrl_seq_wrap, NULL); in vivid_create_controls() 1995 if (hdl_streaming->error) in vivid_create_controls() 1996 return hdl_streaming->error; in vivid_create_controls() 2009 v4l2_ctrl_add_handler(hdl_vid_cap, hdl_streaming, NULL, false); in vivid_create_controls() 2020 v4l2_ctrl_add_handler(hdl_vid_out, hdl_streaming, NULL, false); in vivid_create_controls() 2028 v4l2_ctrl_add_handler(hdl_vbi_cap, hdl_streaming, NULL, false); in vivid_create_controls() 2037 v4l2_ctrl_add_handler(hdl_vbi_out, hdl_streaming, NULL, false); in vivid_create_controls() 2058 v4l2_ctrl_add_handler(hdl_sdr_cap, hdl_streaming, NULL, false); in vivid_create_controls() [all …]
|