Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/core/
Dusb.c261 int usb_for_each_dev(void *data, int (*fn)(struct usb_device *, void *)) in usb_for_each_dev() function
267 EXPORT_SYMBOL_GPL(usb_for_each_dev);
Dport.c363 usb_for_each_dev(port_dev, match_location); in find_and_link_peer()
/linux-4.1.27/include/linux/
Dusb.h768 extern int usb_for_each_dev(void *data, int (*fn)(struct usb_device *, void *));
/linux-4.1.27/drivers/usb/host/
Dehci-hub.c63 if (!usb_for_each_dev(NULL, persist_enabled_on_companion)) in ehci_handover_companion_ports()