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.h153 struct uvcg_framebased { struct
158 static inline struct uvcg_framebased *to_uvcg_framebased(struct config_item *item) in to_uvcg_framebased() argument
160 return container_of(to_uvcg_format(item), struct uvcg_framebased, fmt); in to_uvcg_framebased()
H A Duvc_configfs.c2727 struct uvcg_framebased *u = to_uvcg_framebased(item); \
2752 struct uvcg_framebased *u = to_uvcg_framebased(item); \
2775 struct uvcg_framebased *u = to_uvcg_framebased(item); \
2824 struct uvcg_framebased *ch = to_uvcg_framebased(item); in uvcg_framebased_guid_format_show()
2846 struct uvcg_framebased *ch = to_uvcg_framebased(item); in uvcg_framebased_guid_format_store()
2878 struct uvcg_framebased *u = to_uvcg_framebased(item); in uvcg_framebased_bma_controls_show()
2887 struct uvcg_framebased *u = to_uvcg_framebased(item); in uvcg_framebased_bma_controls_store()
2922 struct uvcg_framebased *h; in uvcg_framebased_make()
3259 struct uvcg_framebased *f = in __uvcg_cnt_strm()
3260 container_of(fmt, struct uvcg_framebased, fmt); in __uvcg_cnt_strm()
[all …]
H A Duvc_v4l2.c44 struct uvcg_framebased *unc; in to_uvc_format()