Searched refs:dummy_paramset (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/dma/ti/ |
H A D | edma.c | 278 static const struct edmacc_param dummy_paramset = { variable 535 edma_write_slot(ecc, slot, &dummy_paramset); in edma_alloc_slot() 546 edma_write_slot(ecc, slot, &dummy_paramset); in edma_free_slot() 644 * chaining by overwriting with dummy_paramset. in edma_stop() 2455 edma_write_slot(ecc, i, &dummy_paramset); in edma_probe() 2666 edma_write_slot(ecc, ecc->dummy_slot, &dummy_paramset); in edma_pm_resume()
|
/kernel/linux/linux-6.6/drivers/dma/ti/ |
H A D | edma.c | 269 static const struct edmacc_param dummy_paramset = { variable 483 edma_write_slot(ecc, slot, &dummy_paramset); in edma_alloc_slot() 494 edma_write_slot(ecc, slot, &dummy_paramset); in edma_free_slot() 592 * chaining by overwriting with dummy_paramset. in edma_stop() 2397 edma_write_slot(ecc, i, &dummy_paramset); in edma_probe() 2608 edma_write_slot(ecc, ecc->dummy_slot, &dummy_paramset); in edma_pm_resume()
|
Completed in 8 milliseconds