Home
last modified time | relevance | path

Searched defs:mcp23s08 (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/pinctrl/
Dpinctrl-mcp23s08.c57 struct mcp23s08 { struct
58 u8 addr;
59 bool irq_active_high;
60 bool reg_shift;
62 u16 irq_rise;
63 u16 irq_fall;
64 int irq;
65 bool irq_controller;
66 int cached_gpio;
68 struct mutex lock;
[all …]