Searched full:cpi (Results 1 – 11 of 11) sorted by relevance
/Zephyr-latest/dts/bindings/input/ |
D | pixart,pat912x.yaml | 29 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
|
D | pixart,paw32xx.yaml | 31 res-cpi: 34 CPI resolution for the sensor. This can also be changed in runtime using
|
D | pixart,pmw3610.yaml | 36 res-cpi: 39 CPI resolution for the sensor, range from 200 to 3200, rounded down to
|
/Zephyr-latest/include/zephyr/input/ |
D | input_pat912x.h | 14 * @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
|
D | input_pmw3610.h | 14 * @param res_cpi CPI resolution, 200 to 3200.
|
D | input_paw32xx.h | 14 * @param res_cpi CPI resolution, 200 to 3200.
|
/Zephyr-latest/tests/drivers/build_all/input/ |
D | app.overlay | 236 res-x-cpi = <0>; 237 res-y-cpi = <0>; 341 res-cpi = <800>;
|
/Zephyr-latest/drivers/input/ |
D | input_pat912x.c | 329 "invalid res-x-cpi"); \ 331 "invalid res-y-cpi"); \
|
D | input_paw32xx.c | 447 RES_MIN, RES_MAX), "invalid res-cpi"); \
|
D | input_pmw3610.c | 569 RES_MIN, RES_MAX), "invalid res-cpi"); \
|
/Zephyr-latest/tests/boards/intel_adsp/smoke/src/ |
D | cpus.c | 140 printk(" CPI = %d.%2.2d\n", dt / insns, ((1000 * dt) / insns) % 1000); in core_smoke()
|