Symbol: musb_hw_ep
drivers/usb/musb/cppi_dma.h
127
struct musb_hw_ep *hw_ep;
drivers/usb/musb/cppi_dma.h
80
struct musb_hw_ep *hw_ep;
drivers/usb/musb/musb_core.c
1113
struct musb_hw_ep *ep;
drivers/usb/musb/musb_core.c
1380
fifo_setup(struct musb *musb, struct musb_hw_ep *hw_ep,
drivers/usb/musb/musb_core.c
1459
struct musb_hw_ep *hw_ep = musb->endpoints;
drivers/usb/musb/musb_core.c
1547
struct musb_hw_ep *hw_ep;
drivers/usb/musb/musb_core.c
1666
struct musb_hw_ep *hw_ep = musb->endpoints + i;
drivers/usb/musb/musb_core.c
2143
struct musb_hw_ep *ep;
drivers/usb/musb/musb_core.c
314
static void musb_default_write_fifo(struct musb_hw_ep *hw_ep, u16 len,
drivers/usb/musb/musb_core.c
359
static void musb_default_read_fifo(struct musb_hw_ep *hw_ep, u16 len, u8 *dst)
drivers/usb/musb/musb_core.c
447
void musb_read_fifo(struct musb_hw_ep *hw_ep, u16 len, u8 *dst)
drivers/usb/musb/musb_core.c
452
void musb_write_fifo(struct musb_hw_ep *hw_ep, u16 len, const u8 *src)
drivers/usb/musb/musb_core.h
175
void (*read_fifo)(struct musb_hw_ep *hw_ep, u16 len, u8 *buf);
drivers/usb/musb/musb_core.h
176
void (*write_fifo)(struct musb_hw_ep *hw_ep, u16 len, const u8 *buf);
drivers/usb/musb/musb_core.h
241
static inline struct musb_request *next_in_request(struct musb_hw_ep *hw_ep)
drivers/usb/musb/musb_core.h
246
static inline struct musb_request *next_out_request(struct musb_hw_ep *hw_ep)
drivers/usb/musb/musb_core.h
28
struct musb_hw_ep;
drivers/usb/musb/musb_core.h
310
struct musb_hw_ep *bulk_ep;
drivers/usb/musb/musb_core.h
347
struct musb_hw_ep endpoints[MUSB_C_NUM_EPS];
drivers/usb/musb/musb_core.h
453
struct musb_hw_ep *hw_ep, u8 epnum)
drivers/usb/musb/musb_core.h
496
extern void musb_write_fifo(struct musb_hw_ep *ep, u16 len, const u8 *src);
drivers/usb/musb/musb_core.h
497
extern void musb_read_fifo(struct musb_hw_ep *ep, u16 len, u8 *dst);
drivers/usb/musb/musb_cppi41.c
100
static bool musb_is_tx_fifo_empty(struct musb_hw_ep *hw_ep)
drivers/usb/musb/musb_cppi41.c
119
struct musb_hw_ep *hw_ep = cppi41_channel->hw_ep;
drivers/usb/musb/musb_cppi41.c
201
struct musb_hw_ep *hw_ep = cppi41_channel->hw_ep;
drivers/usb/musb/musb_cppi41.c
225
struct musb_hw_ep *hw_ep = cppi41_channel->hw_ep;
drivers/usb/musb/musb_cppi41.c
483
struct musb_hw_ep *hw_ep, u8 is_tx)
drivers/usb/musb/musb_cppi41.c
72
struct musb_hw_ep *hw_ep = cppi41_channel->hw_ep;
drivers/usb/musb/musb_dma.h
13
struct musb_hw_ep;
drivers/usb/musb/musb_dma.h
156
struct musb_hw_ep *, u8 is_tx);
drivers/usb/musb/musb_dsps.c
622
static void dsps_read_fifo32(struct musb_hw_ep *hw_ep, u16 len, u8 *dst)
drivers/usb/musb/musb_gadget.c
1694
struct musb_hw_ep *hw_ep = musb->endpoints + epnum;
drivers/usb/musb/musb_gadget.c
1743
struct musb_hw_ep *hw_ep;
drivers/usb/musb/musb_gadget.c
528
struct musb_hw_ep *hw_ep = &musb->endpoints[epnum];
drivers/usb/musb/musb_gadget.c
800
struct musb_hw_ep *hw_ep = &musb->endpoints[epnum];
drivers/usb/musb/musb_gadget.c
914
struct musb_hw_ep *hw_ep;
drivers/usb/musb/musb_gadget.h
77
struct musb_hw_ep *hw_ep;
drivers/usb/musb/musb_gadget_ep0.c
239
struct musb_hw_ep *ep;
drivers/usb/musb/musb_gadget_ep0.c
400
struct musb_hw_ep *ep;
drivers/usb/musb/musb_host.c
1060
struct musb_hw_ep *hw_ep = musb->control_ep;
drivers/usb/musb/musb_host.c
1202
struct musb_hw_ep *hw_ep = musb->endpoints + epnum;
drivers/usb/musb/musb_host.c
122
static void musb_h_ep0_flush_fifo(struct musb_hw_ep *ep)
drivers/usb/musb/musb_host.c
1465
struct musb_hw_ep *hw_ep,
drivers/usb/musb/musb_host.c
149
static inline void musb_h_tx_start(struct musb_hw_ep *ep)
drivers/usb/musb/musb_host.c
1490
struct musb_hw_ep *hw_ep,
drivers/usb/musb/musb_host.c
1536
struct musb_hw_ep *hw_ep,
drivers/usb/musb/musb_host.c
1606
struct musb_hw_ep *hw_ep,
drivers/usb/musb/musb_host.c
165
static inline void musb_h_tx_dma_start(struct musb_hw_ep *ep)
drivers/usb/musb/musb_host.c
1706
struct musb_hw_ep *hw_ep,
drivers/usb/musb/musb_host.c
1715
struct musb_hw_ep *hw_ep,
drivers/usb/musb/musb_host.c
1732
struct musb_hw_ep *hw_ep = musb->endpoints + epnum;
drivers/usb/musb/musb_host.c
177
static void musb_ep_set_qh(struct musb_hw_ep *ep, int is_in, struct musb_qh *qh)
drivers/usb/musb/musb_host.c
185
static struct musb_qh *musb_ep_get_qh(struct musb_hw_ep *ep, int is_in)
drivers/usb/musb/musb_host.c
2001
struct musb_hw_ep *hw_ep = NULL;
drivers/usb/musb/musb_host.c
204
struct musb_hw_ep *hw_ep = qh->hw_ep;
drivers/usb/musb/musb_host.c
2310
struct musb_hw_ep *ep = qh->hw_ep;
drivers/usb/musb/musb_host.c
298
struct musb_hw_ep *hw_ep, int is_in)
drivers/usb/musb/musb_host.c
301
struct musb_hw_ep *ep = qh->hw_ep;
drivers/usb/musb/musb_host.c
391
static u16 musb_h_flush_rxfifo(struct musb_hw_ep *hw_ep, u16 csr)
drivers/usb/musb/musb_host.c
422
struct musb_hw_ep *hw_ep = musb->endpoints + epnum;
drivers/usb/musb/musb_host.c
517
struct musb_hw_ep *ep = musb->endpoints + epnum;
drivers/usb/musb/musb_host.c
573
static void musb_tx_dma_set_mode_mentor(struct musb_hw_ep *hw_ep,
drivers/usb/musb/musb_host.c
611
static void musb_tx_dma_set_mode_cppi_tusb(struct musb_hw_ep *hw_ep,
drivers/usb/musb/musb_host.c
627
struct musb_hw_ep *hw_ep, struct musb_qh *qh,
drivers/usb/musb/musb_host.c
678
struct musb_hw_ep *hw_ep = musb->endpoints + epnum;
drivers/usb/musb/musb_host.c
87
static void musb_h_tx_flush_fifo(struct musb_hw_ep *ep)
drivers/usb/musb/musb_host.c
899
static void musb_bulk_nak_timeout(struct musb *musb, struct musb_hw_ep *ep,
drivers/usb/musb/musb_host.c
983
struct musb_hw_ep *hw_ep = musb->control_ep;
drivers/usb/musb/musb_host.h
19
struct musb_hw_ep *hw_ep; /* current binding */
drivers/usb/musb/musb_io.h
32
void (*read_fifo)(struct musb_hw_ep *hw_ep, u16 len, u8 *buf);
drivers/usb/musb/musb_io.h
33
void (*write_fifo)(struct musb_hw_ep *hw_ep, u16 len, const u8 *buf);
drivers/usb/musb/musbhsdma.c
99
struct musb_hw_ep *hw_ep, u8 transmit)
drivers/usb/musb/tusb6010.c
225
static void tusb_write_fifo(struct musb_hw_ep *hw_ep, u16 len, const u8 *buf)
drivers/usb/musb/tusb6010.c
275
static void tusb_read_fifo(struct musb_hw_ep *hw_ep, u16 len, u8 *buf)
drivers/usb/musb/tusb6010_omap.c
104
struct musb_hw_ep *hw_ep = chdat->hw_ep;
drivers/usb/musb/tusb6010_omap.c
188
struct musb_hw_ep *hw_ep = chdat->hw_ep;
drivers/usb/musb/tusb6010_omap.c
35
struct musb_hw_ep *hw_ep;
drivers/usb/musb/tusb6010_omap.c
423
struct musb_hw_ep *hw_ep,
drivers/usb/musb/ux500_dma.c
129
struct musb_hw_ep *hw_ep, u8 is_tx)
drivers/usb/musb/ux500_dma.c
33
struct musb_hw_ep *hw_ep;
drivers/usb/musb/ux500_dma.c
55
struct musb_hw_ep *hw_ep = ux500_channel->hw_ep;
drivers/usb/musb/ux500_dma.c
75
struct musb_hw_ep *hw_ep = ux500_channel->hw_ep;