Searched refs:USB_DEBUG_DEVNUM (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/coreboot/src/drivers/usb/ |
H A D | gadget.c | 148 devnum = USB_DEBUG_DEVNUM; in probe_for_debug_descriptor() 157 if (devnum != USB_DEBUG_DEVNUM) { in probe_for_debug_descriptor() 160 USB_REQ_SET_ADDRESS, USB_DEBUG_DEVNUM, 0, NULL, 0); in probe_for_debug_descriptor() 163 USB_DEBUG_DEVNUM); in probe_for_debug_descriptor() 166 devnum = USB_DEBUG_DEVNUM; in probe_for_debug_descriptor() 171 ret = dbgp_control_msg(ehci_debug, USB_DEBUG_DEVNUM, in probe_for_debug_descriptor() 195 if (dbgp_control_msg(ehci_debug, USB_DEBUG_DEVNUM, in probe_for_debug_descriptor() 226 USB_REQ_SET_ADDRESS, USB_DEBUG_DEVNUM, 0, NULL, 0); in probe_for_ch347() 229 USB_DEBUG_DEVNUM); in probe_for_ch347() 232 devnum = USB_DEBUG_DEVNUM; in probe_for_ch347() [all …]
|
H A D | ehci.h | 181 #define USB_DEBUG_DEVNUM 127 macro
|