Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/media/test-drivers/vivid/
Dvivid-ctrls.c1515 struct v4l2_ctrl_handler *hdl_user_vid = &dev->ctrl_hdl_user_vid; in vivid_create_controls() local
1542 v4l2_ctrl_handler_init(hdl_user_vid, 9); in vivid_create_controls()
1543 v4l2_ctrl_new_custom(hdl_user_vid, &vivid_ctrl_class, NULL); in vivid_create_controls()
1583 dev->brightness = v4l2_ctrl_new_std(hdl_user_vid, &vivid_user_vid_ctrl_ops, in vivid_create_controls()
1587 dev->contrast = v4l2_ctrl_new_std(hdl_user_vid, &vivid_user_vid_ctrl_ops, in vivid_create_controls()
1589 dev->saturation = v4l2_ctrl_new_std(hdl_user_vid, &vivid_user_vid_ctrl_ops, in vivid_create_controls()
1591 dev->hue = v4l2_ctrl_new_std(hdl_user_vid, &vivid_user_vid_ctrl_ops, in vivid_create_controls()
1593 v4l2_ctrl_new_std(hdl_user_vid, &vivid_user_vid_ctrl_ops, in vivid_create_controls()
1595 v4l2_ctrl_new_std(hdl_user_vid, &vivid_user_vid_ctrl_ops, in vivid_create_controls()
1597 dev->autogain = v4l2_ctrl_new_std(hdl_user_vid, &vivid_user_vid_ctrl_ops, in vivid_create_controls()
[all …]