Lines Matching defs:mcp23s08
58 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;
71 struct gpio_chip chip;
72 struct irq_chip irq_chip;
74 struct regmap *regmap;
75 struct device *dev;
77 struct pinctrl_dev *pctldev;
78 struct pinctrl_desc pinctrl_desc;