Home
last modified time | relevance | path

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

/linux-6.15/drivers/usb/gadget/function/
H A Duvc_configfs.h52 UVCG_FRAMEBASED, enumerator
H A Duvc_configfs.c2190 } else if (fmt->type == UVCG_FRAMEBASED) { in uvcg_frame_make()
2192 h->fmt_type = UVCG_FRAMEBASED; in uvcg_frame_make()
2211 if (fmt->type == UVCG_FRAMEBASED) in uvcg_frame_make()
2938 h->fmt.type = UVCG_FRAMEBASED; in uvcg_framebased_make()
3247 } else if (fmt->type == UVCG_FRAMEBASED) { in __uvcg_cnt_strm()
3358 } else if (fmt->type == UVCG_FRAMEBASED) { in __uvcg_fill_strm()
3377 if (frm->fmt_type != UVCG_FRAMEBASED) in __uvcg_fill_strm()
3392 else if (frm->fmt_type == UVCG_FRAMEBASED) in __uvcg_fill_strm()
H A Duvc_v4l2.c43 } else if (uformat->type == UVCG_FRAMEBASED) { in to_uvc_format()