Searched refs:UE_INTERRUPT (Results 1 – 15 of 15) sorted by relevance
/third_party/FreeBSD/sys/dev/usb/net/ |
D | if_cdce.c | 126 .type = UE_INTERRUPT, 138 .type = UE_INTERRUPT, 179 .type = UE_INTERRUPT, 191 .type = UE_INTERRUPT,
|
D | if_urndis.c | 108 .type = UE_INTERRUPT,
|
/third_party/FreeBSD/sys/dev/usb/ |
D | usb_hub.c | 119 .type = UE_INTERRUPT, 2002 case UE_INTERRUPT: in usb_hs_bandwidth_alloc() 2080 case UE_INTERRUPT: in usb_hs_bandwidth_free() 2463 [UE_INTERRUPT] = USB_HW_POWER_INTERRUPT, in usbd_transfer_power_ref() 2655 if (type_refs[UE_INTERRUPT] != 0) in usb_bus_powerd() 2794 if (udev->pwr_save.type_refs[UE_INTERRUPT] != 0) in usb_dev_resume_peer()
|
D | usb_transfer.c | 372 case UE_INTERRUPT: in usbd_transfer_setup_sub() 523 if (type == UE_INTERRUPT) { in usbd_transfer_setup_sub() 2656 (type == UE_INTERRUPT)) { in usbd_pipe_start() 3362 case UE_INTERRUPT: in usbd_get_std_packet_size()
|
D | usb.h | 546 #define UE_INTERRUPT 0x03 macro
|
D | usb_generic.c | 144 if (type == UE_INTERRUPT) { in ugen_open() 210 case UE_INTERRUPT: in ugen_open_pipe_write() 279 case UE_INTERRUPT: in ugen_open_pipe_read()
|
D | usb_device.c | 924 (et != UE_INTERRUPT)) { in usbd_set_endpoint_stall()
|
/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/input/ |
D | uhid.c | 354 .type = UE_INTERRUPT, 363 .type = UE_INTERRUPT,
|
/third_party/FreeBSD/sys/dev/usb/controller/ |
D | xhci.c | 2366 case UE_INTERRUPT: in xhci_configure_endpoint() 2428 case UE_INTERRUPT: in xhci_configure_endpoint() 2867 case UE_INTERRUPT: in xhci_transfer_insert() 3212 .bmAttributes = UE_INTERRUPT,
|
D | ehci.c | 2988 .bmAttributes = UE_INTERRUPT, 3720 case UE_INTERRUPT:
|
/third_party/FreeBSD/sys/dev/usb/serial/ |
D | u3g.c | 144 .type = UE_INTERRUPT,
|
/third_party/FreeBSD/sys/compat/linuxkpi/common/src/ |
D | linux_usb.c | 842 if(type == UE_INTERRUPT){ in usb_setup_endpoint_agg()
|
/third_party/FreeBSD/sys/dev/usb/storage/ |
D | umass.c | 711 .type = UE_INTERRUPT,
|