Searched refs:USB_EP_CONTROL (Results 1 – 2 of 2) sorted by relevance
/DragonOS-0.1.7/kernel/src/driver/usb/ |
D | usb.h | 239 USB_EP_CONTROL = 0, enumerator
|
/DragonOS-0.1.7/kernel/src/driver/usb/xhci/ |
D | xhci.c | 915 …ze_ep(id, device_context_vaddr, port, XHCI_EP_CONTROL, max_packet, 0, USB_EP_CONTROL, 0, speed, 0); in xhci_initialize_slot() 938 if (type != USB_EP_CONTROL && type != USB_EP_INTERRUPT) in xhci_initialize_ep() 957 case USB_EP_CONTROL: // Control ep in xhci_initialize_ep()
|