Home
last modified time | relevance | path

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

/drivers/usb/musb/
Dmusb_core.h52 struct musb_hw_ep;
238 struct musb_hw_ep { struct
285 static inline struct usb_request *next_in_request(struct musb_hw_ep *hw_ep) in next_in_request() argument
294 static inline struct usb_request *next_out_request(struct musb_hw_ep *hw_ep) in next_out_request()
329 struct musb_hw_ep *bulk_ep;
364 struct musb_hw_ep endpoints[MUSB_C_NUM_EPS];
453 struct musb_hw_ep *hw_ep, u8 epnum) in musb_read_fifosize()
480 struct musb_hw_ep *hw_ep, u8 epnum) in musb_read_fifosize()
523 extern void musb_write_fifo(struct musb_hw_ep *ep, u16 len, const u8 *src);
524 extern void musb_read_fifo(struct musb_hw_ep *ep, u16 len, u8 *dst);
Dmusb_host.c111 static void musb_h_tx_flush_fifo(struct musb_hw_ep *ep) in musb_h_tx_flush_fifo()
138 static inline void musb_h_tx_start(struct musb_hw_ep *ep) in musb_h_tx_start()
154 static inline void cppi_host_txdma_start(struct musb_hw_ep *ep) in cppi_host_txdma_start()
178 struct musb_hw_ep *hw_ep = qh->hw_ep; in musb_start_urb()
305 musb_save_toggle(struct musb_hw_ep *ep, int is_in, struct urb *urb) in musb_save_toggle()
338 struct musb_hw_ep *ep = qh->hw_ep; in musb_giveback()
416 struct musb_hw_ep *hw_ep, int is_in) in musb_advance_schedule()
438 static u16 musb_h_flush_rxfifo(struct musb_hw_ep *hw_ep, u16 csr) in musb_h_flush_rxfifo()
469 struct musb_hw_ep *hw_ep = musb->endpoints + epnum; in musb_host_packet_rx()
562 musb_rx_reinit(struct musb *musb, struct musb_qh *qh, struct musb_hw_ep *ep) in musb_rx_reinit()
[all …]
Dmusb_dma.h38 struct musb_hw_ep;
154 struct musb_hw_ep *, u8 is_tx);
Dtusb6010_omap.c33 struct musb_hw_ep *hw_ep;
128 struct musb_hw_ep *hw_ep = chdat->hw_ep; in tusb_omap_dma_cb()
226 struct musb_hw_ep *hw_ep = chdat->hw_ep; in tusb_omap_dma_program()
496 struct musb_hw_ep *hw_ep, in tusb_omap_dma_allocate()
Dmusb_core.c156 void musb_write_fifo(struct musb_hw_ep *hw_ep, u16 len, const u8 *src) in musb_write_fifo()
196 void musb_read_fifo(struct musb_hw_ep *hw_ep, u16 len, u8 *dst) in musb_read_fifo()
729 struct musb_hw_ep *ep; in musb_stage2_irq()
1091 fifo_setup(struct musb *musb, struct musb_hw_ep *hw_ep, in fifo_setup()
1172 struct musb_hw_ep *hw_ep = musb->endpoints; in ep_config_from_table()
1252 struct musb_hw_ep *hw_ep; in ep_config_from_hw()
1416 struct musb_hw_ep *hw_ep = musb->endpoints + i; in musb_core_init()
1767 struct musb_hw_ep *ep; in allocate_instance()
Dblackfin.c29 void musb_write_fifo(struct musb_hw_ep *hw_ep, u16 len, const u8 *src) in musb_write_fifo()
54 void musb_read_fifo(struct musb_hw_ep *hw_ep, u16 len, u8 *dst) in musb_read_fifo()
Dmusb_host.h52 struct musb_hw_ep *hw_ep; /* current binding */
Dmusb_gadget.h64 struct musb_hw_ep *hw_ep;
Dcppi_dma.h87 struct musb_hw_ep *hw_ep;
Dmusb_gadget.c852 struct musb_hw_ep *hw_ep; in musb_gadget_enable()
1552 struct musb_hw_ep *hw_ep = musb->endpoints + epnum; in init_peripheral_ep()
1589 struct musb_hw_ep *hw_ep; in musb_g_init_endpoints()
1769 struct musb_hw_ep *hw_ep; in stop_activity()
Dmusbhsdma.c74 struct musb_hw_ep *hw_ep, u8 transmit) in dma_channel_allocate()
Dtusb6010.c168 void musb_write_fifo(struct musb_hw_ep *hw_ep, u16 len, const u8 *buf) in musb_write_fifo()
217 void musb_read_fifo(struct musb_hw_ep *hw_ep, u16 len, u8 *buf) in musb_read_fifo()
Dcppi_dma.c284 struct musb_hw_ep *ep, u8 transmit) in cppi_channel_allocate()
1152 struct musb_hw_ep *hw_ep = NULL; in cppi_completion()
Dmusb_gadget_ep0.c370 struct musb_hw_ep *ep; in service_zero_data_request()