Home
last modified time | relevance | path

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

/openbmc/linux/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,