Searched refs:axis_y (Results 1 – 3 of 3) sorted by relevance
/Zephyr-latest/drivers/input/ |
D | input_pat912x.c | 64 int32_t axis_y; member 126 bool sync = cfg->axis_y < 0; in pat912x_motion_work_handler() 131 if (cfg->axis_y >= 0) { in pat912x_motion_work_handler() 132 input_report_rel(data->dev, cfg->axis_y, y, true, K_FOREVER); in pat912x_motion_work_handler() 340 .axis_y = DT_INST_PROP_OR(n, zephyr_axis_y, -1), \
|
D | input_paw32xx.c | 67 uint16_t axis_y; member 222 input_report_rel(data->dev, cfg->axis_y, y, true, K_FOREVER); in paw32xx_motion_work_handler() 453 .axis_y = DT_INST_PROP(n, zephyr_axis_y), \
|
D | input_pmw3610.c | 104 uint16_t axis_y; member 222 input_report_rel(data->dev, cfg->axis_y, y, true, K_FOREVER); in pmw3610_motion_work_handler() 576 .axis_y = DT_INST_PROP(n, zephyr_axis_y), \
|