Home
last modified time | relevance | path

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

/external/u-boot/drivers/usb/musb-new/
Dmusb_core.h30 struct musb_hw_ep;
235 struct musb_hw_ep { struct
280 static inline struct musb_request *next_in_request(struct musb_hw_ep *hw_ep) in next_in_request() argument
285 static inline struct musb_request *next_out_request(struct musb_hw_ep *hw_ep) in next_out_request()
343 struct musb_hw_ep *bulk_ep;
375 struct musb_hw_ep endpoints[MUSB_C_NUM_EPS];
461 struct musb_hw_ep *hw_ep, u8 epnum) in musb_read_fifosize()
508 extern void musb_write_fifo(struct musb_hw_ep *ep, u16 len, const u8 *src);
509 extern void musb_read_fifo(struct musb_hw_ep *ep, u16 len, u8 *dst);
Dmusb_host.c89 static void musb_h_tx_flush_fifo(struct musb_hw_ep *ep) in musb_h_tx_flush_fifo()
113 static void musb_h_ep0_flush_fifo(struct musb_hw_ep *ep) in musb_h_ep0_flush_fifo()
140 static inline void musb_h_tx_start(struct musb_hw_ep *ep) in musb_h_tx_start()
156 static inline void musb_h_tx_dma_start(struct musb_hw_ep *ep) in musb_h_tx_dma_start()
168 static void musb_ep_set_qh(struct musb_hw_ep *ep, int is_in, struct musb_qh *qh) in musb_ep_set_qh()
176 static struct musb_qh *musb_ep_get_qh(struct musb_hw_ep *ep, int is_in) in musb_ep_get_qh()
196 struct musb_hw_ep *hw_ep = qh->hw_ep; in musb_start_urb()
340 struct musb_hw_ep *hw_ep, int is_in) in musb_advance_schedule()
343 struct musb_hw_ep *ep = qh->hw_ep; in musb_advance_schedule()
426 static u16 musb_h_flush_rxfifo(struct musb_hw_ep *hw_ep, u16 csr) in musb_h_flush_rxfifo()
[all …]
Dmusb_dma.h13 struct musb_hw_ep;
129 struct musb_hw_ep *, u8 is_tx);
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()
856 struct musb_hw_ep *ep; in musb_stage0_irq()
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()
1347 struct musb_hw_ep *hw_ep; in ep_config_from_hw()
1473 struct musb_hw_ep *hw_ep = musb->endpoints + i; in musb_core_init()
1829 struct musb_hw_ep *ep; in allocate_instance()
2242 struct musb_hw_ep *hw_ep; in musb_save_context()
2318 struct musb_hw_ep *hw_ep; in musb_restore_context()
Dmusb_gadget.h54 struct musb_hw_ep *hw_ep;
Dmusb_host.h30 struct musb_hw_ep *hw_ep; /* current binding */
Dmusb_gadget.c643 struct musb_hw_ep *hw_ep = &musb->endpoints[epnum]; in rxstate()
913 struct musb_hw_ep *hw_ep = &musb->endpoints[epnum]; in musb_g_rx()
1031 struct musb_hw_ep *hw_ep; in musb_gadget_enable()
1814 struct musb_hw_ep *hw_ep = musb->endpoints + epnum; in init_peripheral_ep()
1851 struct musb_hw_ep *hw_ep; in musb_g_init_endpoints()
2045 struct musb_hw_ep *hw_ep; in stop_activity()
Dpic32.c158 void musb_read_fifo(struct musb_hw_ep *hw_ep, u16 len, u8 *dst) in musb_read_fifo()
Dmusb_gadget_ep0.c241 struct musb_hw_ep *ep; in service_zero_data_request()
406 struct musb_hw_ep *ep; in service_zero_data_request()
Dam35x.c452 void musb_read_fifo(struct musb_hw_ep *hw_ep, u16 len, u8 *dst) in musb_read_fifo()