Home
last modified time | relevance | path

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

/linux/drivers/usb/musb/
A Dmusb_core.h28 struct musb_hw_ep;
175 void (*read_fifo)(struct musb_hw_ep *hw_ep, u16 len, u8 *buf);
176 void (*write_fifo)(struct musb_hw_ep *hw_ep, u16 len, const u8 *buf);
200 struct musb_hw_ep { struct
241 static inline struct musb_request *next_in_request(struct musb_hw_ep *hw_ep) in next_in_request() argument
246 static inline struct musb_request *next_out_request(struct musb_hw_ep *hw_ep) in next_out_request()
310 struct musb_hw_ep *bulk_ep;
345 struct musb_hw_ep endpoints[MUSB_C_NUM_EPS];
453 struct musb_hw_ep *hw_ep, u8 epnum) in musb_read_fifosize()
496 extern void musb_write_fifo(struct musb_hw_ep *ep, u16 len, const u8 *src);
[all …]
A Dmusb_host.c203 struct musb_hw_ep *hw_ep = qh->hw_ep; in musb_start_urb()
297 struct musb_hw_ep *hw_ep, int is_in) in musb_advance_schedule()
300 struct musb_hw_ep *ep = qh->hw_ep; in musb_advance_schedule()
1459 struct musb_hw_ep *hw_ep, in musb_rx_dma_iso_cppi41()
1484 struct musb_hw_ep *hw_ep, in musb_rx_dma_iso_cppi41()
1530 struct musb_hw_ep *hw_ep, in musb_rx_dma_inventra_cppi41()
1600 struct musb_hw_ep *hw_ep, in musb_rx_dma_in_inventra_cppi41()
1700 struct musb_hw_ep *hw_ep, in musb_rx_dma_inventra_cppi41()
1709 struct musb_hw_ep *hw_ep, in musb_rx_dma_in_inventra_cppi41()
1995 struct musb_hw_ep *hw_ep = NULL; in musb_schedule()
[all …]
A Dmusb_io.h32 void (*read_fifo)(struct musb_hw_ep *hw_ep, u16 len, u8 *buf);
33 void (*write_fifo)(struct musb_hw_ep *hw_ep, u16 len, const u8 *buf);
A Dcppi_dma.h80 struct musb_hw_ep *hw_ep;
130 struct musb_hw_ep *hw_ep;
A Dux500_dma.c33 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()
A Dmusb_dma.h13 struct musb_hw_ep;
163 struct musb_hw_ep *, u8 is_tx);
A Dmusb_cppi41.c72 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()
A Dtusb6010_omap.c35 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()
A Dmusb_core.c313 static void musb_default_write_fifo(struct musb_hw_ep *hw_ep, u16 len, in musb_default_write_fifo()
446 void musb_read_fifo(struct musb_hw_ep *hw_ep, u16 len, u8 *dst) in musb_read_fifo()
451 void musb_write_fifo(struct musb_hw_ep *hw_ep, u16 len, const u8 *src) in musb_write_fifo()
1117 struct musb_hw_ep *ep; in musb_stage0_irq()
1384 fifo_setup(struct musb *musb, struct musb_hw_ep *hw_ep, in fifo_setup()
1463 struct musb_hw_ep *hw_ep = musb->endpoints; in ep_config_from_table()
1551 struct musb_hw_ep *hw_ep; in ep_config_from_hw()
1670 struct musb_hw_ep *hw_ep = musb->endpoints + i; in musb_core_init()
2150 struct musb_hw_ep *ep; in allocate_instance()
2687 struct musb_hw_ep *hw_ep; in musb_save_context()
[all …]
A Dmusb_gadget.h77 struct musb_hw_ep *hw_ep;
A Dmusb_host.h19 struct musb_hw_ep *hw_ep; /* current binding */
A Dmusb_gadget.c527 struct musb_hw_ep *hw_ep = &musb->endpoints[epnum]; in rxstate()
796 struct musb_hw_ep *hw_ep = &musb->endpoints[epnum]; in musb_g_rx()
910 struct musb_hw_ep *hw_ep; in musb_gadget_enable()
1694 struct musb_hw_ep *hw_ep = musb->endpoints + epnum; in init_peripheral_ep()
1743 struct musb_hw_ep *hw_ep; in musb_g_init_endpoints()
A Dmusb_gadget_ep0.c239 struct musb_hw_ep *ep; in service_zero_data_request()
400 struct musb_hw_ep *ep; in service_zero_data_request()
A Dmusbhsdma.c99 struct musb_hw_ep *hw_ep, u8 transmit) in dma_channel_allocate()
A Dtusb6010.c220 static void tusb_write_fifo(struct musb_hw_ep *hw_ep, u16 len, const u8 *buf) in tusb_write_fifo()
270 static void tusb_read_fifo(struct musb_hw_ep *hw_ep, u16 len, u8 *buf) in tusb_read_fifo()
A Dcppi_dma.c282 struct musb_hw_ep *ep, u8 transmit) in cppi_channel_allocate()
1146 struct musb_hw_ep *hw_ep = NULL; in cppi_interrupt()
A Dam35x.c389 static void am35x_read_fifo(struct musb_hw_ep *hw_ep, u16 len, u8 *dst) in am35x_read_fifo()
A Dmusb_dsps.c623 static void dsps_read_fifo32(struct musb_hw_ep *hw_ep, u16 len, u8 *dst) in dsps_read_fifo32()

Completed in 37 milliseconds