Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/usb/gadget/function/
Duvc_v4l2.c61 return u->desc.bBitsPerPixel * uframe->frame.w_width / 8; in uvc_v4l2_get_bytesperline()
156 w = frame->frm->frame.w_width; in find_closest_frame_by_size()
263 fmt->fmt.pix.width = uframe->frame.w_width; in uvc_v4l2_try_format()
311 if (frame->frm->frame.w_width == fival->width && in uvc_v4l2_enum_frameintervals()
356 fsize->discrete.width = uframe->frame.w_width; in uvc_v4l2_enum_framesizes()
Duvc_configfs.h91 u16 w_width; member
Duvc_configfs.c1099 UVCG_FRAME_ATTR(w_width, wWidth, 16);
1273 h->frame.w_width = 640; in uvcg_frame_make()