Searched refs:usb_interface_cache (Results 1 - 6 of 6) sorted by relevance

/linux-4.1.27/drivers/usb/core/
H A Dconfig.c301 struct usb_interface_cache *intfc = ref_to_usb_interface_cache(ref); usb_release_interface_cache()
320 struct usb_interface_cache *intfc; usb_parse_interface()
428 struct usb_interface_cache *intfc; usb_parse_configuration()
H A Ddevices.c250 const struct usb_interface_cache *intfc, usb_dump_interface_descriptor()
281 const struct usb_interface_cache *intfc, usb_dump_interface()
343 struct usb_interface_cache *intfc; usb_dump_config()
H A Dquirks.c244 struct usb_interface_cache *cache; usb_match_any_interface()
H A Dmessage.c1550 struct usb_interface_cache *intfc = usb_release_interface()
1802 struct usb_interface_cache *intfc; usb_set_configuration()
H A Dusb.c95 struct usb_interface_cache *intf_cache = NULL; usb_find_alt_setting()
/linux-4.1.27/include/linux/
H A Dusb.h235 * struct usb_interface_cache - long-term representation of a device interface
248 struct usb_interface_cache { struct
257 container_of(r, struct usb_interface_cache, ref)
259 container_of(a, struct usb_interface_cache, altsetting[0])
271 * @intf_cache: array of pointers to usb_interface_cache structures, one
315 struct usb_interface_cache *intf_cache[USB_MAXINTERFACES];

Completed in 784 milliseconds