| /rk3399_rockchip-uboot/drivers/usb/gadget/ |
| H A D | pxa27x_udc.c | 55 static int udc_write_urb(struct usb_endpoint_instance *endpoint) in udc_write_urb() 136 static int udc_read_urb(struct usb_endpoint_instance *endpoint) in udc_read_urb() 203 static void udc_handle_ep0(struct usb_endpoint_instance *endpoint) in udc_handle_ep0() 371 static void udc_handle_ep(struct usb_endpoint_instance *endpoint) in udc_handle_ep() 406 struct usb_endpoint_instance *endpoint; in udc_irq() local 518 int udc_endpoint_write(struct usb_endpoint_instance *endpoint) in udc_endpoint_write() 525 struct usb_endpoint_instance *endpoint) in udc_setup_ep()
|
| H A D | designware_udc.c | 260 static void dw_write_noniso_tx_fifo(struct usb_endpoint_instance in dw_write_noniso_tx_fifo() 304 static void dw_udc_setup(struct usb_endpoint_instance *endpoint) in dw_udc_setup() 358 static void dw_udc_ep0_rx(struct usb_endpoint_instance *endpoint) in dw_udc_ep0_rx() 392 static void dw_udc_ep0_tx(struct usb_endpoint_instance *endpoint) in dw_udc_ep0_tx() 470 struct usb_endpoint_instance *endpoint = dw_find_ep(ep); in dw_udc_epn_rx() local 493 struct usb_endpoint_instance *endpoint = dw_find_ep(ep); in dw_udc_epn_tx() local 536 int udc_endpoint_write(struct usb_endpoint_instance *endpoint) in udc_endpoint_write() 590 u32 ep, struct usb_endpoint_instance *endpoint) in udc_setup_ep()
|
| H A D | core.c | 306 …b_device_instance *device, int port, int configuration, int interface, int alternate, int endpoint) in usbd_device_endpoint_descriptor() 326 int usbd_endpoint_halted (struct usb_device_instance *device, int endpoint) in usbd_endpoint_halted() 340 void usbd_rcv_complete(struct usb_endpoint_instance *endpoint, int len, int urb_bad) in usbd_rcv_complete() 383 void usbd_tx_complete (struct usb_endpoint_instance *endpoint) in usbd_tx_complete() 536 struct usb_endpoint_instance *endpoint) in usbd_alloc_urb()
|
| /rk3399_rockchip-uboot/drivers/serial/ |
| H A D | usbtty.c | 394 struct usb_endpoint_instance *endpoint = in usbtty_tstc() local 415 struct usb_endpoint_instance *endpoint = in usbtty_getc() local 810 struct usb_endpoint_instance *endpoint) in next_urb() 847 struct usb_endpoint_instance *endpoint = in write_buffer() local 915 struct usb_endpoint_instance *endpoint = in fill_buffer() local
|
| /rk3399_rockchip-uboot/drivers/usb/musb/ |
| H A D | musb_udc.c | 482 struct usb_endpoint_instance *endpoint; in musb_peri_ep0_rx() local 643 struct usb_endpoint_instance *endpoint; in musb_peri_rx_ep() local 808 int udc_endpoint_write(struct usb_endpoint_instance *endpoint) in udc_endpoint_write() 865 struct usb_endpoint_instance *endpoint) in udc_setup_ep()
|
| /rk3399_rockchip-uboot/include/ |
| H A D | usb.h | 340 #define create_pipe(dev,endpoint) \ argument 345 #define usb_sndctrlpipe(dev, endpoint) ((PIPE_CONTROL << 30) | \ argument 347 #define usb_rcvctrlpipe(dev, endpoint) ((PIPE_CONTROL << 30) | \ argument 350 #define usb_sndisocpipe(dev, endpoint) ((PIPE_ISOCHRONOUS << 30) | \ argument 352 #define usb_rcvisocpipe(dev, endpoint) ((PIPE_ISOCHRONOUS << 30) | \ argument 355 #define usb_sndbulkpipe(dev, endpoint) ((PIPE_BULK << 30) | \ argument 357 #define usb_rcvbulkpipe(dev, endpoint) ((PIPE_BULK << 30) | \ argument 360 #define usb_sndintpipe(dev, endpoint) ((PIPE_INTERRUPT << 30) | \ argument 362 #define usb_rcvintpipe(dev, endpoint) ((PIPE_INTERRUPT << 30) | \ argument
|
| H A D | usbdevice.h | 470 struct usb_endpoint_instance *endpoint; member
|
| H A D | usbdescriptors.h | 473 struct usb_endpoint_descriptor endpoint; member
|
| /rk3399_rockchip-uboot/drivers/video/drm/ |
| H A D | drm_of.c | 42 ofnode endpoint; in drm_of_lvds_get_remote_pixels_type() local
|
| H A D | rockchip_display.c | 1863 rockchip_of_graph_get_endpoint_by_regs(ofnode node, int port, int endpoint) in rockchip_of_graph_get_endpoint_by_regs() 1887 rockchip_of_graph_get_remote_node(ofnode node, int port, int endpoint) in rockchip_of_graph_get_remote_node() 2016 static struct udevice *rockchip_of_find_connector_device(ofnode endpoint) in rockchip_of_find_connector_device() 2049 static struct rockchip_connector *rockchip_of_get_connector(ofnode endpoint) in rockchip_of_get_connector() 2125 static bool rockchip_get_display_path_status(ofnode endpoint) in rockchip_get_display_path_status()
|
| H A D | analogix_dp.c | 1318 const struct device_node *endpoint; in analogix_dp_parse_link_frequencies() local
|
| H A D | dw-dp.c | 1739 const struct device_node *endpoint; in dw_dp_parse_link_frequencies() local
|
| /rk3399_rockchip-uboot/drivers/net/fsl-mc/ |
| H A D | mc.c | 218 const char *dpl_get_connection_endpoint(void *blob, char *endpoint) in dpl_get_connection_endpoint() 247 const char *endpoint; in mc_fixup_dpl_mac_addr() local
|
| H A D | dprc.c | 316 const struct dprc_endpoint *endpoint) in dprc_disconnect()
|
| /rk3399_rockchip-uboot/include/fsl-mc/ |
| H A D | fsl_dprc.h | 388 #define DPRC_CMD_DISCONNECT(cmd, endpoint) \ argument
|
| /rk3399_rockchip-uboot/drivers/usb/host/ |
| H A D | xhci.c | 43 struct usb_endpoint_descriptor endpoint; member
|
| H A D | ehci-hcd.c | 46 struct usb_endpoint_descriptor endpoint; member
|
| /rk3399_rockchip-uboot/drivers/usb/cdns3/ |
| H A D | gadget.h | 1119 struct usb_ep endpoint; member
|
| /rk3399_rockchip-uboot/drivers/usb/dwc3/ |
| H A D | core.h | 451 struct usb_ep endpoint; member
|