Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/gadget/function/
Duvc_configfs.c771 struct uvcg_format *target_fmt = NULL; in uvcg_streaming_header_allow_link() local
794 target_fmt = container_of(to_config_group(target), struct uvcg_format, in uvcg_streaming_header_allow_link()
796 if (!target_fmt) in uvcg_streaming_header_allow_link()
805 format_ptr->fmt = target_fmt; in uvcg_streaming_header_allow_link()
822 struct uvcg_format *target_fmt = NULL; in uvcg_streaming_header_drop_link() local
833 target_fmt = container_of(to_config_group(target), struct uvcg_format, in uvcg_streaming_header_drop_link()
835 if (!target_fmt) in uvcg_streaming_header_drop_link()
839 if (format_ptr->fmt == target_fmt) { in uvcg_streaming_header_drop_link()