Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/usb/
H A 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()
/openbmc/linux/drivers/xen/
H A 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);
/openbmc/linux/drivers/usb/early/
H A Dehci-dbgp.c970 int ret = xen_dbgp_reset_prep(hcd); in dbgp_reset_prep()