Home
last modified time | relevance | path

Searched defs:hw_ep (Results 1 – 8 of 8) sorted by relevance

/external/u-boot/drivers/usb/musb-new/
Dmusb_host.c196 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 …]
Dmusb_core.c216 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()
1182 fifo_setup(struct musb *musb, struct musb_hw_ep *hw_ep, in fifo_setup()
1261 struct musb_hw_ep *hw_ep = musb->endpoints; in ep_config_from_table() local
1347 struct musb_hw_ep *hw_ep; in ep_config_from_hw() local
1473 struct musb_hw_ep *hw_ep = musb->endpoints + i; in musb_core_init() local
2242 struct musb_hw_ep *hw_ep; in musb_save_context() local
2318 struct musb_hw_ep *hw_ep; in musb_restore_context() local
Dmusb_gadget.c643 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
1814 struct musb_hw_ep *hw_ep = musb->endpoints + epnum; in init_peripheral_ep() local
1851 struct musb_hw_ep *hw_ep; in musb_g_init_endpoints() local
2045 struct musb_hw_ep *hw_ep; in stop_activity() local
Dmusb_host.h30 struct musb_hw_ep *hw_ep; /* current binding */ member
Dmusb_gadget.h54 struct musb_hw_ep *hw_ep; member
Dpic32.c158 void musb_read_fifo(struct musb_hw_ep *hw_ep, u16 len, u8 *dst) in musb_read_fifo()
Dmusb_core.h280 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()
Dam35x.c452 void musb_read_fifo(struct musb_hw_ep *hw_ep, u16 len, u8 *dst) in musb_read_fifo()