Searched refs:musb_write_fifo (Results 1 – 11 of 11) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/usb/musb/ |
| H A D | musb_gadget_ep0.c | 133 musb_write_fifo(&musb->endpoints[0], len, result); in service_tx_status_request() 538 musb_write_fifo(&musb->endpoints[0], fifo_count, fifo_src); in ep0_txstate()
|
| H A D | musb_host.c | 828 musb_write_fifo(hw_ep, load_count, buf); in musb_ep_program() 832 musb_write_fifo(hw_ep, load_count, buf); in musb_ep_program() 1034 musb_write_fifo(hw_ep, fifo_count, fifo_dest); in musb_h_ep0_continue() 1448 musb_write_fifo(hw_ep, length, qh->sg_miter.addr); in musb_host_tx() 1452 musb_write_fifo(hw_ep, length, urb->transfer_buffer + offset); in musb_host_tx()
|
| H A D | musb_core.h | 496 extern void musb_write_fifo(struct musb_hw_ep *ep, u16 len, const u8 *src);
|
| H A D | tusb6010_omap.c | 143 musb_write_fifo(hw_ep, pio, buf); in tusb_omap_dma_cb()
|
| H A D | musb_core.c | 451 void musb_write_fifo(struct musb_hw_ep *hw_ep, u16 len, const u8 *src) in musb_write_fifo() function 585 musb_write_fifo(musb->control_ep, in musb_load_testpacket()
|
| H A D | musb_gadget.c | 385 musb_write_fifo(musb_ep->hw_ep, fifo_count, in txstate()
|
| /OK3568_Linux_fs/u-boot/drivers/usb/musb-new/ |
| H A D | musb_gadget_ep0.c | 136 musb_write_fifo(&musb->endpoints[0], len, result); in service_tx_status_request() 543 musb_write_fifo(&musb->endpoints[0], fifo_count, fifo_src); in ep0_txstate()
|
| H A D | musb_core.h | 505 extern void musb_write_fifo(struct musb_hw_ep *ep, u16 len, const u8 *src);
|
| H A D | musb_host.c | 815 musb_write_fifo(hw_ep, load_count, buf); in musb_ep_program() 945 musb_write_fifo(hw_ep, fifo_count, fifo_dest); in musb_h_ep0_continue() 1336 musb_write_fifo(hw_ep, length, urb->transfer_buffer + offset); in musb_host_tx()
|
| H A D | musb_core.c | 217 void musb_write_fifo(struct musb_hw_ep *hw_ep, u16 len, const u8 *src) in musb_write_fifo() function 326 musb_write_fifo(musb->control_ep, in musb_load_testpacket()
|
| H A D | musb_gadget.c | 465 musb_write_fifo(musb_ep->hw_ep, fifo_count, in txstate()
|