Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/gadget/function/
Duvc_configfs.c730 struct uvcg_format *target_fmt = NULL; in uvcg_streaming_header_allow_link() local
753 target_fmt = container_of(to_config_group(target), struct uvcg_format, in uvcg_streaming_header_allow_link()
755 if (!target_fmt) in uvcg_streaming_header_allow_link()
764 format_ptr->fmt = target_fmt; in uvcg_streaming_header_allow_link()
781 struct uvcg_format *target_fmt = NULL; in uvcg_streaming_header_drop_link() local
791 target_fmt = container_of(to_config_group(target), struct uvcg_format, in uvcg_streaming_header_drop_link()
793 if (!target_fmt) in uvcg_streaming_header_drop_link()
797 if (format_ptr->fmt == target_fmt) { in uvcg_streaming_header_drop_link()