Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/media/test-drivers/vivid/
Dvivid-ctrls.c1570 struct v4l2_ctrl_handler *hdl_tch_cap = &dev->ctrl_hdl_touch_cap; in vivid_create_controls() local
1614 v4l2_ctrl_handler_init(hdl_tch_cap, 2); in vivid_create_controls()
1615 v4l2_ctrl_new_custom(hdl_tch_cap, &vivid_ctrl_class, NULL); in vivid_create_controls()
1974 v4l2_ctrl_add_handler(hdl_tch_cap, hdl_user_gen, NULL, false); in vivid_create_controls()
1975 v4l2_ctrl_add_handler(hdl_tch_cap, hdl_streaming, NULL, false); in vivid_create_controls()
1976 if (hdl_tch_cap->error) in vivid_create_controls()
1977 return hdl_tch_cap->error; in vivid_create_controls()
1978 dev->touch_cap_dev.ctrl_handler = hdl_tch_cap; in vivid_create_controls()