Searched defs:hw_ep (Results 1 – 8 of 8) sorted by relevance
/u-boot/drivers/usb/musb-new/ |
A D | musb_host.c | 201 struct musb_hw_ep *hw_ep = qh->hw_ep; in musb_start_urb() local 345 struct musb_hw_ep *hw_ep, int is_in) in musb_advance_schedule() 431 static u16 musb_h_flush_rxfifo(struct musb_hw_ep *hw_ep, u16 csr) in musb_h_flush_rxfifo() 462 struct musb_hw_ep *hw_ep = musb->endpoints + epnum; in musb_host_packet_rx() local 622 struct musb_hw_ep *hw_ep, struct musb_qh *qh, in musb_tx_dma_program() 695 struct musb_hw_ep *hw_ep = musb->endpoints + epnum; in musb_ep_program() local 898 struct musb_hw_ep *hw_ep = musb->control_ep; in musb_h_ep0_continue() local 975 struct musb_hw_ep *hw_ep = musb->control_ep; in musb_h_ep0_irq() local 1114 struct musb_hw_ep *hw_ep = musb->endpoints + epnum; in musb_host_tx() local 1439 struct musb_hw_ep *hw_ep = musb->endpoints + epnum; in musb_host_rx() local [all …]
|
A D | musb_core.c | 223 void musb_write_fifo(struct musb_hw_ep *hw_ep, u16 len, const u8 *src) in musb_write_fifo() 265 void musb_read_fifo(struct musb_hw_ep *hw_ep, u16 len, u8 *dst) in musb_read_fifo() 1190 fifo_setup(struct musb *musb, struct musb_hw_ep *hw_ep, in fifo_setup() 1269 struct musb_hw_ep *hw_ep = musb->endpoints; in ep_config_from_table() local 1355 struct musb_hw_ep *hw_ep; in ep_config_from_hw() local 1481 struct musb_hw_ep *hw_ep = musb->endpoints + i; in musb_core_init() local 2254 struct musb_hw_ep *hw_ep; in musb_save_context() local 2330 struct musb_hw_ep *hw_ep; in musb_restore_context() local
|
A D | musb_gadget.c | 649 struct musb_hw_ep *hw_ep = &musb->endpoints[epnum]; in rxstate() local 919 struct musb_hw_ep *hw_ep = &musb->endpoints[epnum]; in musb_g_rx() local 1037 struct musb_hw_ep *hw_ep; in musb_gadget_enable() local 1831 struct musb_hw_ep *hw_ep = musb->endpoints + epnum; in init_peripheral_ep() local 1868 struct musb_hw_ep *hw_ep; in musb_g_init_endpoints() local 2062 struct musb_hw_ep *hw_ep; in stop_activity() local
|
A D | musb_host.h | 30 struct musb_hw_ep *hw_ep; /* current binding */ member
|
A D | musb_gadget.h | 54 struct musb_hw_ep *hw_ep; member
|
A D | pic32.c | 163 void musb_read_fifo(struct musb_hw_ep *hw_ep, u16 len, u8 *dst) in musb_read_fifo()
|
A 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()
|
A D | am35x.c | 456 void musb_read_fifo(struct musb_hw_ep *hw_ep, u16 len, u8 *dst) in musb_read_fifo()
|
Completed in 18 milliseconds