Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/spi/
Dspi-rspi.c1126 static const struct of_device_id rspi_of_match[] = { variable
1136 MODULE_DEVICE_TABLE(of, rspi_of_match);
1154 #define rspi_of_match NULL macro
1189 of_id = of_match_device(rspi_of_match, &pdev->dev); in rspi_probe()
1318 .of_match_table = of_match_ptr(rspi_of_match),