Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/usb/uvc/
H A Duvc_ctrl.c2166 struct uvc_xu_control_query *xqry) in uvc_xu_ctrl_query() argument
2181 entity->id == xqry->unit) { in uvc_xu_ctrl_query()
2189 xqry->unit); in uvc_xu_ctrl_query()
2197 if (ctrl->index == xqry->selector - 1) { in uvc_xu_ctrl_query()
2205 entity->guid, xqry->selector); in uvc_xu_ctrl_query()
2222 switch (xqry->query) { in uvc_xu_ctrl_query()
2252 if (size != xqry->size) { in uvc_xu_ctrl_query()
2268 if (xqry->query == UVC_SET_CUR && in uvc_xu_ctrl_query()
2274 ret = uvc_query_ctrl(chain->dev, xqry->query, xqry->unit, in uvc_xu_ctrl_query()
2279 if (xqry->query != UVC_SET_CUR && in uvc_xu_ctrl_query()
[all …]
H A 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()
H A Duvcvideo.h791 struct uvc_xu_control_query *xqry);