Searched refs:hdl_user_vid (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/drivers/media/test-drivers/vivid/ |
| H A D | vivid-ctrls.c | 1622 struct v4l2_ctrl_handler *hdl_user_vid = &dev->ctrl_hdl_user_vid; in vivid_create_controls() local 1649 v4l2_ctrl_handler_init(hdl_user_vid, 9); in vivid_create_controls() 1650 v4l2_ctrl_new_custom(hdl_user_vid, &vivid_ctrl_class, NULL); in vivid_create_controls() 1698 dev->hue = v4l2_ctrl_new_std(hdl_user_vid, &vivid_user_vid_ctrl_ops, in vivid_create_controls() 1700 v4l2_ctrl_new_std(hdl_user_vid, &vivid_user_vid_ctrl_ops, in vivid_create_controls() 1702 v4l2_ctrl_new_std(hdl_user_vid, &vivid_user_vid_ctrl_ops, in vivid_create_controls() 1706 dev->gain = v4l2_ctrl_new_std(hdl_user_vid, &vivid_user_vid_ctrl_ops, in vivid_create_controls() 1708 dev->alpha = v4l2_ctrl_new_std(hdl_user_vid, &vivid_user_vid_ctrl_ops, in vivid_create_controls() 1991 if (hdl_user_vid->error) in vivid_create_controls() 1992 return hdl_user_vid->error; in vivid_create_controls() [all …]
|