Home
last modified time | relevance | path

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

/linux/drivers/usb/gadget/function/
H A Duvc_configfs.h52 UVCG_FRAMEBASED, enumerator
H A Duvc_configfs.c2191 } else if (fmt->type == UVCG_FRAMEBASED) { in uvcg_frame_make()
2193 h->fmt_type = UVCG_FRAMEBASED; in uvcg_frame_make()
2212 if (fmt->type == UVCG_FRAMEBASED) in uvcg_frame_make()
2946 h->fmt.type = UVCG_FRAMEBASED; in uvcg_framebased_make()
3258 } else if (fmt->type == UVCG_FRAMEBASED) { in __uvcg_cnt_strm()
3369 } else if (fmt->type == UVCG_FRAMEBASED) { in __uvcg_fill_strm()
3388 if (frm->fmt_type != UVCG_FRAMEBASED) in __uvcg_fill_strm()
3403 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()