Home
last modified time | relevance | path

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

/Linux-v6.6/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-v6.6/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-v6.6/drivers/usb/early/
Dehci-dbgp.c970 int ret = xen_dbgp_reset_prep(hcd); in dbgp_reset_prep()