Searched defs:pcf857x_drv_data (Results 1 – 1 of 1) sorted by relevance
31 struct pcf857x_drv_data { struct33 struct gpio_driver_data common;34 struct pcf857x_pins_cfg pins_cfg;35 sys_slist_t callbacks;36 struct k_sem lock;37 struct k_work work;38 const struct device *dev;39 struct gpio_callback int_gpio_cb;40 uint16_t input_port_last;41 int num_bytes;