Home
last modified time | relevance | path

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

/linux/include/linux/usb/
H A Dehci-dbgp.h71 extern int dbgp_reset_prep(struct usb_hcd *);
73 static inline int dbgp_reset_prep(struct usb_hcd *hcd) in dbgp_reset_prep() function
/linux/drivers/usb/early/
H A Dehci-dbgp.c968 int dbgp_reset_prep(struct usb_hcd *hcd) in dbgp_reset_prep() function
994 EXPORT_SYMBOL_GPL(dbgp_reset_prep);
/linux/drivers/usb/host/
H A Dehci-hub.c391 if (!dbgp_reset_prep(hcd)) in ehci_bus_resume()
/linux/drivers/usb/fotg210/
H A Dfotg210-hcd.c930 if (fotg210->debug && !dbgp_reset_prep(fotg210_to_hcd(fotg210))) in fotg210_reset()