Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/spi/
Dspi-orion.c402 static const struct of_device_id orion_spi_of_match_table[] = { variable
407 MODULE_DEVICE_TABLE(of, orion_spi_of_match_table);
449 of_id = of_match_device(orion_spi_of_match_table, &pdev->dev); in orion_spi_probe()
562 .of_match_table = of_match_ptr(orion_spi_of_match_table),