Home
last modified time | relevance | path

Searched defs:endpoint (Results 1 – 12 of 12) sorted by relevance

/bsp/nxp/imx/imx6ull-smart/drivers/usb/device/
A Dusb_device_ehci.c248 uint8_t endpoint = (epInit->endpointAddress & USB_ENDPOINT_NUMBER_MASK); in USB_DeviceEhciEndpointInit() local
321 uint8_t endpoint = (ep & USB_ENDPOINT_NUMBER_MASK); in USB_DeviceEhciEndpointDeinit() local
366 uint8_t endpoint = ep & USB_ENDPOINT_NUMBER_MASK; in USB_DeviceEhciEndpointStall() local
414 uint8_t endpoint = ep & USB_ENDPOINT_NUMBER_MASK; in USB_DeviceEhciEndpointUnstall() local
483 uint8_t endpoint, in USB_DeviceEhciCancelControlPipe()
568 uint8_t endpoint; in USB_DeviceEhciInterruptTokenDone() local
A Dusb_device_dci.c270 uint8_t endpoint = endpointAddress & USB_ENDPOINT_NUMBER_MASK; in USB_DeviceTransfer() local
651 uint8_t endpoint = message->code & USB_ENDPOINT_NUMBER_MASK; in USB_DeviceNotification() local
1082 uint8_t endpoint; in USB_DeviceInitEndpoint() local
1130 uint8_t endpoint = endpointAddress & USB_ENDPOINT_NUMBER_MASK; in USB_DeviceDeinitEndpoint() local
/bsp/nxp/imx/imxrt/libraries/drivers/usb/device/
A Dusb_device_ehci.c241 uint8_t endpoint = (epInit->endpointAddress & USB_ENDPOINT_NUMBER_MASK); in USB_DeviceEhciEndpointInit() local
314 uint8_t endpoint = (ep & USB_ENDPOINT_NUMBER_MASK); in USB_DeviceEhciEndpointDeinit() local
359 uint8_t endpoint = ep & USB_ENDPOINT_NUMBER_MASK; in USB_DeviceEhciEndpointStall() local
407 uint8_t endpoint = ep & USB_ENDPOINT_NUMBER_MASK; in USB_DeviceEhciEndpointUnstall() local
477 uint8_t endpoint, in USB_DeviceEhciCancelControlPipe()
562 uint8_t endpoint; in USB_DeviceEhciInterruptTokenDone() local
A Dusb_device_dci.c265 uint8_t endpoint = endpointAddress & USB_ENDPOINT_NUMBER_MASK; in USB_DeviceTransfer() local
646 uint8_t endpoint = message->code & USB_ENDPOINT_NUMBER_MASK; in USB_DeviceNotification() local
1077 uint8_t endpoint; in USB_DeviceInitEndpoint() local
1125 uint8_t endpoint = endpointAddress & USB_ENDPOINT_NUMBER_MASK; in USB_DeviceDeinitEndpoint() local
/bsp/allwinner/libraries/sunxi-hal/hal/source/usb/include/
A Dusb_host_common.h465 struct usb_host_virt_endpoint *endpoint; //有desc.bNumEndpoint个 member
565 static inline unsigned int __create_pipe(struct usb_host_virt_dev *dev, unsigned int endpoint) in __create_pipe()
571 #define usb_sndctrlpipe(dev,endpoint) ((PIPE_CONTROL << 30) | __create_pipe(dev,endpoint)) argument
572 #define usb_rcvctrlpipe(dev,endpoint) ((PIPE_CONTROL << 30) | __create_pipe(dev,endpoint) | USB_D… argument
573 #define usb_sndisocpipe(dev,endpoint) ((PIPE_ISOCHRONOUS << 30) | __create_pipe(dev,endpoint)) argument
574 #define usb_rcvisocpipe(dev,endpoint) ((PIPE_ISOCHRONOUS << 30) | __create_pipe(dev,endpoint) | U… argument
575 #define usb_sndbulkpipe(dev,endpoint) ((PIPE_BULK << 30) | __create_pipe(dev,endpoint)) argument
576 #define usb_rcvbulkpipe(dev,endpoint) ((PIPE_BULK << 30) | __create_pipe(dev,endpoint) | USB_DIR_… argument
577 #define usb_sndintpipe(dev,endpoint) ((PIPE_INTERRUPT << 30) | __create_pipe(dev,endpoint)) argument
578 #define usb_rcvintpipe(dev,endpoint) ((PIPE_INTERRUPT << 30) | __create_pipe(dev,endpoint) | USB… argument
A Dusb.h59 struct usb_host_endpoint *endpoint; member
/bsp/allwinner/libraries/sunxi-hal/hal/source/usb/core/
A Dusb_core_config.c93 struct usb_host_virt_endpoint *endpoint = NULL; in _usb_parse_endpoint_desc() local
A Dusb_gen_hub.c2428 static int _hub_config(struct usb_hub *hub, struct usb_endpoint_descriptor *endpoint) in _hub_config()
2820 struct usb_endpoint_descriptor *endpoint = NULL; in hub_probe() local
/bsp/nxp/imx/imxrt/libraries/drivers/usb/host/
A Dusb_host.h145 uint8_t endpoint; /*!< Endpoint number */ member
/bsp/at32/libraries/usbotg_library/inc/
A Dusbh_core.h204 …usb_endpoint_desc_type endpoint[USBH_MAX_ENDPOINT]; /*!< usb device endpoint de… member
/bsp/nxp/imx/imx6ull-smart/drivers/usb/include/
A Dusb_spec.h293 usb_descriptor_endpoint_t endpoint; /* Endpoint descriptor */ member
/bsp/nxp/imx/imxrt/libraries/drivers/usb/include/
A Dusb_spec.h317 usb_descriptor_endpoint_t endpoint; /* Endpoint descriptor */ member

Completed in 38 milliseconds