Searched refs:EP_INTERRUPT (Results 1 - 9 of 9) sorted by relevance

/seL4-camkes-master/projects/projects_libs/libusbdrivers/include/usb/
H A Dusb_host.h41 EP_INTERRUPT enumerator in enum:usb_endpoint_type
/seL4-camkes-master/projects/projects_libs/libusbdrivers/src/drivers/
H A Dmouse.c96 if (mouse->ep_int == NULL || mouse->ep_int->type != EP_INTERRUPT) {
H A Dpl2303.c178 } else if (udev->ep[i]->type == EP_INTERRUPT) {
H A Dstorage.c279 } else if (udev->ep[i]->type == EP_INTERRUPT) {
H A Dusbkbd.c318 if (kbd->ep_int == NULL || kbd->ep_int->type != EP_INTERRUPT) {
H A Dcdc.c215 } else if (udev->ep[i]->type == EP_INTERRUPT) {
H A Dlan9730.c930 } else if (udev->ep[i]->type == EP_INTERRUPT) {
/seL4-camkes-master/projects/projects_libs/libusbdrivers/src/ehci/
H A Dasync.c282 if (ep->type == EP_INTERRUPT) {
305 if ((ep->type == EP_INTERRUPT || ep->type == EP_ISOCHRONOUS) &&
310 if (ep->type == EP_INTERRUPT) {
H A Dhcd.c110 if (ep->type == EP_INTERRUPT) {

Completed in 84 milliseconds