Home
last modified time | relevance | path

Searched refs:endpointno (Results 1 – 4 of 4) sorted by relevance

/third_party/FreeBSD/sys/dev/usb/
Dusb_core.h40 USB_MODE_DEVICE ? (((xfer)->endpointno & UE_DIR_IN) ? 0 : 1) : \
41 (((xfer)->endpointno & UE_DIR_IN) ? 1 : 0))
173 uint8_t endpointno; /* physical USB endpoint */ member
Dusb_transfer.c362 xfer->endpointno = edesc->bEndpointAddress; in usbd_transfer_setup_sub()
1398 xfer->endpointno &= ~(UE_DIR_IN | UE_DIR_OUT); in usbd_control_transfer_init()
1399 xfer->endpointno |= in usbd_control_transfer_init()
/third_party/FreeBSD/sys/dev/usb/controller/
Dehci.c1112 xfer->address, xfer->endpointno, xfer->aframes, in ehci_non_isoc_done_sub()
1698 xfer->address, UE_GET_ADDR(xfer->endpointno), in ehci_setup_standard_chain()
1808 (UE_GET_DIR(xfer->endpointno) == UE_DIR_IN) ? in ehci_setup_standard_chain()
1829 (UE_GET_DIR(xfer->endpointno) == UE_DIR_OUT) ? in ehci_setup_standard_chain()
1876 EHCI_QH_SET_ENDPT(UE_GET_ADDR(xfer->endpointno)) | in ehci_setup_standard_chain()
2358 EHCI_SITD_SET_ENDPT(UE_GET_ADDR(xfer->endpointno)) | in ehci_device_isoc_fs_open()
2362 if (UE_GET_DIR(xfer->endpointno) == UE_DIR_IN) in ehci_device_isoc_fs_open()
2540 if (UE_GET_DIR(xfer->endpointno) == UE_DIR_OUT) { in ehci_device_isoc_fs_enter()
2671 EHCI_ITD_SET_ENDPT(UE_GET_ADDR(xfer->endpointno))); in ehci_device_isoc_hs_open()
2677 if (UE_GET_DIR(xfer->endpointno) == UE_DIR_IN) { in ehci_device_isoc_hs_open()
Dxhci.c2109 temp.direction = UE_GET_DIR(xfer->endpointno); in xhci_setup_generic_chain()
2116 temp.step_td = ((xfer->endpointno & UE_DIR_IN) && in xhci_setup_generic_chain()
2200 temp.direction = UE_GET_DIR(xfer->endpointno) ^ UE_DIR_IN; in xhci_setup_generic_chain()
2799 epno = xfer->endpointno; in xhci_endpoint_doorbell()