Home
last modified time | relevance | path

Searched refs:musb_hw_ep (Results 1 – 19 of 19) sorted by relevance

/linux-4.4.14/drivers/usb/musb/
Dmusb_core.h53 struct musb_hw_ep;
200 void (*read_fifo)(struct musb_hw_ep *hw_ep, u16 len, u8 *buf);
201 void (*write_fifo)(struct musb_hw_ep *hw_ep, u16 len, const u8 *buf);
224 struct musb_hw_ep { struct
265 static inline struct musb_request *next_in_request(struct musb_hw_ep *hw_ep) in next_in_request() argument
270 static inline struct musb_request *next_out_request(struct musb_hw_ep *hw_ep) in next_out_request()
332 struct musb_hw_ep *bulk_ep;
365 struct musb_hw_ep endpoints[MUSB_C_NUM_EPS];
457 struct musb_hw_ep *hw_ep, u8 epnum) in musb_read_fifosize()
484 struct musb_hw_ep *hw_ep, u8 epnum) in musb_read_fifosize()
[all …]
Dmusb_io.h57 void (*read_fifo)(struct musb_hw_ep *hw_ep, u16 len, u8 *buf);
58 void (*write_fifo)(struct musb_hw_ep *hw_ep, u16 len, const u8 *buf);
Dmusb_host.c110 static void musb_h_tx_flush_fifo(struct musb_hw_ep *ep) in musb_h_tx_flush_fifo()
144 static void musb_h_ep0_flush_fifo(struct musb_hw_ep *ep) in musb_h_ep0_flush_fifo()
171 static inline void musb_h_tx_start(struct musb_hw_ep *ep) in musb_h_tx_start()
187 static inline void musb_h_tx_dma_start(struct musb_hw_ep *ep) in musb_h_tx_dma_start()
199 static void musb_ep_set_qh(struct musb_hw_ep *ep, int is_in, struct musb_qh *qh) in musb_ep_set_qh()
207 static struct musb_qh *musb_ep_get_qh(struct musb_hw_ep *ep, int is_in) in musb_ep_get_qh()
227 struct musb_hw_ep *hw_ep = qh->hw_ep; in musb_start_urb()
360 struct musb_hw_ep *hw_ep, int is_in) in musb_advance_schedule()
363 struct musb_hw_ep *ep = qh->hw_ep; in musb_advance_schedule()
444 static u16 musb_h_flush_rxfifo(struct musb_hw_ep *hw_ep, u16 csr) in musb_h_flush_rxfifo()
[all …]
Dmusb_dma.h38 struct musb_hw_ep;
189 struct musb_hw_ep *, u8 is_tx);
Dmusb_cppi41.c28 struct musb_hw_ep *hw_ep;
77 struct musb_hw_ep *hw_ep = cppi41_channel->hw_ep; in update_rx_toggle()
106 static bool musb_is_tx_fifo_empty(struct musb_hw_ep *hw_ep) in musb_is_tx_fifo_empty()
124 struct musb_hw_ep *hw_ep = cppi41_channel->hw_ep; in cppi41_trans_done()
203 struct musb_hw_ep *hw_ep = cppi41_channel->hw_ep; in cppi41_recheck_tx_req()
227 struct musb_hw_ep *hw_ep = cppi41_channel->hw_ep; in cppi41_dma_callback()
440 struct musb_hw_ep *hw_ep, u8 is_tx) in cppi41_dma_channel_allocate()
Dux500_dma.c45 struct musb_hw_ep *hw_ep;
67 struct musb_hw_ep *hw_ep = ux500_channel->hw_ep; in ux500_dma_callback()
87 struct musb_hw_ep *hw_ep = ux500_channel->hw_ep; in ux500_configure_channel()
141 struct musb_hw_ep *hw_ep, u8 is_tx) in ux500_dma_channel_allocate()
Dcppi_dma.h86 struct musb_hw_ep *hw_ep;
Dmusb_core.c292 static void musb_default_write_fifo(struct musb_hw_ep *hw_ep, u16 len, in musb_default_write_fifo()
337 static void musb_default_read_fifo(struct musb_hw_ep *hw_ep, u16 len, u8 *dst) in musb_default_read_fifo()
409 void musb_read_fifo(struct musb_hw_ep *hw_ep, u16 len, u8 *dst) in musb_read_fifo()
414 void musb_write_fifo(struct musb_hw_ep *hw_ep, u16 len, const u8 *src) in musb_write_fifo()
945 struct musb_hw_ep *ep; in musb_stage0_irq()
1246 fifo_setup(struct musb *musb, struct musb_hw_ep *hw_ep, in fifo_setup()
1325 struct musb_hw_ep *hw_ep = musb->endpoints; in ep_config_from_table()
1414 struct musb_hw_ep *hw_ep; in ep_config_from_hw()
1536 struct musb_hw_ep *hw_ep = musb->endpoints + i; in musb_core_init()
1893 struct musb_hw_ep *ep; in allocate_instance()
[all …]
Dtusb6010_omap.c40 struct musb_hw_ep *hw_ep;
114 struct musb_hw_ep *hw_ep = chdat->hw_ep; in tusb_omap_dma_cb()
215 struct musb_hw_ep *hw_ep = chdat->hw_ep; in tusb_omap_dma_program()
487 struct musb_hw_ep *hw_ep, in tusb_omap_dma_allocate()
Dmusb_gadget.h105 struct musb_hw_ep *hw_ep;
Dmusb_host.h44 struct musb_hw_ep *hw_ep; /* current binding */
Dblackfin.c74 static void bfin_write_fifo(struct musb_hw_ep *hw_ep, u16 len, const u8 *src) in bfin_write_fifo()
138 static void bfin_read_fifo(struct musb_hw_ep *hw_ep, u16 len, u8 *dst) in bfin_read_fifo()
Dmusb_gadget.c571 struct musb_hw_ep *hw_ep = &musb->endpoints[epnum]; in rxstate()
840 struct musb_hw_ep *hw_ep = &musb->endpoints[epnum]; in musb_g_rx()
958 struct musb_hw_ep *hw_ep; in musb_gadget_enable()
1746 struct musb_hw_ep *hw_ep = musb->endpoints + epnum; in init_peripheral_ep()
1795 struct musb_hw_ep *hw_ep; in musb_g_init_endpoints()
Dmusb_gadget_ep0.c260 struct musb_hw_ep *ep; in service_zero_data_request()
425 struct musb_hw_ep *ep; in service_zero_data_request()
Dmusbhsdma.c65 struct musb_hw_ep *hw_ep, u8 transmit) in dma_channel_allocate()
Dtusb6010.c222 static void tusb_write_fifo(struct musb_hw_ep *hw_ep, u16 len, const u8 *buf) in tusb_write_fifo()
272 static void tusb_read_fifo(struct musb_hw_ep *hw_ep, u16 len, u8 *buf) in tusb_read_fifo()
Dam35x.c411 static void am35x_read_fifo(struct musb_hw_ep *hw_ep, u16 len, u8 *dst) in am35x_read_fifo()
Dcppi_dma.c280 struct musb_hw_ep *ep, u8 transmit) in cppi_channel_allocate()
1147 struct musb_hw_ep *hw_ep = NULL; in cppi_interrupt()
Dmusb_dsps.c618 static void dsps_read_fifo32(struct musb_hw_ep *hw_ep, u16 len, u8 *dst) in dsps_read_fifo32()