/src/sys/rump/dev/lib/libugenhc/ |
ugenhc.c | 773 uint8_t xfertype = ed->bmAttributes & UE_XFERTYPE; local in function:ugenhc_open 779 switch (xfertype) { 787 panic("%d not supported", xfertype); 791 switch (xfertype) { 807 if (oflags != O_RDONLY && xfertype == UE_ISOCHRONOUS) { 837 panic("%d not supported", xfertype);
|
/src/sys/external/bsd/dwc2/ |
dwc2.c | 377 uint8_t xfertype = UE_GET_XFERTYPE(ed->bmAttributes); local in function:dwc2_open 379 DPRINTF("pipe %p addr %d xfertype %d dir %s\n", pipe, addr, xfertype, 403 switch (xfertype) { 423 DPRINTF("bad xfer type %d\n", xfertype); 900 uint8_t xfertype = UE_GET_XFERTYPE(ed->bmAttributes); local in function:dwc2_device_start 915 if (xfertype == UE_ISOCHRONOUS || 916 xfertype == UE_INTERRUPT) { 927 if (xfertype == UE_CONTROL) { 951 } else if (xfertype == UE_ISOCHRONOUS) 1395 uint8_t xfertype; local in function:dwc2_host_complete [all...] |
/src/sys/dev/usb/ |
ohci.c | 2085 uint8_t xfertype = ed->bmAttributes & UE_XFERTYPE; local in function:ohci_open 2122 if (xfertype == UE_ISOCHRONOUS) { 2159 switch (xfertype) {
|
xhci.c | 2066 const uint8_t xfertype = UE_GET_XFERTYPE(ed->bmAttributes); local in function:xhci_open 2102 switch (xfertype) { 2494 const uint8_t xfertype = local in function:xhci_event_transfer 2529 if (xfertype == UE_ISOCHRONOUS) { 2563 if (xfertype == UE_ISOCHRONOUS) { 3600 const uint8_t xfertype = UE_GET_XFERTYPE(ed->bmAttributes); local in function:xhci_setup_ctx 3644 if (xfertype != UE_ISOCHRONOUS) 3893 const uint8_t xfertype = UE_GET_XFERTYPE(ed->bmAttributes); local in function:xhci_setup_maxburst 3903 switch (xfertype) { 3910 if (esscd && xfertype == UE_ISOCHRONOUS & [all...] |
ehci.c | 1965 uint8_t xfertype = UE_GET_XFERTYPE(ed->bmAttributes); local in function:ehci_open 2024 if (speed == EHCI_QH_SPEED_LOW && xfertype == UE_ISOCHRONOUS) { 2035 naks = (xfertype == UE_INTERRUPT) ? 0 2039 if (xfertype != UE_ISOCHRONOUS) { 2050 (speed != EHCI_QH_SPEED_HIGH && xfertype == UE_CONTROL ? 2056 (xfertype == UE_INTERRUPT ? 2064 (xfertype == UE_INTERRUPT ? 2085 } /*xfertype == UE_ISOC*/ 2087 switch (xfertype) { 2151 DPRINTF("bad xfer type %jd", xfertype, 0, 0, 0) [all...] |