Searched defs:hw_ep (Results 1 – 8 of 8) sorted by relevance
/external/u-boot/drivers/usb/musb-new/ |
D | musb_host.c | 196 struct musb_hw_ep *hw_ep = qh->hw_ep; in musb_start_urb() local 340 struct musb_hw_ep *hw_ep, int is_in) in musb_advance_schedule() 426 static u16 musb_h_flush_rxfifo(struct musb_hw_ep *hw_ep, u16 csr) in musb_h_flush_rxfifo() 457 struct musb_hw_ep *hw_ep = musb->endpoints + epnum; in musb_host_packet_rx() local 617 struct musb_hw_ep *hw_ep, struct musb_qh *qh, in musb_tx_dma_program() 690 struct musb_hw_ep *hw_ep = musb->endpoints + epnum; in musb_ep_program() local 893 struct musb_hw_ep *hw_ep = musb->control_ep; in musb_h_ep0_continue() local 970 struct musb_hw_ep *hw_ep = musb->control_ep; in musb_h_ep0_irq() local 1109 struct musb_hw_ep *hw_ep = musb->endpoints + epnum; in musb_host_tx() local 1434 struct musb_hw_ep *hw_ep = musb->endpoints + epnum; in musb_host_rx() local [all …]
|
D | musb_core.c | 216 void musb_write_fifo(struct musb_hw_ep *hw_ep, u16 len, const u8 *src) in musb_write_fifo() 258 void musb_read_fifo(struct musb_hw_ep *hw_ep, u16 len, u8 *dst) in musb_read_fifo() 1183 fifo_setup(struct musb *musb, struct musb_hw_ep *hw_ep, in fifo_setup() 1262 struct musb_hw_ep *hw_ep = musb->endpoints; in ep_config_from_table() local 1348 struct musb_hw_ep *hw_ep; in ep_config_from_hw() local 1474 struct musb_hw_ep *hw_ep = musb->endpoints + i; in musb_core_init() local 2243 struct musb_hw_ep *hw_ep; in musb_save_context() local 2319 struct musb_hw_ep *hw_ep; in musb_restore_context() local
|
D | musb_gadget.c | 643 struct musb_hw_ep *hw_ep = &musb->endpoints[epnum]; in rxstate() local 913 struct musb_hw_ep *hw_ep = &musb->endpoints[epnum]; in musb_g_rx() local 1031 struct musb_hw_ep *hw_ep; in musb_gadget_enable() local 1825 struct musb_hw_ep *hw_ep = musb->endpoints + epnum; in init_peripheral_ep() local 1862 struct musb_hw_ep *hw_ep; in musb_g_init_endpoints() local 2056 struct musb_hw_ep *hw_ep; in stop_activity() local
|
D | musb_host.h | 30 struct musb_hw_ep *hw_ep; /* current binding */ member
|
D | musb_gadget.h | 54 struct musb_hw_ep *hw_ep; member
|
D | pic32.c | 158 void musb_read_fifo(struct musb_hw_ep *hw_ep, u16 len, u8 *dst) in musb_read_fifo()
|
D | musb_core.h | 280 static inline struct musb_request *next_in_request(struct musb_hw_ep *hw_ep) in next_in_request() 285 static inline struct musb_request *next_out_request(struct musb_hw_ep *hw_ep) in next_out_request() 461 struct musb_hw_ep *hw_ep, u8 epnum) in musb_read_fifosize()
|
D | am35x.c | 452 void musb_read_fifo(struct musb_hw_ep *hw_ep, u16 len, u8 *dst) in musb_read_fifo()
|