Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/media/usb/uvc/
Duvc_ctrl.c2222 struct uvc_xu_control_query *xqry) in uvc_xu_ctrl_query() argument
2237 iter->id == xqry->unit) { in uvc_xu_ctrl_query()
2245 xqry->unit); in uvc_xu_ctrl_query()
2253 if (ctrl->index == xqry->selector - 1) { in uvc_xu_ctrl_query()
2261 entity->guid, xqry->selector); in uvc_xu_ctrl_query()
2278 switch (xqry->query) { in uvc_xu_ctrl_query()
2308 if (size != xqry->size) { in uvc_xu_ctrl_query()
2324 if (xqry->query == UVC_SET_CUR && in uvc_xu_ctrl_query()
2325 copy_from_user(data, xqry->data, size)) { in uvc_xu_ctrl_query()
2330 ret = uvc_query_ctrl(chain->dev, xqry->query, xqry->unit, in uvc_xu_ctrl_query()
[all …]
Duvc_v4l2.c1472 struct uvc_xu_control_query xqry; in uvc_v4l2_compat_ioctl32() member
1492 ret = uvc_v4l2_get_xu_query(&karg.xqry, up); in uvc_v4l2_compat_ioctl32()
1495 ret = uvc_xu_ctrl_query(handle->chain, &karg.xqry); in uvc_v4l2_compat_ioctl32()
1498 ret = uvc_v4l2_put_xu_query(&karg.xqry, up); in uvc_v4l2_compat_ioctl32()
Duvcvideo.h796 struct uvc_xu_control_query *xqry);