Home
last modified time | relevance | path

Searched refs:hdl_tch_cap (Results 1 – 1 of 1) sorted by relevance

/linux-5.19.10/drivers/media/test-drivers/vivid/
Dvivid-ctrls.c1530 struct v4l2_ctrl_handler *hdl_tch_cap = &dev->ctrl_hdl_touch_cap; in vivid_create_controls() local
1574 v4l2_ctrl_handler_init(hdl_tch_cap, 2); in vivid_create_controls()
1575 v4l2_ctrl_new_custom(hdl_tch_cap, &vivid_ctrl_class, NULL); in vivid_create_controls()
1931 v4l2_ctrl_add_handler(hdl_tch_cap, hdl_user_gen, NULL, false); in vivid_create_controls()
1932 v4l2_ctrl_add_handler(hdl_tch_cap, hdl_streaming, NULL, false); in vivid_create_controls()
1933 if (hdl_tch_cap->error) in vivid_create_controls()
1934 return hdl_tch_cap->error; in vivid_create_controls()
1935 dev->touch_cap_dev.ctrl_handler = hdl_tch_cap; in vivid_create_controls()