Lines Matching defs:gpio_pca95xx_drv_data
81 struct gpio_pca95xx_drv_data { struct
83 struct gpio_driver_data common;
85 struct {
93 } reg_cache;
95 struct k_sem lock;
99 const struct device *instance;
102 sys_slist_t callbacks;
105 struct {
110 } interrupts;
112 struct gpio_callback gpio_callback;
114 struct k_work interrupt_worker;
116 bool interrupt_active;