Home
last modified time | relevance | path

Searched refs:bFrameIndex (Results 1 – 10 of 10) sorted by relevance

/openbmc/linux/include/uapi/linux/usb/
H A Dvideo.h471 __u8 bFrameIndex; member
510 __u8 bFrameIndex; member
532 __u8 bFrameIndex; \
566 __u8 bFrameIndex; member
588 __u8 bFrameIndex; \
/openbmc/linux/drivers/usb/gadget/legacy/
H A Dwebcam.c217 .bFrameIndex = 1,
271 .bFrameIndex = 2,
342 .bFrameIndex = 1,
389 .bFrameIndex = 2,
/openbmc/linux/drivers/media/usb/uvc/
H A Duvc_v4l2.c290 probe->bFrameIndex = frame->bFrameIndex; in uvc_v4l2_try_format()
335 if (probe->bFrameIndex == format->frames[i].bFrameIndex) { in uvc_v4l2_try_format()
344 probe->bFrameIndex); in uvc_v4l2_try_format()
518 probe.bFrameIndex = frame->bFrameIndex; in uvc_v4l2_set_streamparm()
H A Duvc_video.c201 if (format->frames[i].bFrameIndex == ctrl->bFrameIndex) { in uvc_fixup_video_ctrl()
330 ctrl->bFrameIndex = data[3]; in uvc_get_video_ctrl()
380 data[3] = ctrl->bFrameIndex; in uvc_set_video_ctrl()
2269 if (frame->bFrameIndex == probe->bFrameIndex) in uvc_video_init()
2274 probe->bFrameIndex = frame->bFrameIndex; in uvc_video_init()
H A Duvcvideo.h250 u8 bFrameIndex; member
H A Duvc_driver.c394 frame->bFrameIndex = buffer[3]; in uvc_parse_format()
/openbmc/linux/drivers/media/pci/saa7164/
H A Dsaa7164-types.h407 u8 bFrameIndex; member
H A Dsaa7164-api.c102 fmt.bFrameIndex = 1; in saa7164_api_set_vbi_format()
143 rsp.bFrameIndex); in saa7164_api_set_vbi_format()
/openbmc/linux/Documentation/ABI/testing/
H A Dconfigfs-usb-gadget-uvc264 bFrameIndex unique id for this framedescriptor;
323 bFrameIndex unique id for this framedescriptor;
/openbmc/linux/drivers/usb/gadget/function/
H A Duvc_configfs.c2016 UVC_ATTR_RO(uvcg_frame_, b_frame_index, bFrameIndex);