Searched refs:UE_DIR_IN (Results 26 - 50 of 94) sorted by relevance

1234

/freebsd-11-stable/sys/dev/usb/gadget/
H A Dg_mouse.c159 .direction = UE_DIR_IN,
/freebsd-11-stable/sys/dev/usb/input/
H A Duep.c283 .direction = UE_DIR_IN,
/freebsd-11-stable/sys/netgraph/bluetooth/drivers/ubt/
H A Dng_ubt.c298 .direction = UE_DIR_IN,
308 .direction = UE_DIR_IN,
333 .direction = UE_DIR_IN,
344 .direction = UE_DIR_IN,
/freebsd-11-stable/sys/dev/usb/serial/
H A Dugensa.c123 .direction = UE_DIR_IN,
H A Dubser.c174 .direction = UE_DIR_IN,
H A Ducycom.c143 .direction = UE_DIR_IN,
H A Duark.c135 .direction = UE_DIR_IN,
H A Dumcs.c204 .direction = UE_DIR_IN,
226 .direction = UE_DIR_IN,
H A Dufoma.c239 .direction = UE_DIR_IN,
280 .direction = UE_DIR_IN,
H A Duplcom.c224 .direction = UE_DIR_IN,
234 .direction = UE_DIR_IN,
/freebsd-11-stable/sys/mips/cavium/usb/
H A Doctusb.c166 (td->qh->ep_num & UE_DIR_IN) ? CVMX_USB_DIRECTION_IN :
292 if (td->qh->fixup_buf[0] & UE_DIR_IN) {
400 if (!(td->qh->fixup_buf[0] & UE_DIR_IN)) {
1044 if (xfer->endpointno & UE_DIR_IN) {
1409 .bEndpointAddress = UE_DIR_IN | OCTUSB_INTR_ENDPT,
/freebsd-11-stable/sys/dev/usb/controller/
H A Dxhci.c1910 if (temp->direction == UE_DIR_IN)
1916 if (temp->direction == UE_DIR_IN)
1931 if (temp->direction == UE_DIR_IN)
1937 if (temp->direction == UE_DIR_IN)
2189 temp.step_td = ((xfer->endpointno & UE_DIR_IN) &&
2276 temp.direction = UE_GET_DIR(xfer->endpointno) ^ UE_DIR_IN;
2394 epno |= UE_DIR_IN;
2835 epno |= UE_DIR_IN;
2862 epno |= UE_DIR_IN;
3276 .bEndpointAddress = UE_DIR_IN | XHCI_INTR_ENDP
[all...]
H A Ddwc_otg.c3205 if (xfer->endpointno & UE_DIR_IN) {
3290 if (xfer->endpointno & UE_DIR_IN) {
3375 if (UE_GET_DIR(xfer->endpointno) == UE_DIR_IN)
3710 if (ep_no & UE_DIR_IN) {
3723 if (!(ep_no & UE_DIR_IN)) {
3831 (ed->bEndpointAddress & (UE_DIR_IN | UE_DIR_OUT)));
4312 .bEndpointAddress = (UE_DIR_IN | DWC_OTG_INTR_ENDPT),
/freebsd-11-stable/sys/dev/usb/
H A Dusb_device.c312 EA_MASK = (UE_DIR_IN | UE_DIR_OUT | UE_ADDR),
388 ea_mask = (UE_DIR_IN | UE_DIR_OUT);
390 UE_DIR_OUT : UE_DIR_IN;
392 ea_mask = (UE_DIR_IN | UE_DIR_OUT);
394 UE_DIR_IN : UE_DIR_OUT;
401 ea_mask = (UE_DIR_IN | UE_DIR_OUT);
402 ea_val = (setup->direction & (UE_DIR_IN | UE_DIR_OUT));
H A Dusb_msctest.c209 .direction = UE_DIR_IN,
247 .direction = UE_DIR_IN,
/freebsd-11-stable/sys/dev/usb/misc/
H A Dugold.c153 .direction = UE_DIR_IN,
/freebsd-11-stable/sys/dev/usb/net/
H A Dif_usie.c145 .direction = UE_DIR_IN,
153 .direction = UE_DIR_IN,
172 .direction = UE_DIR_IN,
180 .direction = UE_DIR_IN,
H A Duhso.c387 .direction = UE_DIR_IN,
399 .direction = UE_DIR_IN,
420 .direction = UE_DIR_IN,
438 .direction = UE_DIR_IN,
H A Dif_aue.c237 .direction = UE_DIR_IN,
246 .direction = UE_DIR_IN,
H A Dif_mos.c206 .direction = UE_DIR_IN,
215 .direction = UE_DIR_IN,
H A Dif_rue.c170 .direction = UE_DIR_IN,
180 .direction = UE_DIR_IN,
H A Dif_udav.c129 .direction = UE_DIR_IN,
139 .direction = UE_DIR_IN,
/freebsd-11-stable/sys/dev/usb/storage/
H A Durio.c154 .direction = UE_DIR_IN,
H A Dcfumass.c261 .direction = UE_DIR_IN,
272 .direction = UE_DIR_IN,
/freebsd-11-stable/sys/dev/usb/template/
H A Dusb_template_audio.c311 .bEndpointAddress = UE_DIR_IN,

Completed in 269 milliseconds

1234