Searched refs:support_in (Results 1 – 9 of 9) sorted by relevance
| /NextBSD/sys/dev/usb/ |
| HD | usb_controller.h | 184 uint8_t support_in:1; /* IN-token is supported */ member
|
| /NextBSD/sys/dev/usb/controller/ |
| HD | at91dci.c | 160 .support_in = 1, 171 .support_in = 1, 180 .support_in = 1, 191 .support_in = 1, 202 .support_in = 1,
|
| HD | avr32dci.c | 130 .support_in = 1, 140 .support_in = 1, 151 .support_in = 1,
|
| HD | uss820dci.c | 139 .support_in = 1, 149 .support_in = 1, 158 .support_in = 1,
|
| HD | atmegadci.c | 131 .support_in = 1,
|
| HD | musb_otg.c | 3248 pf->support_in = 1; in musbotg_init() 3267 pf->support_in = 1; in musbotg_init()
|
| HD | dwc_otg.c | 415 pf->usb.support_in = 1; in dwc_otg_init_fifo() 419 pf->usb.support_in = 1; in dwc_otg_init_fifo()
|
| HD | saf1761_otg.c | 156 .support_in = 1,
|
| /NextBSD/sys/dev/usb/template/ |
| HD | usb_template.c | 536 if ((pf->support_in && ep_dir_in) || in usb_hw_ep_match()
|