|
|
@ -176,10 +176,9 @@ static int behavior_caps_word_init(const struct device *dev) { |
|
|
|
.continuations = {UTIL_LISTIFY(DT_INST_PROP_LEN(n, continue_list), BREAK_ITEM, n)}, \
|
|
|
|
.continuations = {UTIL_LISTIFY(DT_INST_PROP_LEN(n, continue_list), BREAK_ITEM, n)}, \
|
|
|
|
.continuations_count = DT_INST_PROP_LEN(n, continue_list), \
|
|
|
|
.continuations_count = DT_INST_PROP_LEN(n, continue_list), \
|
|
|
|
}; \
|
|
|
|
}; \
|
|
|
|
DEVICE_DT_INST_DEFINE(n, behavior_caps_word_init, device_pm_control_nop, \
|
|
|
|
DEVICE_DT_INST_DEFINE(n, behavior_caps_word_init, NULL, &behavior_caps_word_data_##n, \
|
|
|
|
&behavior_caps_word_data_##n, &behavior_caps_word_config_##n, \
|
|
|
|
&behavior_caps_word_config_##n, APPLICATION, \
|
|
|
|
APPLICATION, CONFIG_KERNEL_INIT_PRIORITY_DEFAULT, \
|
|
|
|
CONFIG_KERNEL_INIT_PRIORITY_DEFAULT, &behavior_caps_word_driver_api); |
|
|
|
&behavior_caps_word_driver_api); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
DT_INST_FOREACH_STATUS_OKAY(KP_INST) |
|
|
|
DT_INST_FOREACH_STATUS_OKAY(KP_INST) |
|
|
|
|
|
|
|
|
|
|
|