Home
last modified time | relevance | path

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

/drivers/input/
A 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), \
A 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), \
A 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), \
A 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), \
A 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), \
A Dinput_adc_keys.c211 #define ADC_KEYS_KEY_CODE(node_id) DT_PROP(node_id, zephyr_code)

Completed in 20 milliseconds