Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/dma/
Dstm32-dma.c1556 static const struct of_device_id stm32_dma_of_match[] = { variable
1560 MODULE_DEVICE_TABLE(of, stm32_dma_of_match);
1572 match = of_match_device(stm32_dma_of_match, &pdev->dev); in stm32_dma_probe()
1777 .of_match_table = stm32_dma_of_match,