Home
last modified time | relevance | path

Searched refs:UE_ISOCHRONOUS (Results 1 – 8 of 8) sorted by relevance

/third_party/FreeBSD/sys/dev/usb/
Dusb_transfer.c375 case UE_ISOCHRONOUS: in usbd_transfer_setup_sub()
403 case UE_ISOCHRONOUS: in usbd_transfer_setup_sub()
478 if (type == UE_ISOCHRONOUS) { in usbd_transfer_setup_sub()
622 if (type == UE_ISOCHRONOUS) { in usbd_transfer_setup_sub()
656 if (type == UE_ISOCHRONOUS) { in usbd_transfer_setup_sub()
2717 } else if (type == UE_ISOCHRONOUS) { in usbd_pipe_start()
3400 case UE_ISOCHRONOUS: in usbd_get_std_packet_size()
Dusb_hub.c2026 case UE_ISOCHRONOUS: in usb_hs_bandwidth_alloc()
2087 case UE_ISOCHRONOUS: in usb_hs_bandwidth_free()
2472 [UE_ISOCHRONOUS] = USB_HW_POWER_ISOC, in usbd_transfer_power_ref()
2551 (udev->pwr_save.type_refs[UE_ISOCHRONOUS] != 0) || in usb_peer_should_wakeup()
2667 if (type_refs[UE_ISOCHRONOUS] != 0) in usb_bus_powerd()
2809 if (udev->pwr_save.type_refs[UE_ISOCHRONOUS] != 0) in usb_dev_resume_peer()
Dusb.h543 #define UE_ISOCHRONOUS 0x01 macro
Dusb_generic.c229 case UE_ISOCHRONOUS: in ugen_open_pipe_write()
299 case UE_ISOCHRONOUS: in ugen_open_pipe_read()
/third_party/FreeBSD/sys/dev/usb/controller/
Dxhci.c2390 case UE_ISOCHRONOUS: in xhci_configure_endpoint()
2421 if (type != UE_ISOCHRONOUS) in xhci_configure_endpoint()
2428 case UE_ISOCHRONOUS: in xhci_configure_endpoint()
2448 case UE_ISOCHRONOUS: in xhci_configure_endpoint()
Dehci.c3757 case UE_ISOCHRONOUS:
/third_party/FreeBSD/sys/compat/linuxkpi/common/src/
Dlinux_usb.c794 if (type == UE_ISOCHRONOUS) { in usb_setup_endpoint_agg()
/third_party/NuttX/drivers/usbdev/gadget/
Df_uvc.c815 .bmAttributes = UE_ISO_ASYNC | UE_ISOCHRONOUS,