Home
last modified time | relevance | path

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

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