Searched refs:UE_INTERRUPT (Results 1 - 15 of 15) sorted by relevance
/third_party/FreeBSD/sys/dev/usb/net/ |
H A D | if_cdce.c | 125 .type = UE_INTERRUPT, 137 .type = UE_INTERRUPT, 178 .type = UE_INTERRUPT, 190 .type = UE_INTERRUPT,
|
H A D | if_urndis.c | 107 .type = UE_INTERRUPT,
|
/third_party/FreeBSD/sys/dev/usb/ |
H A D | usb_hub.c | 118 .type = UE_INTERRUPT, 2001 case UE_INTERRUPT: in usb_hs_bandwidth_alloc() 2079 case UE_INTERRUPT: in usb_hs_bandwidth_free() 2462 [UE_INTERRUPT] = USB_HW_POWER_INTERRUPT, in usbd_transfer_power_ref() 2654 if (type_refs[UE_INTERRUPT] != 0) in usb_bus_powerd() 2793 if (udev->pwr_save.type_refs[UE_INTERRUPT] != 0) in usb_dev_resume_peer()
|
H A D | usb_transfer.c | 374 case UE_INTERRUPT: in usbd_transfer_setup_sub() 525 if (type == UE_INTERRUPT) { in usbd_transfer_setup_sub() 2658 (type == UE_INTERRUPT)) { in usbd_pipe_start() 3364 case UE_INTERRUPT: in usbd_get_std_packet_size()
|
H A D | usb_generic.c | 143 if (type == UE_INTERRUPT) { in ugen_open() 209 case UE_INTERRUPT: in ugen_open_pipe_write() 278 case UE_INTERRUPT: in ugen_open_pipe_read()
|
H A D | usb.h | 547 #define UE_INTERRUPT 0x03 macro
|
H A D | usb_device.c | 923 (et != UE_INTERRUPT)) { in usbd_set_endpoint_stall()
|
/third_party/NuttX/drivers/usbdev/gadget/ |
H A D | f_acm_desc.c | 117 .bmAttributes = UE_INTERRUPT,
|
H A D | rndis.c | 278 .bmAttributes = UE_INTERRUPT,
|
/third_party/FreeBSD/sys/dev/usb/input/ |
H A D | uhid.c | 352 .type = UE_INTERRUPT, 361 .type = UE_INTERRUPT,
|
/third_party/FreeBSD/sys/dev/usb/controller/ |
H A D | xhci.c | 2365 case UE_INTERRUPT: in xhci_configure_endpoint() 2427 case UE_INTERRUPT: in xhci_configure_endpoint() 2866 case UE_INTERRUPT: in xhci_transfer_insert() 3211 .bmAttributes = UE_INTERRUPT,
|
H A D | ehci.c | 2987 .bmAttributes = UE_INTERRUPT, 3719 case UE_INTERRUPT: 3721 DPRINTFN(2, "UE_INTERRUPT\n");
|
/third_party/FreeBSD/sys/dev/usb/serial/ |
H A D | u3g.c | 142 .type = UE_INTERRUPT,
|
/third_party/FreeBSD/sys/compat/linuxkpi/common/src/ |
H A D | linux_usb.c | 841 if(type == UE_INTERRUPT){ in usb_setup_endpoint_agg()
|
/third_party/FreeBSD/sys/dev/usb/storage/ |
H A D | umass.c | 707 .type = UE_INTERRUPT,
|
Completed in 45 milliseconds