Home
last modified time | relevance | path

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

/linux-6.15/drivers/media/usb/uvc/
H A Duvc_ctrl.c2662 struct uvc_xu_control_query *xqry) in uvc_xu_ctrl_query() argument
2677 iter->id == xqry->unit) { in uvc_xu_ctrl_query()
2685 xqry->unit); in uvc_xu_ctrl_query()
2693 if (ctrl->index == xqry->selector - 1) { in uvc_xu_ctrl_query()
2701 entity->guid, xqry->selector); in uvc_xu_ctrl_query()
2718 switch (xqry->query) { in uvc_xu_ctrl_query()
2748 if (size != xqry->size) { in uvc_xu_ctrl_query()
2764 if (xqry->query == UVC_SET_CUR && in uvc_xu_ctrl_query()
2770 ret = uvc_query_ctrl(chain->dev, xqry->query, xqry->unit, in uvc_xu_ctrl_query()
2775 if (xqry->query != UVC_SET_CUR && in uvc_xu_ctrl_query()
[all …]
H A Duvc_v4l2.c1367 struct uvc_xu_control_query xqry; in uvc_v4l2_compat_ioctl32() member
1387 ret = uvc_v4l2_get_xu_query(&karg.xqry, up); in uvc_v4l2_compat_ioctl32()
1390 ret = uvc_xu_ctrl_query(handle->chain, &karg.xqry); in uvc_v4l2_compat_ioctl32()
1393 ret = uvc_v4l2_put_xu_query(&karg.xqry, up); in uvc_v4l2_compat_ioctl32()
H A Duvcvideo.h809 struct uvc_xu_control_query *xqry);