Home
last modified time | relevance | path

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

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