Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/pinctrl/
Dpinctrl-mcp23s08.c58 struct mcp23s08 { struct
59 u8 addr;
60 bool irq_active_high;
61 bool reg_shift;
63 u16 irq_rise;
64 u16 irq_fall;
65 int irq;
66 bool irq_controller;
67 int cached_gpio;
69 struct mutex lock;
[all …]