Home
last modified time | relevance | path

Searched full:cpi (Results 1 – 11 of 11) sorted by relevance

/Zephyr-latest/dts/bindings/input/
Dpixart,pat912x.yaml29 res-x-cpi:
32 CPI resolution for the X axis, range 0 to 1275, rounded down to the
35 res-y-cpi:
38 CPI resolution for the Y axis, range 0 to 1275, rounded down to the
Dpixart,paw32xx.yaml31 res-cpi:
34 CPI resolution for the sensor. This can also be changed in runtime using
Dpixart,pmw3610.yaml36 res-cpi:
39 CPI resolution for the sensor, range from 200 to 3200, rounded down to
/Zephyr-latest/include/zephyr/input/
Dinput_pat912x.h14 * @param res_x_cpi CPI resolution for the X axis, 0 to 1275, -1 to keep the
16 * @param res_y_cpi CPI resolution for the Y axis, 0 to 1275, -1 to keep the
Dinput_pmw3610.h14 * @param res_cpi CPI resolution, 200 to 3200.
Dinput_paw32xx.h14 * @param res_cpi CPI resolution, 200 to 3200.
/Zephyr-latest/tests/drivers/build_all/input/
Dapp.overlay236 res-x-cpi = <0>;
237 res-y-cpi = <0>;
341 res-cpi = <800>;
/Zephyr-latest/drivers/input/
Dinput_pat912x.c329 "invalid res-x-cpi"); \
331 "invalid res-y-cpi"); \
Dinput_paw32xx.c447 RES_MIN, RES_MAX), "invalid res-cpi"); \
Dinput_pmw3610.c569 RES_MIN, RES_MAX), "invalid res-cpi"); \
/Zephyr-latest/tests/boards/intel_adsp/smoke/src/
Dcpus.c140 printk(" CPI = %d.%2.2d\n", dt / insns, ((1000 * dt) / insns) % 1000); in core_smoke()