Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/input/
Dinput_gpio_kbd_matrix.c23 const struct gpio_dt_spec *row_gpio; member
98 const struct gpio_dt_spec *gpio0 = &cfg->row_gpio[0]; in gpio_kbd_matrix_read_row()
107 const struct gpio_dt_spec *gpio = &cfg->row_gpio[i]; in gpio_kbd_matrix_read_row()
150 const struct gpio_dt_spec *gpio = &cfg->row_gpio[i]; in gpio_kbd_matrix_set_detect_mode()
216 const struct gpio_dt_spec *gpio = &cfg->row_gpio[i]; in gpio_kbd_matrix_init()
251 cfg->row_gpio, common->row_size); in gpio_kbd_matrix_init()
318 .row_gpio = gpio_kbd_matrix_row_gpio_##n, \