HomeSort by: relevance | last modified time | path
    Searched defs:eptype (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/usb/
xhci.c 455 u_int eptype = 0; local in function:xhci_ep_get_type
459 eptype = 0x0;
462 eptype = 0x1;
465 eptype = 0x2;
468 eptype = 0x3;
474 return eptype | 0x4;
476 return eptype;
xhci.c 455 u_int eptype = 0; local in function:xhci_ep_get_type
459 eptype = 0x0;
462 eptype = 0x1;
465 eptype = 0x2;
468 eptype = 0x3;
474 return eptype | 0x4;
476 return eptype;

Completed in 27 milliseconds