Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/spi/
Dspi-sirf.c1061 static const struct of_device_id spi_sirfsoc_of_match[] = { variable
1067 MODULE_DEVICE_TABLE(of, spi_sirfsoc_of_match);
1089 match = of_match_node(spi_sirfsoc_of_match, pdev->dev.of_node); in spi_sirfsoc_probe()
1226 .of_match_table = spi_sirfsoc_of_match,