Searched refs:rspi_of_match (Results 1 – 1 of 1) sorted by relevance
1120 static const struct of_device_id rspi_of_match[] = { variable1130 MODULE_DEVICE_TABLE(of, rspi_of_match);1148 #define rspi_of_match NULL macro1183 of_id = of_match_device(rspi_of_match, &pdev->dev); in rspi_probe()1312 .of_match_table = of_match_ptr(rspi_of_match),