Home
last modified time | relevance | path

Searched refs:musb_write_fifo (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/drivers/usb/musb/
Dmusb_gadget_ep0.c154 musb_write_fifo(&musb->endpoints[0], len, result); in service_tx_status_request()
563 musb_write_fifo(&musb->endpoints[0], fifo_count, fifo_src); in ep0_txstate()
Dmusb_core.h529 extern void musb_write_fifo(struct musb_hw_ep *ep, u16 len, const u8 *src);
Dmusb_host.c908 musb_write_fifo(hw_ep, load_count, buf); in musb_ep_program()
912 musb_write_fifo(hw_ep, load_count, buf); in musb_ep_program()
1109 musb_write_fifo(hw_ep, fifo_count, fifo_dest); in musb_h_ep0_continue()
1527 musb_write_fifo(hw_ep, length, urb->transfer_buffer); in musb_host_tx()
1531 musb_write_fifo(hw_ep, length, urb->transfer_buffer + offset); in musb_host_tx()
Dtusb6010_omap.c164 musb_write_fifo(hw_ep, pio, buf); in tusb_omap_dma_cb()
Dmusb_core.c414 void musb_write_fifo(struct musb_hw_ep *hw_ep, u16 len, const u8 *src) in musb_write_fifo() function
446 musb_write_fifo(musb->control_ep, in musb_load_testpacket()
Dmusb_gadget.c419 musb_write_fifo(musb_ep->hw_ep, fifo_count, in txstate()