Home
last modified time | relevance | path

Searched defs:cppi41_channel (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/usb/musb/
Dmusb_cppi41.c59 static void save_rx_toggle(struct cppi41_dma_channel *cppi41_channel) in save_rx_toggle()
75 static void update_rx_toggle(struct cppi41_dma_channel *cppi41_channel) in update_rx_toggle()
122 static void cppi41_trans_done(struct cppi41_dma_channel *cppi41_channel) in cppi41_trans_done()
190 struct cppi41_dma_channel *cppi41_channel, *n; in cppi41_recheck_tx_req() local
226 struct cppi41_dma_channel *cppi41_channel = channel->private_data; in cppi41_dma_callback() local
320 static void cppi41_set_dma_mode(struct cppi41_dma_channel *cppi41_channel, in cppi41_set_dma_mode()
348 static void cppi41_set_autoreq_mode(struct cppi41_dma_channel *cppi41_channel, in cppi41_set_autoreq_mode()
370 struct cppi41_dma_channel *cppi41_channel = channel->private_data; in cppi41_configure_channel() local
444 struct cppi41_dma_channel *cppi41_channel = NULL; in cppi41_dma_channel_allocate() local
469 struct cppi41_dma_channel *cppi41_channel = channel->private_data; in cppi41_dma_channel_release() local
[all …]
/linux-4.4.14/drivers/dma/
Dcppi41.c93 struct cppi41_channel { struct
94 struct dma_chan chan;
95 struct dma_async_tx_descriptor txd;
96 struct cppi41_dd *cdd;
97 struct cppi41_desc *desc;
98 dma_addr_t desc_phys;
99 void __iomem *gcr_reg;
100 int is_tx;
101 u32 residue;
103 unsigned int q_num;
[all …]