Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/musb/
Dmusb_gadget_ep0.c488 musb_read_fifo(&musb->endpoints[0], count, buf); in ep0_rxstate()
584 musb_read_fifo(&musb->endpoints[0], sizeof *req, (u8 *)req); in musb_read_setup()
Dmusb_core.h488 extern void musb_read_fifo(struct musb_hw_ep *ep, u16 len, u8 *dst);
Dtusb6010_omap.c148 musb_read_fifo(hw_ep, pio, buf); in tusb_omap_dma_cb()
Dmusb_host.c500 musb_read_fifo(hw_ep, length, buf); in musb_host_packet_rx()
1021 musb_read_fifo(hw_ep, fifo_count, fifo_dest); in musb_h_ep0_continue()
Dmusb_gadget.c774 musb_read_fifo(musb_ep->hw_ep, fifo_count, (u8 *) in rxstate()
Dmusb_core.c407 void musb_read_fifo(struct musb_hw_ep *hw_ep, u16 len, u8 *dst) in musb_read_fifo() function