Searched refs:UE_INTERRUPT (Results 1 – 15 of 15) sorted by relevance
/third_party/FreeBSD/sys/dev/usb/net/ |
D | if_cdce.c | 127 .type = UE_INTERRUPT, 139 .type = UE_INTERRUPT, 181 .type = UE_INTERRUPT, 193 .type = UE_INTERRUPT,
|
D | if_urndis.c | 108 .type = UE_INTERRUPT,
|
/third_party/NuttX/drivers/usbdev/gadget/ |
D | f_acm_desc.c | 117 .bmAttributes = UE_INTERRUPT,
|
D | rndis.c | 278 .bmAttributes = UE_INTERRUPT,
|
/third_party/FreeBSD/sys/dev/usb/ |
D | usb_hub.c | 120 .type = UE_INTERRUPT, 2008 case UE_INTERRUPT: in usb_hs_bandwidth_alloc() 2086 case UE_INTERRUPT: in usb_hs_bandwidth_free() 2471 [UE_INTERRUPT] = USB_HW_POWER_INTERRUPT, in usbd_transfer_power_ref() 2665 if (type_refs[UE_INTERRUPT] != 0) in usb_bus_powerd() 2807 if (udev->pwr_save.type_refs[UE_INTERRUPT] != 0) in usb_dev_resume_peer()
|
D | usb_transfer.c | 376 case UE_INTERRUPT: in usbd_transfer_setup_sub() 531 if (type == UE_INTERRUPT) { in usbd_transfer_setup_sub() 2686 (type == UE_INTERRUPT)) { in usbd_pipe_start() 3397 case UE_INTERRUPT: in usbd_get_std_packet_size()
|
D | usb.h | 545 #define UE_INTERRUPT 0x03 macro
|
D | usb_generic.c | 147 if (type == UE_INTERRUPT) { in ugen_open() 213 case UE_INTERRUPT: in ugen_open_pipe_write() 282 case UE_INTERRUPT: in ugen_open_pipe_read()
|
D | usb_device.c | 927 (et != UE_INTERRUPT)) { in usbd_set_endpoint_stall()
|
/third_party/FreeBSD/sys/dev/usb/input/ |
D | uhid.c | 353 .type = UE_INTERRUPT, 362 .type = UE_INTERRUPT,
|
/third_party/FreeBSD/sys/dev/usb/controller/ |
D | xhci.c | 2385 case UE_INTERRUPT: in xhci_configure_endpoint() 2447 case UE_INTERRUPT: in xhci_configure_endpoint() 2888 case UE_INTERRUPT: in xhci_transfer_insert() 3236 .bmAttributes = UE_INTERRUPT,
|
D | ehci.c | 3013 .bmAttributes = UE_INTERRUPT, 3753 case UE_INTERRUPT:
|
/third_party/FreeBSD/sys/dev/usb/serial/ |
D | u3g.c | 145 .type = UE_INTERRUPT,
|
/third_party/FreeBSD/sys/compat/linuxkpi/common/src/ |
D | linux_usb.c | 846 if(type == UE_INTERRUPT){ in usb_setup_endpoint_agg()
|
/third_party/FreeBSD/sys/dev/usb/storage/ |
D | umass.c | 713 .type = UE_INTERRUPT,
|