Searched refs:zephyr_code (Results 1 – 5 of 5) sorted by relevance
/Zephyr-Core-3.7.0/tests/drivers/input/gpio_keys/src/ |
D | main.c | 21 uint32_t zephyr_code; member 70 zassert_equal(last_code, pin_cfg->zephyr_code); in ZTEST() 82 zassert_equal(last_code, pin_cfg->zephyr_code); in ZTEST()
|
/Zephyr-Core-3.7.0/drivers/input/ |
D | input_gpio_keys.c | 29 uint32_t zephyr_code; member 74 pin_cfg->zephyr_code); in gpio_keys_poll_pin() 75 input_report_key(dev, pin_cfg->zephyr_code, new_pressed, true, K_FOREVER); in gpio_keys_poll_pin() 136 struct gpio_keys_callback *cb, uint32_t zephyr_code) in gpio_keys_interrupt_configure() argument 190 cfg->pin_cfg[i].zephyr_code); in gpio_keys_init() 275 BUILD_ASSERT(DT_NODE_HAS_PROP(node_id, zephyr_code), \ 281 .zephyr_code = DT_PROP(node_id, zephyr_code), \
|
D | input_sbus.c | 26 uint32_t zephyr_code; member 101 config->channel_info[channel].zephyr_code, value, false, in input_sbus_report() 107 input_report_key(dev, config->channel_info[channel].zephyr_code, 1, in input_sbus_report() 110 input_report_key(dev, config->channel_info[channel].zephyr_code, 0, in input_sbus_report() 354 .zephyr_code = DT_PROP(input_channel_id, zephyr_code), \
|
D | input_esp32_touch_sensor.c | 49 uint32_t zephyr_code; member 187 input_report_key(dev, channel_cfg->zephyr_code, 310 .zephyr_code = DT_PROP(node_id, zephyr_code), \
|
D | input_adc_keys.c | 204 #define ADC_KEYS_KEY_CODE(node_id) DT_PROP(node_id, zephyr_code)
|