Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/spi/
Dspi-orion.c562 static const struct of_device_id orion_spi_of_match_table[] = { variable
590 MODULE_DEVICE_TABLE(of, orion_spi_of_match_table);
635 of_id = of_match_device(orion_spi_of_match_table, &pdev->dev); in orion_spi_probe()
846 .of_match_table = of_match_ptr(orion_spi_of_match_table),