Home
last modified time | relevance | path

Searched refs:stm32_dma_of_match (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/dma/
H A Dstm32-dma.c1280 static const struct of_device_id stm32_dma_of_match[] = { variable
1284 MODULE_DEVICE_TABLE(of, stm32_dma_of_match);
1296 match = of_match_device(stm32_dma_of_match, &pdev->dev); in stm32_dma_probe()
1492 .of_match_table = stm32_dma_of_match,
/kernel/linux/linux-6.6/drivers/dma/
H A Dstm32-dma.c1563 static const struct of_device_id stm32_dma_of_match[] = { variable
1567 MODULE_DEVICE_TABLE(of, stm32_dma_of_match);
1579 match = of_match_device(stm32_dma_of_match, &pdev->dev); in stm32_dma_probe()
1783 .of_match_table = stm32_dma_of_match,

Completed in 6 milliseconds