HelenOS sources
usb_endpoint_t 143 uspace/app/usbinfo/info.c usb_endpoint_t endpoint_no = descriptor->endpoint_address & 0xF;
usb_endpoint_t 44 uspace/app/vuhid/device.c usb_endpoint_t ep, usb_transfer_type_t tr_type,
usb_endpoint_t 61 uspace/app/vuhid/device.c usb_endpoint_t ep, usb_transfer_type_t tr_type,
usb_endpoint_t 530 uspace/drv/bus/usb/ehci/ehci_rh.c usb_endpoint_t endpoint, usb_transfer_type_t tr_type,
usb_endpoint_t 450 uspace/drv/bus/usb/ohci/ohci_rh.c usb_endpoint_t endpoint, usb_transfer_type_t tr_type,
usb_endpoint_t 410 uspace/drv/bus/usb/uhci/uhci_rh.c usb_endpoint_t endpoint, usb_transfer_type_t tr_type,
usb_endpoint_t 66 uspace/drv/bus/usb/vhc/hub/virthubops.c usb_endpoint_t endpoint, usb_transfer_type_t tr_type,
usb_endpoint_t 305 uspace/drv/bus/usb/xhci/transfers.c const usb_endpoint_t ep_num = ep_dci / 2;
usb_endpoint_t 306 uspace/drv/bus/usb/xhci/transfers.c const usb_endpoint_t dir = ep_dci % 2 ? USB_DIRECTION_IN : USB_DIRECTION_OUT;
usb_endpoint_t 463 uspace/drv/bus/usb/xhci/transfers.c const usb_endpoint_t ep_num = index & 0xf;
usb_endpoint_t 99 uspace/lib/drv/include/usbhc_iface.h usb_endpoint_t endpoint;
usb_endpoint_t 115 uspace/lib/drv/include/usbhc_iface.h usb_endpoint_t endpoint_no;
usb_endpoint_t 135 uspace/lib/drv/include/usbhc_iface.h usb_endpoint_t endpoint;
usb_endpoint_t 123 uspace/lib/usb/include/usb/usb.h static inline bool usb_endpoint_is_valid(usb_endpoint_t ep)
usb_endpoint_t 182 uspace/lib/usbhost/include/usb/host/bus.h endpoint_t *bus_find_endpoint(device_t *, usb_endpoint_t, usb_direction_t);
usb_endpoint_t 92 uspace/lib/usbhost/include/usb/host/endpoint.h usb_endpoint_t endpoint;
usb_endpoint_t 166 uspace/lib/usbhost/src/bus.c for (usb_endpoint_t i = 1; i < USB_ENDPOINT_MAX; ++i) {
usb_endpoint_t 186 uspace/lib/usbhost/src/bus.c for (usb_endpoint_t i = 1; i < USB_ENDPOINT_MAX; ++i)
usb_endpoint_t 358 uspace/lib/usbhost/src/bus.c static size_t bus_endpoint_index(usb_endpoint_t ep, usb_direction_t dir)
usb_endpoint_t 442 uspace/lib/usbhost/src/bus.c endpoint_t *bus_find_endpoint(device_t *device, usb_endpoint_t endpoint,
usb_endpoint_t 266 uspace/lib/usbhost/src/utility.c const usb_endpoint_t ep_num = index & 0xf;
usb_endpoint_t 288 uspace/lib/usbhost/src/utility.c for (usb_endpoint_t i = 0; i < 2 * USB_ENDPOINT_MAX; ++i)
usb_endpoint_t 59 uspace/lib/usbvirt/include/usbvirt/device.h usb_endpoint_t endpoint, usb_transfer_type_t transfer_type,
usb_endpoint_t 73 uspace/lib/usbvirt/include/usbvirt/device.h usb_endpoint_t endpoint, usb_transfer_type_t transfer_type,
usb_endpoint_t 257 uspace/lib/usbvirt/include/usbvirt/device.h usb_endpoint_t, const void *, size_t);
usb_endpoint_t 259 uspace/lib/usbvirt/include/usbvirt/device.h usb_endpoint_t, void *, size_t, size_t *);
usb_endpoint_t 60 uspace/lib/usbvirt/include/usbvirt/ipc.h extern errno_t usbvirt_ipc_send_data_in(async_sess_t *, usb_endpoint_t,
usb_endpoint_t 62 uspace/lib/usbvirt/include/usbvirt/ipc.h extern errno_t usbvirt_ipc_send_data_out(async_sess_t *, usb_endpoint_t,
usb_endpoint_t 61 uspace/lib/usbvirt/include/usbvirt/virthub_base.h const usb_hub_descriptor_header_t *hub_desc, usb_endpoint_t ep);
usb_endpoint_t 183 uspace/lib/usbvirt/src/ipc_dev.c usb_endpoint_t endpoint = ipc_get_arg1(icall);
usb_endpoint_t 228 uspace/lib/usbvirt/src/ipc_dev.c usb_endpoint_t endpoint = ipc_get_arg1(icall);
usb_endpoint_t 191 uspace/lib/usbvirt/src/ipc_hc.c errno_t usbvirt_ipc_send_data_in(async_sess_t *sess, usb_endpoint_t ep,
usb_endpoint_t 268 uspace/lib/usbvirt/src/ipc_hc.c errno_t usbvirt_ipc_send_data_out(async_sess_t *sess, usb_endpoint_t ep,
usb_endpoint_t 139 uspace/lib/usbvirt/src/transfer.c usb_endpoint_t endpoint, const void *data, size_t data_size)
usb_endpoint_t 165 uspace/lib/usbvirt/src/transfer.c usb_endpoint_t endpoint, void *data, size_t data_size, size_t *data_size_sent)
usb_endpoint_t 59 uspace/lib/usbvirt/src/virthub_base.c const usb_hub_descriptor_header_t *hub_desc, usb_endpoint_t ep)
HelenOS homepage, sources at GitHub