Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/input/
Dinput_npcx_kbd.c47 INPUT_KBD_STRUCT_CHECK(struct npcx_kbd_config, struct npcx_kbd_data);
Dinput_ite_it8801_kbd.c52 INPUT_KBD_STRUCT_CHECK(struct kbd_it8801_config, struct kbd_it8801_data);
Dinput_ite_it8xxx2_kbd.c57 INPUT_KBD_STRUCT_CHECK(struct it8xxx2_kbd_config, struct it8xxx2_kbd_data);
Dinput_gpio_kbd_matrix.c42 INPUT_KBD_STRUCT_CHECK(struct gpio_kbd_matrix_config,
/Zephyr-latest/include/zephyr/input/
Dinput_kbd_matrix.h273 #define INPUT_KBD_STRUCT_CHECK(config, data) \ macro