Home
last modified time | relevance | path

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

/Linux-v5.4/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-v5.4/drivers/xen/
Ddbgp.c37 int xen_dbgp_reset_prep(struct usb_hcd *hcd) in xen_dbgp_reset_prep() function
49 EXPORT_SYMBOL_GPL(xen_dbgp_reset_prep);
/Linux-v5.4/drivers/usb/early/
Dehci-dbgp.c975 int ret = xen_dbgp_reset_prep(hcd); in dbgp_reset_prep()