Searched refs:xctrl (Results 1 – 3 of 3) sorted by relevance
/drivers/media/video/uvc/ |
D | uvc_ctrl.c | 964 struct v4l2_ext_control *xctrl) in uvc_ctrl_get() argument 972 ctrl = uvc_find_control(video, xctrl->id, &mapping); in uvc_ctrl_get() 987 xctrl->value = mapping->get(mapping, GET_CUR, in uvc_ctrl_get() 993 if (menu->value == xctrl->value) { in uvc_ctrl_get() 994 xctrl->value = i; in uvc_ctrl_get() 1004 struct v4l2_ext_control *xctrl) in uvc_ctrl_set() argument 1008 s32 value = xctrl->value; in uvc_ctrl_set() 1011 ctrl = uvc_find_control(video, xctrl->id, &mapping); in uvc_ctrl_set() 1057 struct uvc_xu_control *xctrl, int set) in uvc_xu_ctrl_query() argument 1067 if (entity->id == xctrl->unit) in uvc_xu_ctrl_query() [all …]
|
D | uvc_v4l2.c | 510 struct v4l2_ext_control xctrl; in uvc_v4l2_do_ioctl() local 512 memset(&xctrl, 0, sizeof xctrl); in uvc_v4l2_do_ioctl() 513 xctrl.id = ctrl->id; in uvc_v4l2_do_ioctl() 516 ret = uvc_ctrl_get(video, &xctrl); in uvc_v4l2_do_ioctl() 519 ctrl->value = xctrl.value; in uvc_v4l2_do_ioctl() 526 struct v4l2_ext_control xctrl; in uvc_v4l2_do_ioctl() local 528 memset(&xctrl, 0, sizeof xctrl); in uvc_v4l2_do_ioctl() 529 xctrl.id = ctrl->id; in uvc_v4l2_do_ioctl() 530 xctrl.value = ctrl->value; in uvc_v4l2_do_ioctl() 533 ret = uvc_ctrl_set(video, &xctrl); in uvc_v4l2_do_ioctl()
|
D | uvcvideo.h | 801 struct v4l2_ext_control *xctrl); 803 struct v4l2_ext_control *xctrl);
|