Home
last modified time | relevance | path

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

/GUIX-v6.4.1/common/src/
Dgx_touch_driver_generic_resistive.c475 USHORT (*read_function)(GX_VALUE axis); in _gx_touch_driver_generic_resistive_raw_read() local
478 read_function = touch -> gx_resistive_touch_sample_read; in _gx_touch_driver_generic_resistive_raw_read()
495 samples[loop].gx_point_x = (GX_VALUE) read_function(GX_TOUCH_X_AXIS); in _gx_touch_driver_generic_resistive_raw_read()
496 samples[loop].gx_point_y = (GX_VALUE) read_function(GX_TOUCH_Y_AXIS); in _gx_touch_driver_generic_resistive_raw_read()