Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpio/
Dgpio-mcp23s08.c59 struct mcp23s08_ops { struct
82 const struct mcp23s08_ops *ops; argument
152 static const struct mcp23s08_ops mcp23008_ops = {
158 static const struct mcp23s08_ops mcp23017_ops = {
254 static const struct mcp23s08_ops mcp23s08_ops = { variable
260 static const struct mcp23s08_ops mcp23s17_ops = {
612 mcp->ops = &mcp23s08_ops; in mcp23s08_probe_one()