Home
last modified time | relevance | path

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

/linux-6.15/drivers/dma/stm32/
H A Dstm32-dma3.c412 swdesc = kzalloc(struct_size(swdesc, lli, count), GFP_NOWAIT); in stm32_dma3_chan_desc_alloc()
413 if (!swdesc) in stm32_dma3_chan_desc_alloc()
423 swdesc->ccr = 0; in stm32_dma3_chan_desc_alloc()
432 return swdesc; in stm32_dma3_chan_desc_alloc()
438 kfree(swdesc); in stm32_dma3_chan_desc_alloc()
451 kfree(swdesc); in stm32_dma3_chan_desc_free()
1210 if (!swdesc) in stm32_dma3_prep_dma_memcpy()
1272 if (!swdesc) in stm32_dma3_prep_slave_sg()
1365 if (!swdesc) in stm32_dma3_prep_dma_cyclic()
1527 swdesc = chan->swdesc; in stm32_dma3_tx_status()
[all …]