Searched refs:UE_ISOCHRONOUS (Results 1 - 25 of 25) sorted by relevance

/freebsd-12-stable/sys/compat/ndis/
H A Dusbd_var.h94 UsbdPipeTypeIsochronous = UE_ISOCHRONOUS,
H A Dsubr_usbd.c645 UE_GET_XFERTYPE(ep->bmAttributes) == UE_ISOCHRONOUS) {
/freebsd-12-stable/sys/dev/usb/gadget/
H A Dg_audio.c165 .type = UE_ISOCHRONOUS,
177 .type = UE_ISOCHRONOUS,
189 .type = UE_ISOCHRONOUS,
201 .type = UE_ISOCHRONOUS,
/freebsd-12-stable/sys/dev/usb/controller/
H A Ddwc_otg.c727 if (td->ep_type == UE_ISOCHRONOUS) {
1063 if (td->ep_type != UE_ISOCHRONOUS)
1225 if (td->ep_type == UE_ISOCHRONOUS) {
1293 if (td->ep_type == UE_ISOCHRONOUS) {
1389 if (td->ep_type != UE_ISOCHRONOUS) {
1434 } else if (td->ep_type == UE_ISOCHRONOUS) {
1470 if (td->ep_type == UE_ISOCHRONOUS) {
1534 if (td->ep_type != UE_ISOCHRONOUS) {
1541 if (td->ep_type != UE_ISOCHRONOUS) {
1583 if (td->ep_type == UE_ISOCHRONOUS) {
[all...]
H A Dsaf1761_otg.c241 case UE_ISOCHRONOUS:
285 case UE_ISOCHRONOUS:
1830 } else if (ep_type == UE_ISOCHRONOUS) {
1850 } else if (ep_type == UE_ISOCHRONOUS) {
3576 case UE_ISOCHRONOUS:
3585 case UE_ISOCHRONOUS:
3649 case UE_ISOCHRONOUS:
3705 case UE_ISOCHRONOUS:
H A Dmusb_otg.c2482 case UE_ISOCHRONOUS:
2939 case UE_ISOCHRONOUS:
3000 case UE_ISOCHRONOUS:
4233 case UE_ISOCHRONOUS:
H A Dxhci.c2448 case UE_ISOCHRONOUS:
2479 if (type != UE_ISOCHRONOUS)
2486 case UE_ISOCHRONOUS:
2506 case UE_ISOCHRONOUS:
H A Datmegadci.c2120 if ((edesc->bmAttributes & UE_XFERTYPE) == UE_ISOCHRONOUS)
H A Davr32dci.c2064 if ((edesc->bmAttributes & UE_XFERTYPE) == UE_ISOCHRONOUS)
H A Duss820dci.c2403 case UE_ISOCHRONOUS:
H A Dohci.c2564 case UE_ISOCHRONOUS:
H A Duhci.c3049 case UE_ISOCHRONOUS:
H A Dehci.c3776 case UE_ISOCHRONOUS:
/freebsd-12-stable/sys/dev/usb/template/
H A Dusb_template.c284 if (et == UE_ISOCHRONOUS) {
320 if (et == UE_ISOCHRONOUS)
352 default: /* UE_ISOCHRONOUS */
623 (pf->support_isochronous && (ep_type == UE_ISOCHRONOUS)) ||
1013 if (usb_hw_ep_get_needs(ues, UE_ISOCHRONOUS, 0) ||
1040 if (usb_hw_ep_get_needs(ues, UE_ISOCHRONOUS, 1) ||
H A Dusb_template_audio.c258 .bmAttributes = UE_ISOCHRONOUS | UE_ISO_ADAPT,
316 .bmAttributes = UE_ISOCHRONOUS | UE_ISO_ADAPT,
H A Dusb_template_phone.c213 .bmAttributes = UE_ISOCHRONOUS,
270 .bmAttributes = UE_ISOCHRONOUS,
/freebsd-12-stable/sys/mips/cavium/usb/
H A Doctusb.c136 case UE_ISOCHRONOUS:
449 ((td->qh->ep_type & UE_XFERTYPE) == UE_ISOCHRONOUS)) {
492 case UE_ISOCHRONOUS:
576 if ((td->qh->ep_type & UE_XFERTYPE) == UE_ISOCHRONOUS)
611 case UE_ISOCHRONOUS:
1794 case UE_ISOCHRONOUS:
1870 case UE_ISOCHRONOUS:
/freebsd-12-stable/sys/dev/usb/
H A Dusb_transfer.c400 case UE_ISOCHRONOUS:
428 case UE_ISOCHRONOUS:
510 case UE_ISOCHRONOUS:
538 case UE_ISOCHRONOUS:
613 if (type == UE_ISOCHRONOUS) {
757 if (type == UE_ISOCHRONOUS) {
791 if (type == UE_ISOCHRONOUS) {
2844 } else if (type == UE_ISOCHRONOUS) {
3552 case UE_ISOCHRONOUS:
H A Dusb_hub.c1979 case UE_ISOCHRONOUS:
2040 case UE_ISOCHRONOUS:
2416 [UE_ISOCHRONOUS] = USB_HW_POWER_ISOC,
2495 (udev->pwr_save.type_refs[UE_ISOCHRONOUS] != 0) ||
2611 if (type_refs[UE_ISOCHRONOUS] != 0)
2753 if (udev->pwr_save.type_refs[UE_ISOCHRONOUS] != 0)
H A Dusb.h542 #define UE_ISOCHRONOUS 0x01 macro
H A Dusb_generic.c284 case UE_ISOCHRONOUS:
354 case UE_ISOCHRONOUS:
/freebsd-12-stable/sys/netgraph/bluetooth/drivers/ubt/
H A Dng_ubt.c334 .type = UE_ISOCHRONOUS,
345 .type = UE_ISOCHRONOUS,
356 .type = UE_ISOCHRONOUS,
367 .type = UE_ISOCHRONOUS,
/freebsd-12-stable/sys/dev/sound/usb/
H A Duaudio.c576 .type = UE_ISOCHRONOUS,
586 .type = UE_ISOCHRONOUS,
596 .type = UE_ISOCHRONOUS,
609 .type = UE_ISOCHRONOUS,
619 .type = UE_ISOCHRONOUS,
629 .type = UE_ISOCHRONOUS,
1886 if (UE_GET_XFERTYPE(ed1->bmAttributes) != UE_ISOCHRONOUS) {
/freebsd-12-stable/usr.sbin/usbdump/
H A Dusbdump.c156 [UE_ISOCHRONOUS] = "ISOC",
/freebsd-12-stable/sys/compat/linuxkpi/common/src/
H A Dlinux_usb.c796 if (type == UE_ISOCHRONOUS) {

Completed in 409 milliseconds