Home
last modified time | relevance | path

Searched refs:support_interrupt (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/dev/usb/
H A Dusb_controller.h181 uint8_t support_interrupt:1; member
/freebsd/sys/dev/usb/controller/
H A Davr32dci.c129 .support_interrupt = 1,
140 .support_interrupt = 1,
150 .support_interrupt = 1,
H A Duss820dci.c137 .support_interrupt = 1,
147 .support_interrupt = 1,
H A Dmusb_otg.c3226 pf->support_interrupt = 1; in musbotg_init()
3236 pf->support_interrupt = 1; in musbotg_init()
3245 pf->support_interrupt = 1; in musbotg_init()
H A Datmegadci.c128 .support_interrupt = 1,
H A Ddwc_otg.c389 pf->usb.support_interrupt = 1; in dwc_otg_init_fifo()
/freebsd/sys/dev/usb/template/
H A Dusb_template.c620 if ((pf->support_interrupt && (ep_type == UE_INTERRUPT)) || in usb_hw_ep_match()