Searched refs:endpoints (Results 1 – 14 of 14) sorted by relevance
| /rk3399_rockchip-uboot/drivers/usb/musb-new/ |
| H A D | musb_gadget_ep0.c | 28 #define next_ep0_request(musb) next_in_request(&(musb)->endpoints[0]) 101 ep = &musb->endpoints[epnum].ep_in; in service_tx_status_request() 103 ep = &musb->endpoints[epnum].ep_out; in service_tx_status_request() 105 regs = musb->endpoints[epnum].regs; in service_tx_status_request() 136 musb_write_fifo(&musb->endpoints[0], len, result); in service_tx_status_request() 180 musb_g_giveback(&musb->endpoints[0].ep_in, req, 0); in musb_g_ep0_giveback() 252 ep = musb->endpoints + epnum; in service_zero_data_request() 416 ep = musb->endpoints + epnum; in service_zero_data_request() 490 musb_read_fifo(&musb->endpoints[0], count, buf); in ep0_rxstate() 543 musb_write_fifo(&musb->endpoints[0], fifo_count, fifo_src); in ep0_txstate() [all …]
|
| H A D | musb_core.h | 372 struct musb_hw_ep endpoints[MUSB_C_NUM_EPS]; member 373 #define control_ep endpoints 489 musb->endpoints[0].max_packet_sz_tx = MUSB_EP0_FIFOSIZE; in musb_configure_ep0() 490 musb->endpoints[0].max_packet_sz_rx = MUSB_EP0_FIFOSIZE; in musb_configure_ep0() 491 musb->endpoints[0].is_shared_fifo = true; in musb_configure_ep0()
|
| H A D | musb_gadget.c | 217 void __iomem *epio = ep->musb->endpoints[ep->current_epnum].regs; in nuke() 318 void __iomem *epio = musb->endpoints[epnum].regs; in txstate() 492 struct musb_ep *musb_ep = &musb->endpoints[epnum].ep_in; in musb_g_tx() 493 void __iomem *epio = musb->endpoints[epnum].regs; in musb_g_tx() 640 void __iomem *epio = musb->endpoints[epnum].regs; in rxstate() 644 struct musb_hw_ep *hw_ep = &musb->endpoints[epnum]; in rxstate() 912 void __iomem *epio = musb->endpoints[epnum].regs; in musb_g_rx() 914 struct musb_hw_ep *hw_ep = &musb->endpoints[epnum]; in musb_g_rx() 1224 epio = musb->endpoints[epnum].regs; in musb_gadget_disable() 1433 void __iomem *epio = musb->endpoints[epnum].regs; in musb_gadget_set_halt() [all …]
|
| H A D | musb_host.c | 458 struct musb_hw_ep *hw_ep = musb->endpoints + epnum; in musb_host_packet_rx() 691 struct musb_hw_ep *hw_ep = musb->endpoints + epnum; in musb_ep_program() 1110 struct musb_hw_ep *hw_ep = musb->endpoints + epnum; in musb_host_tx() 1435 struct musb_hw_ep *hw_ep = musb->endpoints + epnum; in musb_host_rx() 1816 for (epnum = 1, hw_ep = musb->endpoints + 1; in musb_schedule() 1847 hw_ep = musb->endpoints + epnum; in musb_schedule() 1884 hw_ep = musb->endpoints + best_end; in musb_schedule()
|
| H A D | musb_core.c | 323 void __iomem *regs = musb->endpoints[0].regs; in musb_load_testpacket() 866 ep = musb->endpoints; in musb_stage0_irq() 1262 struct musb_hw_ep *hw_ep = musb->endpoints; in ep_config_from_table() 1358 hw_ep = musb->endpoints + epnum; in ep_config_from_hw() 1474 struct musb_hw_ep *hw_ep = musb->endpoints + i; in musb_core_init() 1863 for (epnum = 0, ep = musb->endpoints; in allocate_instance() 2245 hw_ep = &musb->endpoints[i]; in musb_save_context() 2321 hw_ep = &musb->endpoints[i]; in musb_restore_context()
|
| /rk3399_rockchip-uboot/include/linux/usb/ |
| H A D | composite.h | 132 DECLARE_BITMAP(endpoints, 32);
|
| /rk3399_rockchip-uboot/drivers/usb/gadget/ |
| H A D | core.c | 264 if (index >= alternate_instance->endpoints) { in usbd_device_endpoint_descriptor_index() 288 if (index >= alternate_instance->endpoints) { in usbd_device_endpoint_transfersize()
|
| H A D | composite.c | 327 bitmap_zero(f->endpoints, 32); in reset_config() 417 generic_set_bit(addr, f->endpoints); in set_config() 989 if (test_bit(endp, f->endpoints)) in composite_setup()
|
| /rk3399_rockchip-uboot/doc/ |
| H A D | README.android-fastboot-protocol | 13 * Two bulk endpoints (in, out) are required
|
| H A D | README.b4860qds | 31 allocation amongst CoreNet endpoints.
|
| /rk3399_rockchip-uboot/include/ |
| H A D | usbdevice.h | 525 int endpoints; member
|
| /rk3399_rockchip-uboot/drivers/serial/ |
| H A D | usbtty.c | 675 alternate_instance->endpoints = NUM_ENDPOINTS; in usbtty_init_instances()
|
| /rk3399_rockchip-uboot/board/freescale/t102xrdb/ |
| H A D | README | 22 with prioritization and bandwidth allocation amongst CoreNet endpoints
|
| /rk3399_rockchip-uboot/board/freescale/t102xqds/ |
| H A D | README | 22 with prioritization and bandwidth allocation amongst CoreNet endpoints
|