Home
last modified time | relevance | path

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

/drivers/media/video/uvc/
Duvc_video.c70 if (ctrl->bFormatIndex <= 0 || in uvc_fixup_buffer_size()
71 ctrl->bFormatIndex > video->streaming->nformats) in uvc_fixup_buffer_size()
74 format = &video->streaming->format[ctrl->bFormatIndex - 1]; in uvc_fixup_buffer_size()
136 ctrl->bFormatIndex = data[2]; in uvc_get_video_ctrl()
185 data[2] = ctrl->bFormatIndex; in uvc_set_video_ctrl()
1036 if (format->index == probe->bFormatIndex) in uvc_video_init()
1057 probe->bFormatIndex = format->index; in uvc_video_init()
Duvcvideo.h335 __u8 bFormatIndex; member
Duvc_v4l2.c173 probe->bFormatIndex = format->index; in uvc_v4l2_try_format()