Searched refs:musb_read_fifo (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/usb/musb/ |
H A D | musb_gadget_ep0.c | 484 musb_read_fifo(&musb->endpoints[0], count, buf); in ep0_rxstate() 580 musb_read_fifo(&musb->endpoints[0], sizeof *req, (u8 *)req); in musb_read_setup()
|
H A D | musb_core.h | 497 extern void musb_read_fifo(struct musb_hw_ep *ep, u16 len, u8 *dst);
|
H A D | tusb6010_omap.c | 148 musb_read_fifo(hw_ep, pio, buf); in tusb_omap_dma_cb()
|
H A D | musb_host.c | 489 musb_read_fifo(hw_ep, length, buf); in musb_host_packet_rx() 995 musb_read_fifo(hw_ep, fifo_count, fifo_dest); in musb_h_ep0_continue()
|
H A D | musb_core.c | 447 void musb_read_fifo(struct musb_hw_ep *hw_ep, u16 len, u8 *dst) in musb_read_fifo() function
|