Home
last modified time | relevance | path

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

/Zephyr-4.2.1/tests/drivers/input/gpio_keys/src/
Dmain.c22 uint32_t zephyr_code; member
71 zassert_equal(last_code, pin_cfg->zephyr_code); in ZTEST()
83 zassert_equal(last_code, pin_cfg->zephyr_code); in ZTEST()
/Zephyr-4.2.1/drivers/input/
Dinput_gpio_keys.c29 uint32_t zephyr_code; member
80 pin_cfg->zephyr_code); in gpio_keys_poll_pin()
81 input_report_key(dev, pin_cfg->zephyr_code, new_pressed, true, K_FOREVER); in gpio_keys_poll_pin()
143 struct gpio_keys_callback *cb, uint32_t zephyr_code) in gpio_keys_interrupt_configure() argument
197 cfg->pin_cfg[i].zephyr_code); in gpio_keys_init()
287 BUILD_ASSERT(DT_NODE_HAS_PROP(node_id, zephyr_code), \
293 .zephyr_code = DT_PROP(node_id, zephyr_code), \
Dinput_modulino_buttons.c22 uint32_t zephyr_code[MODULINO_NUM_BUTTONS]; member
51 input_report_key(dev, cfg->zephyr_code[i], state, true, K_FOREVER); in modulino_buttons_handler()
86 .zephyr_code = DT_INST_PROP(inst, zephyr_codes), \
Dinput_sbus.c25 uint32_t zephyr_code; member
100 config->channel_info[channel].zephyr_code, value, false, in input_sbus_report()
106 input_report_key(dev, config->channel_info[channel].zephyr_code, 1, in input_sbus_report()
109 input_report_key(dev, config->channel_info[channel].zephyr_code, 0, in input_sbus_report()
353 .zephyr_code = DT_PROP(input_channel_id, zephyr_code), \
Dinput_esp32_touch_sensor.c47 uint32_t zephyr_code; member
169 input_report_key(dev, channel_cfg->zephyr_code,
301 .zephyr_code = DT_PROP(node_id, zephyr_code), \
Dinput_tsc_keys.c357 int zephyr_code; member
384 input_report_key(dev, config->zephyr_code, 1, false, K_NO_WAIT); in input_tsc_callback_handler()
387 input_report_key(dev, config->zephyr_code, 0, false, K_NO_WAIT); in input_tsc_callback_handler()
438 .zephyr_code = DT_PROP(inst, zephyr_code), \
Dinput_renesas_rx_ctsu.c413 .event = DT_PROP(node_id, zephyr_code), \
425 .event = DT_PROP(node_id, zephyr_code), \
437 .event = DT_PROP(node_id, zephyr_code), \
Dinput_adc_keys.c211 #define ADC_KEYS_KEY_CODE(node_id) DT_PROP(node_id, zephyr_code)