Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpio/
Dgpio-mcp23s08.c727 static const struct of_device_id mcp23s08_spi_of_match[] = { variable
747 MODULE_DEVICE_TABLE(of, mcp23s08_spi_of_match);
890 match = of_match_device(of_match_ptr(mcp23s08_spi_of_match), &spi->dev); in mcp23s08_probe()
1023 .of_match_table = of_match_ptr(mcp23s08_spi_of_match),