Home | Sort by: relevance | last modified time | path |
/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; |