Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/dma/
Dstm32-dma.c1299 static const struct of_device_id stm32_dma_of_match[] = { variable
1303 MODULE_DEVICE_TABLE(of, stm32_dma_of_match);
1315 match = of_match_device(stm32_dma_of_match, &pdev->dev); in stm32_dma_probe()
1511 .of_match_table = stm32_dma_of_match,