Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/media/usb/uvc/
Duvc_ctrl.c1847 struct uvc_xu_control_query *xqry) in uvc_xu_ctrl_query() argument
1862 entity->id == xqry->unit) { in uvc_xu_ctrl_query()
1870 xqry->unit); in uvc_xu_ctrl_query()
1878 if (ctrl->index == xqry->selector - 1) { in uvc_xu_ctrl_query()
1886 entity->extension.guidExtensionCode, xqry->selector); in uvc_xu_ctrl_query()
1903 switch (xqry->query) { in uvc_xu_ctrl_query()
1933 if (size != xqry->size) { in uvc_xu_ctrl_query()
1949 if (xqry->query == UVC_SET_CUR && in uvc_xu_ctrl_query()
1950 copy_from_user(data, xqry->data, size)) { in uvc_xu_ctrl_query()
1955 ret = uvc_query_ctrl(chain->dev, xqry->query, xqry->unit, in uvc_xu_ctrl_query()
[all …]
Duvc_v4l2.c1422 struct uvc_xu_control_query xqry; in uvc_v4l2_compat_ioctl32() member
1442 ret = uvc_v4l2_get_xu_query(&karg.xqry, up); in uvc_v4l2_compat_ioctl32()
1445 ret = uvc_xu_ctrl_query(handle->chain, &karg.xqry); in uvc_v4l2_compat_ioctl32()
1448 ret = uvc_v4l2_put_xu_query(&karg.xqry, up); in uvc_v4l2_compat_ioctl32()
Duvcvideo.h863 struct uvc_xu_control_query *xqry);