Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/usb/
Dehci-dbgp.h54 extern int xen_dbgp_reset_prep(struct usb_hcd *);
57 static inline int xen_dbgp_reset_prep(struct usb_hcd *hcd) in xen_dbgp_reset_prep() function
75 return xen_dbgp_reset_prep(hcd); in dbgp_reset_prep()
/Linux-v4.19/drivers/xen/
Ddbgp.c36 int xen_dbgp_reset_prep(struct usb_hcd *hcd) in xen_dbgp_reset_prep() function
48 EXPORT_SYMBOL_GPL(xen_dbgp_reset_prep);
/Linux-v4.19/drivers/usb/early/
Dehci-dbgp.c975 int ret = xen_dbgp_reset_prep(hcd); in dbgp_reset_prep()