Home
last modified time | relevance | path

Searched refs:support_out (Results 1 – 8 of 8) sorted by relevance

/freebsd-13-stable/sys/dev/usb/
HDusb_controller.h184 uint8_t support_out:1; /* OUT-token is supported */ member
/freebsd-13-stable/sys/dev/usb/controller/
HDavr32dci.c132 .support_out = 1,
142 .support_out = 1,
153 .support_out = 1,
HDuss820dci.c139 .support_out = 1,
149 .support_out = 1,
158 .support_out = 1,
HDatmegadci.c131 .support_out = 1,
HDmusb_otg.c3229 pf->support_out = 1; in musbotg_init()
3238 pf->support_out = 1; in musbotg_init()
HDsaf1761_otg.c155 .support_out = 1,
HDdwc_otg.c391 pf->usb.support_out = 1; in dwc_otg_init_fifo()
/freebsd-13-stable/sys/dev/usb/template/
HDusb_template.c619 (pf->support_out && !ep_dir_in)) { in usb_hw_ep_match()