Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/test-drivers/vivid/
H A Dvivid-ctrls.c1581 struct v4l2_ctrl_handler *hdl_user_vid = &dev->ctrl_hdl_user_vid; in vivid_create_controls() local
1608 v4l2_ctrl_handler_init(hdl_user_vid, 9); in vivid_create_controls()
1609 v4l2_ctrl_new_custom(hdl_user_vid, &vivid_ctrl_class, NULL); in vivid_create_controls()
1657 dev->hue = v4l2_ctrl_new_std(hdl_user_vid, &vivid_user_vid_ctrl_ops, in vivid_create_controls()
1659 v4l2_ctrl_new_std(hdl_user_vid, &vivid_user_vid_ctrl_ops, in vivid_create_controls()
1661 v4l2_ctrl_new_std(hdl_user_vid, &vivid_user_vid_ctrl_ops, in vivid_create_controls()
1665 dev->gain = v4l2_ctrl_new_std(hdl_user_vid, &vivid_user_vid_ctrl_ops, in vivid_create_controls()
1667 dev->alpha = v4l2_ctrl_new_std(hdl_user_vid, &vivid_user_vid_ctrl_ops, in vivid_create_controls()
1915 if (hdl_user_vid->error) in vivid_create_controls()
1916 return hdl_user_vid->error; in vivid_create_controls()
[all …]