Home
last modified time | relevance | path

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

/DragonOS-0.1.2/kernel/src/driver/usb/
Dusb.h242 USB_EP_INTERRUPT enumerator
/DragonOS-0.1.2/kernel/src/driver/usb/xhci/
Dxhci.c936 if (type != USB_EP_CONTROL && type != USB_EP_INTERRUPT) in xhci_initialize_ep()
970 case USB_EP_INTERRUPT: in xhci_initialize_ep()
1838 … retval = xhci_configure_endpoint(id, port_id, ep_desc->endpoint_addr, USB_EP_INTERRUPT, ep_desc); in xhci_configure_port()