Home
last modified time | relevance | path

Searched defs:hw_ep (Results 1 – 16 of 16) sorted by relevance

/drivers/usb/musb/
Dmusb_host.c228 struct musb_hw_ep *hw_ep = qh->hw_ep; in musb_start_urb() local
361 struct musb_hw_ep *hw_ep, int is_in) in musb_advance_schedule()
445 static u16 musb_h_flush_rxfifo(struct musb_hw_ep *hw_ep, u16 csr) in musb_h_flush_rxfifo()
476 struct musb_hw_ep *hw_ep = musb->endpoints + epnum; in musb_host_packet_rx() local
631 struct musb_hw_ep *hw_ep, struct musb_qh *qh, in musb_tx_dma_set_mode_mentor()
672 struct musb_hw_ep *hw_ep, in musb_tx_dma_set_mode_cppi_tusb()
696 struct musb_hw_ep *hw_ep, struct musb_qh *qh, in musb_tx_dma_program()
749 struct musb_hw_ep *hw_ep = musb->endpoints + epnum; in musb_ep_program() local
1066 struct musb_hw_ep *hw_ep = musb->control_ep; in musb_h_ep0_continue() local
1143 struct musb_hw_ep *hw_ep = musb->control_ep; in musb_h_ep0_irq() local
[all …]
Dmusb_cppi41.c28 struct musb_hw_ep *hw_ep; member
77 struct musb_hw_ep *hw_ep = cppi41_channel->hw_ep; in update_rx_toggle() local
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() local
203 struct musb_hw_ep *hw_ep = cppi41_channel->hw_ep; in cppi41_recheck_tx_req() local
227 struct musb_hw_ep *hw_ep = cppi41_channel->hw_ep; in cppi41_dma_callback() local
459 struct musb_hw_ep *hw_ep, u8 is_tx) in cppi41_dma_channel_allocate()
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()
1244 fifo_setup(struct musb *musb, struct musb_hw_ep *hw_ep, in fifo_setup()
1323 struct musb_hw_ep *hw_ep = musb->endpoints; in ep_config_from_table() local
1412 struct musb_hw_ep *hw_ep; in ep_config_from_hw() local
1534 struct musb_hw_ep *hw_ep = musb->endpoints + i; in musb_core_init() local
2330 struct musb_hw_ep *hw_ep; in musb_save_context() local
2411 struct musb_hw_ep *hw_ep; in musb_restore_context() local
Dux500_dma.c45 struct musb_hw_ep *hw_ep; member
67 struct musb_hw_ep *hw_ep = ux500_channel->hw_ep; in ux500_dma_callback() local
87 struct musb_hw_ep *hw_ep = ux500_channel->hw_ep; in ux500_configure_channel() local
141 struct musb_hw_ep *hw_ep, u8 is_tx) in ux500_dma_channel_allocate()
Dtusb6010_omap.c40 struct musb_hw_ep *hw_ep; member
114 struct musb_hw_ep *hw_ep = chdat->hw_ep; in tusb_omap_dma_cb() local
215 struct musb_hw_ep *hw_ep = chdat->hw_ep; in tusb_omap_dma_program() local
492 struct musb_hw_ep *hw_ep, in tusb_omap_dma_allocate()
Dmusb_gadget.c571 struct musb_hw_ep *hw_ep = &musb->endpoints[epnum]; in rxstate() local
840 struct musb_hw_ep *hw_ep = &musb->endpoints[epnum]; in musb_g_rx() local
958 struct musb_hw_ep *hw_ep; in musb_gadget_enable() local
1746 struct musb_hw_ep *hw_ep = musb->endpoints + epnum; in init_peripheral_ep() local
1795 struct musb_hw_ep *hw_ep; in musb_g_init_endpoints() local
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_core.h266 static inline struct musb_request *next_in_request(struct musb_hw_ep *hw_ep) in next_in_request()
271 static inline struct musb_request *next_out_request(struct musb_hw_ep *hw_ep) in next_out_request()
458 struct musb_hw_ep *hw_ep, u8 epnum) in musb_read_fifosize()
485 struct musb_hw_ep *hw_ep, u8 epnum) in musb_read_fifosize()
Dtusb6010.c223 static void tusb_write_fifo(struct musb_hw_ep *hw_ep, u16 len, const u8 *buf) in tusb_write_fifo()
273 static void tusb_read_fifo(struct musb_hw_ep *hw_ep, u16 len, u8 *buf) in tusb_read_fifo()
Dmusbhsdma.c65 struct musb_hw_ep *hw_ep, u8 transmit) in dma_channel_allocate()
Dmusb_gadget.h105 struct musb_hw_ep *hw_ep; member
Dmusb_host.h44 struct musb_hw_ep *hw_ep; /* current binding */ member
Dcppi_dma.h86 struct musb_hw_ep *hw_ep; member
Dam35x.c411 static void am35x_read_fifo(struct musb_hw_ep *hw_ep, u16 len, u8 *dst) in am35x_read_fifo()
Dcppi_dma.c1147 struct musb_hw_ep *hw_ep = NULL; in cppi_interrupt() local
Dmusb_dsps.c629 static void dsps_read_fifo32(struct musb_hw_ep *hw_ep, u16 len, u8 *dst) in dsps_read_fifo32()