Home
last modified time | relevance | path

Searched refs:xqry (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/media/usb/uvc/
H A Duvc_ctrl.c1857 struct uvc_xu_control_query *xqry) in uvc_xu_ctrl_query()
1872 entity->id == xqry->unit) { in uvc_xu_ctrl_query()
1880 xqry->unit); in uvc_xu_ctrl_query()
1888 if (ctrl->index == xqry->selector - 1) { in uvc_xu_ctrl_query()
1896 entity->extension.guidExtensionCode, xqry->selector); in uvc_xu_ctrl_query()
1913 switch (xqry->query) { in uvc_xu_ctrl_query()
1943 if (size != xqry->size) { in uvc_xu_ctrl_query()
1959 if (xqry->query == UVC_SET_CUR && in uvc_xu_ctrl_query()
1960 copy_from_user(data, xqry->data, size)) { in uvc_xu_ctrl_query()
1965 ret = uvc_query_ctrl(chain->dev, xqry in uvc_xu_ctrl_query()
1856 uvc_xu_ctrl_query(struct uvc_video_chain *chain, struct uvc_xu_control_query *xqry) uvc_xu_ctrl_query() argument
[all...]
H A Duvc_v4l2.c1439 struct uvc_xu_control_query xqry; in uvc_v4l2_compat_ioctl32() member
1459 ret = uvc_v4l2_get_xu_query(&karg.xqry, up); in uvc_v4l2_compat_ioctl32()
1462 ret = uvc_xu_ctrl_query(handle->chain, &karg.xqry); in uvc_v4l2_compat_ioctl32()
1465 ret = uvc_v4l2_put_xu_query(&karg.xqry, up); in uvc_v4l2_compat_ioctl32()
H A Duvcvideo.h867 struct uvc_xu_control_query *xqry);
/kernel/linux/linux-6.6/drivers/media/usb/uvc/
H A Duvc_ctrl.c2166 struct uvc_xu_control_query *xqry) in uvc_xu_ctrl_query()
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()
2269 copy_from_user(data, xqry->data, size)) { in uvc_xu_ctrl_query()
2274 ret = uvc_query_ctrl(chain->dev, xqry in uvc_xu_ctrl_query()
2165 uvc_xu_ctrl_query(struct uvc_video_chain *chain, struct uvc_xu_control_query *xqry) uvc_xu_ctrl_query() argument
[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.h790 struct uvc_xu_control_query *xqry);

Completed in 12 milliseconds