Home
last modified time | relevance | path

Searched refs:USB_EP_CONTROL (Results 1 – 2 of 2) sorted by relevance

/DragonOS-0.1.2/kernel/src/driver/usb/
Dusb.h239 USB_EP_CONTROL = 0, enumerator
/DragonOS-0.1.2/kernel/src/driver/usb/xhci/
Dxhci.c913 …ze_ep(id, device_context_vaddr, port, XHCI_EP_CONTROL, max_packet, 0, USB_EP_CONTROL, 0, speed, 0); in xhci_initialize_slot()
936 if (type != USB_EP_CONTROL && type != USB_EP_INTERRUPT) in xhci_initialize_ep()
955 case USB_EP_CONTROL: // Control ep in xhci_initialize_ep()