Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpio/
Dgpio-mcp23s08.c731 static const struct of_device_id mcp23s08_spi_of_match[] = { variable
751 MODULE_DEVICE_TABLE(of, mcp23s08_spi_of_match);
895 match = of_match_device(of_match_ptr(mcp23s08_spi_of_match), &spi->dev); in mcp23s08_probe()
1029 .of_match_table = of_match_ptr(mcp23s08_spi_of_match),