Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/usb/musb/
Dmusb_cppi41.c54 static void save_rx_toggle(struct cppi41_dma_channel *cppi41_channel) in save_rx_toggle()
70 static void update_rx_toggle(struct cppi41_dma_channel *cppi41_channel) in update_rx_toggle()
117 static void cppi41_trans_done(struct cppi41_dma_channel *cppi41_channel) in cppi41_trans_done()
188 struct cppi41_dma_channel *cppi41_channel, *n; in cppi41_recheck_tx_req() local
224 struct cppi41_dma_channel *cppi41_channel = channel->private_data; in cppi41_dma_callback() local
339 static void cppi41_set_dma_mode(struct cppi41_dma_channel *cppi41_channel, in cppi41_set_dma_mode()
366 static void da8xx_set_dma_mode(struct cppi41_dma_channel *cppi41_channel, in da8xx_set_dma_mode()
392 static void cppi41_set_autoreq_mode(struct cppi41_dma_channel *cppi41_channel, in cppi41_set_autoreq_mode()
415 struct cppi41_dma_channel *cppi41_channel = channel->private_data; in cppi41_configure_channel() local
487 struct cppi41_dma_channel *cppi41_channel = NULL; in cppi41_dma_channel_allocate() local
[all …]
/linux-6.1.9/drivers/dma/ti/
Dcppi41.c85 struct cppi41_channel { struct
86 struct dma_chan chan;
87 struct dma_async_tx_descriptor txd;
88 struct cppi41_dd *cdd;
89 struct cppi41_desc *desc;
90 dma_addr_t desc_phys;
91 void __iomem *gcr_reg;
92 int is_tx;
93 u32 residue;
95 unsigned int q_num;
[all …]