Home
last modified time | relevance | path

Searched refs:support_in (Results 1 – 9 of 9) sorted by relevance

/NextBSD/sys/dev/usb/
HDusb_controller.h184 uint8_t support_in:1; /* IN-token is supported */ member
/NextBSD/sys/dev/usb/controller/
HDat91dci.c160 .support_in = 1,
171 .support_in = 1,
180 .support_in = 1,
191 .support_in = 1,
202 .support_in = 1,
HDavr32dci.c130 .support_in = 1,
140 .support_in = 1,
151 .support_in = 1,
HDuss820dci.c139 .support_in = 1,
149 .support_in = 1,
158 .support_in = 1,
HDatmegadci.c131 .support_in = 1,
HDmusb_otg.c3248 pf->support_in = 1; in musbotg_init()
3267 pf->support_in = 1; in musbotg_init()
HDdwc_otg.c415 pf->usb.support_in = 1; in dwc_otg_init_fifo()
419 pf->usb.support_in = 1; in dwc_otg_init_fifo()
HDsaf1761_otg.c156 .support_in = 1,
/NextBSD/sys/dev/usb/template/
HDusb_template.c536 if ((pf->support_in && ep_dir_in) || in usb_hw_ep_match()