Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/spi/
Dspi-orion.c561 static const struct of_device_id orion_spi_of_match_table[] = { variable
589 MODULE_DEVICE_TABLE(of, orion_spi_of_match_table);
634 of_id = of_match_device(orion_spi_of_match_table, &pdev->dev); in orion_spi_probe()
802 .of_match_table = of_match_ptr(orion_spi_of_match_table),