Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/media/test-drivers/vivid/
Dvivid-ctrls.c1596 struct v4l2_ctrl_handler *hdl_tch_cap = &dev->ctrl_hdl_touch_cap; in vivid_create_controls() local
1640 v4l2_ctrl_handler_init(hdl_tch_cap, 2); in vivid_create_controls()
1641 v4l2_ctrl_new_custom(hdl_tch_cap, &vivid_ctrl_class, NULL); in vivid_create_controls()
2002 v4l2_ctrl_add_handler(hdl_tch_cap, hdl_user_gen, NULL, false); in vivid_create_controls()
2003 v4l2_ctrl_add_handler(hdl_tch_cap, hdl_streaming, NULL, false); in vivid_create_controls()
2004 if (hdl_tch_cap->error) in vivid_create_controls()
2005 return hdl_tch_cap->error; in vivid_create_controls()
2006 dev->touch_cap_dev.ctrl_handler = hdl_tch_cap; in vivid_create_controls()