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

/linux-4.1.27/drivers/gpio/
H A Dgpio-mcp23s08.c59 struct mcp23s08_ops { struct
82 const struct mcp23s08_ops *ops;
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 in typeref:struct:mcp23s08_ops
260 static const struct mcp23s08_ops mcp23s17_ops = {
612 mcp->ops = &mcp23s08_ops; mcp23s08_probe_one()

Completed in 37 milliseconds