Searched refs:musb_hw_ep (Results 1 – 18 of 18) sorted by relevance
/Linux-v4.19/drivers/usb/musb/ |
D | musb_core.h | 28 struct musb_hw_ep; 168 void (*read_fifo)(struct musb_hw_ep *hw_ep, u16 len, u8 *buf); 169 void (*write_fifo)(struct musb_hw_ep *hw_ep, u16 len, const u8 *buf); 191 struct musb_hw_ep { struct 232 static inline struct musb_request *next_in_request(struct musb_hw_ep *hw_ep) in next_in_request() argument 237 static inline struct musb_request *next_out_request(struct musb_hw_ep *hw_ep) in next_out_request() 301 struct musb_hw_ep *bulk_ep; 336 struct musb_hw_ep endpoints[MUSB_C_NUM_EPS]; 444 struct musb_hw_ep *hw_ep, u8 epnum) in musb_read_fifosize() 487 extern void musb_write_fifo(struct musb_hw_ep *ep, u16 len, const u8 *src); [all …]
|
D | musb_host.c | 86 static void musb_h_tx_flush_fifo(struct musb_hw_ep *ep) in musb_h_tx_flush_fifo() 121 static void musb_h_ep0_flush_fifo(struct musb_hw_ep *ep) in musb_h_ep0_flush_fifo() 148 static inline void musb_h_tx_start(struct musb_hw_ep *ep) in musb_h_tx_start() 164 static inline void musb_h_tx_dma_start(struct musb_hw_ep *ep) in musb_h_tx_dma_start() 176 static void musb_ep_set_qh(struct musb_hw_ep *ep, int is_in, struct musb_qh *qh) in musb_ep_set_qh() 184 static struct musb_qh *musb_ep_get_qh(struct musb_hw_ep *ep, int is_in) in musb_ep_get_qh() 203 struct musb_hw_ep *hw_ep = qh->hw_ep; in musb_start_urb() 317 struct musb_hw_ep *hw_ep, int is_in) in musb_advance_schedule() 320 struct musb_hw_ep *ep = qh->hw_ep; in musb_advance_schedule() 402 static u16 musb_h_flush_rxfifo(struct musb_hw_ep *hw_ep, u16 csr) in musb_h_flush_rxfifo() [all …]
|
D | musb_io.h | 30 void (*read_fifo)(struct musb_hw_ep *hw_ep, u16 len, u8 *buf); 31 void (*write_fifo)(struct musb_hw_ep *hw_ep, u16 len, const u8 *buf);
|
D | cppi_dma.h | 80 struct musb_hw_ep *hw_ep; 130 struct musb_hw_ep *hw_ep;
|
D | musb_dma.h | 13 struct musb_hw_ep; 157 struct musb_hw_ep *, u8 is_tx);
|
D | ux500_dma.c | 33 struct musb_hw_ep *hw_ep; 55 struct musb_hw_ep *hw_ep = ux500_channel->hw_ep; in ux500_dma_callback() 75 struct musb_hw_ep *hw_ep = ux500_channel->hw_ep; in ux500_configure_channel() 129 struct musb_hw_ep *hw_ep, u8 is_tx) in ux500_dma_channel_allocate()
|
D | musb_cppi41.c | 72 struct musb_hw_ep *hw_ep = cppi41_channel->hw_ep; in update_rx_toggle() 100 static bool musb_is_tx_fifo_empty(struct musb_hw_ep *hw_ep) in musb_is_tx_fifo_empty() 119 struct musb_hw_ep *hw_ep = cppi41_channel->hw_ep; in cppi41_trans_done() 201 struct musb_hw_ep *hw_ep = cppi41_channel->hw_ep; in cppi41_recheck_tx_req() 225 struct musb_hw_ep *hw_ep = cppi41_channel->hw_ep; in cppi41_dma_callback() 483 struct musb_hw_ep *hw_ep, u8 is_tx) in cppi41_dma_channel_allocate()
|
D | tusb6010_omap.c | 35 struct musb_hw_ep *hw_ep; 104 struct musb_hw_ep *hw_ep = chdat->hw_ep; in tusb_omap_dma_cb() 188 struct musb_hw_ep *hw_ep = chdat->hw_ep; in tusb_omap_dma_program() 423 struct musb_hw_ep *hw_ep, in tusb_omap_dma_allocate()
|
D | musb_core.c | 280 static void musb_default_write_fifo(struct musb_hw_ep *hw_ep, u16 len, in musb_default_write_fifo() 325 static void musb_default_read_fifo(struct musb_hw_ep *hw_ep, u16 len, u8 *dst) in musb_default_read_fifo() 407 void musb_read_fifo(struct musb_hw_ep *hw_ep, u16 len, u8 *dst) in musb_read_fifo() 412 void musb_write_fifo(struct musb_hw_ep *hw_ep, u16 len, const u8 *src) in musb_write_fifo() 977 struct musb_hw_ep *ep; in musb_stage0_irq() 1245 fifo_setup(struct musb *musb, struct musb_hw_ep *hw_ep, in fifo_setup() 1324 struct musb_hw_ep *hw_ep = musb->endpoints; in ep_config_from_table() 1412 struct musb_hw_ep *hw_ep; in ep_config_from_hw() 1530 struct musb_hw_ep *hw_ep = musb->endpoints + i; in musb_core_init() 1992 struct musb_hw_ep *ep; in allocate_instance() [all …]
|
D | musb_gadget.h | 77 struct musb_hw_ep *hw_ep;
|
D | musb_host.h | 19 struct musb_hw_ep *hw_ep; /* current binding */
|
D | musb_gadget.c | 538 struct musb_hw_ep *hw_ep = &musb->endpoints[epnum]; in rxstate() 807 struct musb_hw_ep *hw_ep = &musb->endpoints[epnum]; in musb_g_rx() 921 struct musb_hw_ep *hw_ep; in musb_gadget_enable() 1704 struct musb_hw_ep *hw_ep = musb->endpoints + epnum; in init_peripheral_ep() 1753 struct musb_hw_ep *hw_ep; in musb_g_init_endpoints()
|
D | musb_gadget_ep0.c | 239 struct musb_hw_ep *ep; in service_zero_data_request() 404 struct musb_hw_ep *ep; in service_zero_data_request()
|
D | musbhsdma.c | 104 struct musb_hw_ep *hw_ep, u8 transmit) in dma_channel_allocate()
|
D | tusb6010.c | 219 static void tusb_write_fifo(struct musb_hw_ep *hw_ep, u16 len, const u8 *buf) in tusb_write_fifo() 269 static void tusb_read_fifo(struct musb_hw_ep *hw_ep, u16 len, u8 *buf) in tusb_read_fifo()
|
D | am35x.c | 389 static void am35x_read_fifo(struct musb_hw_ep *hw_ep, u16 len, u8 *dst) in am35x_read_fifo()
|
D | cppi_dma.c | 282 struct musb_hw_ep *ep, u8 transmit) in cppi_channel_allocate() 1146 struct musb_hw_ep *hw_ep = NULL; in cppi_interrupt()
|
D | musb_dsps.c | 614 static void dsps_read_fifo32(struct musb_hw_ep *hw_ep, u16 len, u8 *dst) in dsps_read_fifo32()
|