zephyr/subsys/input
Fabio Baltieri d952d6a364 input: rename the internal callback struct to input_callback
Rename the internal input callback structure to input_callback. This is
for coherency with "INPUT_CALLBACK_DEFINE" and other similar code paths
in Zephyr, and also to avoid confusion with terminology.

This is an internal structure, applications should not have any
references to it so there should be no need for any release note
entries.

Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
2024-03-19 14:30:39 +01:00
..
CMakeLists.txt input: add two input to hid code translation functions 2024-01-24 10:44:40 +01:00
input.c input: rename the internal callback struct to input_callback 2024-03-19 14:30:39 +01:00
input_hid.c input: add two input to hid code translation functions 2024-01-24 10:44:40 +01:00
input_keymap.c input: keymap: use the non _OR_NULL DEVICE_DT_GET variant 2024-01-25 16:02:16 +00:00
input_longpress.c input: longpress: move constant entries pointer to the config struct 2024-01-19 13:49:43 +01:00
input_utils.c input: kbd_matrix: define PRIkbdrow coherently 2024-03-12 19:28:40 -04:00
Kconfig input: increase default stack size to 1024 2024-02-28 07:45:28 -06:00