Symbol: UE_INTERRUPT
sys/bus/u4b/audio/uaudio.c
680
.type = UE_INTERRUPT,
sys/bus/u4b/controller/ehci.c
3070
.bmAttributes = UE_INTERRUPT,
sys/bus/u4b/controller/ehci.c
3774
case UE_INTERRUPT:
sys/bus/u4b/controller/ohci.c
2069
.bmAttributes = UE_INTERRUPT,
sys/bus/u4b/controller/ohci.c
2555
case UE_INTERRUPT:
sys/bus/u4b/controller/uhci.c
2348
.bmAttributes = UE_INTERRUPT,
sys/bus/u4b/controller/uhci.c
3040
case UE_INTERRUPT:
sys/bus/u4b/controller/xhci.c
2424
case UE_INTERRUPT:
sys/bus/u4b/controller/xhci.c
2486
case UE_INTERRUPT:
sys/bus/u4b/controller/xhci.c
2928
case UE_INTERRUPT:
sys/bus/u4b/controller/xhci.c
3278
.bmAttributes = UE_INTERRUPT,
sys/bus/u4b/gadget/g_keyboard.c
153
.type = UE_INTERRUPT,
sys/bus/u4b/gadget/g_modem.c
154
.type = UE_INTERRUPT,
sys/bus/u4b/gadget/g_mouse.c
153
.type = UE_INTERRUPT,
sys/bus/u4b/input/uep.c
280
.type = UE_INTERRUPT,
sys/bus/u4b/input/uhid.c
356
.type = UE_INTERRUPT,
sys/bus/u4b/input/uhid.c
365
.type = UE_INTERRUPT,
sys/bus/u4b/input/ukbd.c
979
.type = UE_INTERRUPT,
sys/bus/u4b/input/ums.c
405
.type = UE_INTERRUPT,
sys/bus/u4b/input/wsp.c
620
.type = UE_INTERRUPT,
sys/bus/u4b/net/if_aue.c
241
.type = UE_INTERRUPT,
sys/bus/u4b/net/if_cdce.c
151
.type = UE_INTERRUPT,
sys/bus/u4b/net/if_cdce.c
163
.type = UE_INTERRUPT,
sys/bus/u4b/net/if_cdce.c
205
.type = UE_INTERRUPT,
sys/bus/u4b/net/if_cdce.c
217
.type = UE_INTERRUPT,
sys/bus/u4b/net/if_mos.c
210
.type = UE_INTERRUPT,
sys/bus/u4b/net/if_udav.c
131
.type = UE_INTERRUPT,
sys/bus/u4b/net/if_urndis.c
122
.type = UE_INTERRUPT,
sys/bus/u4b/serial/ubsa.c
207
.type = UE_INTERRUPT,
sys/bus/u4b/serial/uchcom.c
249
.type = UE_INTERRUPT,
sys/bus/u4b/serial/ucycom.c
134
.type = UE_INTERRUPT,
sys/bus/u4b/serial/ufoma.c
232
.type = UE_INTERRUPT,
sys/bus/u4b/serial/umcs.c
219
.type = UE_INTERRUPT,
sys/bus/u4b/serial/umct.c
155
.type = UE_INTERRUPT,
sys/bus/u4b/serial/umct.c
165
.type = UE_INTERRUPT,
sys/bus/u4b/serial/umodem.c
238
.type = UE_INTERRUPT,
sys/bus/u4b/serial/umodem.c
249
.type = UE_INTERRUPT,
sys/bus/u4b/serial/umoscom.c
233
.type = UE_INTERRUPT,
sys/bus/u4b/serial/uplcom.c
211
.type = UE_INTERRUPT,
sys/bus/u4b/serial/uvscom.c
205
.type = UE_INTERRUPT,
sys/bus/u4b/storage/umass.c
690
.type = UE_INTERRUPT,
sys/bus/u4b/template/usb_template.c
258
case UE_INTERRUPT:
sys/bus/u4b/template/usb_template.c
535
if ((pf->support_interrupt && (ep_type == UE_INTERRUPT)) ||
sys/bus/u4b/template/usb_template.c
927
usb_hw_ep_get_needs(ues, UE_INTERRUPT, 0) ||
sys/bus/u4b/template/usb_template.c
954
usb_hw_ep_get_needs(ues, UE_INTERRUPT, 1) ||
sys/bus/u4b/template/usb_template_cdce.c
175
.bmAttributes = UE_INTERRUPT,
sys/bus/u4b/template/usb_template_kbd.c
109
.bmAttributes = UE_INTERRUPT,
sys/bus/u4b/template/usb_template_modem.c
103
.bmAttributes = UE_INTERRUPT,
sys/bus/u4b/template/usb_template_mouse.c
107
.bmAttributes = UE_INTERRUPT,
sys/bus/u4b/template/usb_template_mtp.c
128
.bmAttributes = UE_INTERRUPT,
sys/bus/u4b/template/usb_template_phone.c
310
.bmAttributes = UE_INTERRUPT,
sys/bus/u4b/template/usb_template_serialnet.c
189
.bmAttributes = UE_INTERRUPT,
sys/bus/u4b/template/usb_template_serialnet.c
251
.bmAttributes = UE_INTERRUPT,
sys/bus/u4b/usb_device.c
988
(et != UE_INTERRUPT)) {
sys/bus/u4b/usb_generic.c
195
if (type == UE_INTERRUPT) {
sys/bus/u4b/usb_generic.c
260
case UE_INTERRUPT:
sys/bus/u4b/usb_generic.c
329
case UE_INTERRUPT:
sys/bus/u4b/usb_hub.c
161
.type = UE_INTERRUPT,
sys/bus/u4b/usb_hub.c
1922
case UE_INTERRUPT:
sys/bus/u4b/usb_hub.c
2000
case UE_INTERRUPT:
sys/bus/u4b/usb_hub.c
2351
[UE_INTERRUPT] = USB_HW_POWER_INTERRUPT,
sys/bus/u4b/usb_hub.c
2545
if (type_refs[UE_INTERRUPT] != 0)
sys/bus/u4b/usb_hub.c
2643
if (udev->pwr_save.type_refs[UE_INTERRUPT] != 0)
sys/bus/u4b/usb_transfer.c
2739
(type == UE_INTERRUPT)) {
sys/bus/u4b/usb_transfer.c
3431
case UE_INTERRUPT:
sys/bus/u4b/usb_transfer.c
405
case UE_INTERRUPT:
sys/bus/u4b/usb_transfer.c
560
if (type == UE_INTERRUPT) {
sys/bus/u4b/uvc/uvc_drv.c
1025
.type = UE_INTERRUPT,
sys/bus/u4b/uvc/uvc_drv.c
1424
if (UE_GET_XFERTYPE(ed->bmAttributes) == UE_INTERRUPT) {
sys/dev/apple/ir/appleir.c
351
.type = UE_INTERRUPT,
sys/netgraph7/bluetooth/drivers/ubt/ng_ubt.c
303
.type = UE_INTERRUPT,
sys/netgraph7/bluetooth/drivers/ubtbcmfw/ubtbcmfw.c
138
.type = UE_INTERRUPT,
usr.sbin/usbdump/usbdump.c
154
[UE_INTERRUPT] = "INTR"