Searched refs:musb_hw_ep (Results 1 – 14 of 14) sorted by relevance
/drivers/usb/musb/ |
D | musb_core.h | 52 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);
|
D | musb_host.c | 111 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 …]
|
D | musb_dma.h | 38 struct musb_hw_ep; 154 struct musb_hw_ep *, u8 is_tx);
|
D | tusb6010_omap.c | 33 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()
|
D | musb_core.c | 156 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()
|
D | blackfin.c | 29 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()
|
D | musb_host.h | 52 struct musb_hw_ep *hw_ep; /* current binding */
|
D | musb_gadget.h | 64 struct musb_hw_ep *hw_ep;
|
D | cppi_dma.h | 87 struct musb_hw_ep *hw_ep;
|
D | musb_gadget.c | 852 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()
|
D | musbhsdma.c | 74 struct musb_hw_ep *hw_ep, u8 transmit) in dma_channel_allocate()
|
D | tusb6010.c | 168 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()
|
D | cppi_dma.c | 284 struct musb_hw_ep *ep, u8 transmit) in cppi_channel_allocate() 1152 struct musb_hw_ep *hw_ep = NULL; in cppi_completion()
|
D | musb_gadget_ep0.c | 370 struct musb_hw_ep *ep; in service_zero_data_request()
|