Home
last modified time | relevance | path

Searched refs:update_input_regs (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/drivers/gpio/
Dgpio_tca6424a.c127 static inline int update_input_regs(const struct device *dev, uint32_t *buf) in update_input_regs() function
200 ret = update_input_regs(dev, &current_state); in tca6424a_handle_interrupt()
332 ret = update_input_regs(dev, &buf); in tca6424a_port_get_raw()
515 ret = update_input_regs(dev, &drv_data->pins_state.input); in tca6424a_init()
Dgpio_fxl6408.c116 static inline int update_input_regs(const struct device *dev, uint8_t *buf) in update_input_regs() function
308 ret = update_input_regs(dev, &buf); in gpio_fxl6408_port_get_raw()
Dgpio_pca95xx.c266 static inline int update_input_regs(const struct device *dev, uint16_t *buf) in update_input_regs() function
528 ret = update_input_regs(dev, &buf); in gpio_pca95xx_port_get_raw()
610 ret = update_input_regs(drv_data->instance, &input_new); in get_triggered_it()
753 update_input_regs(dev, &reg); in gpio_pca95xx_pin_interrupt_configure()