Searched refs:sample_size (Results 1 – 1 of 1) sorted by relevance
472 INT sample_size; in _gx_touch_driver_generic_resistive_raw_read() local480 sample_size = touch -> gx_resistive_touch_sample_size; in _gx_touch_driver_generic_resistive_raw_read()493 while(loop < sample_size) in _gx_touch_driver_generic_resistive_raw_read()528 for (loop = 0; loop < sample_size; loop++) in _gx_touch_driver_generic_resistive_raw_read()533 ret_val->gx_point_x = (GX_VALUE) (delta_x / sample_size); in _gx_touch_driver_generic_resistive_raw_read()534 ret_val->gx_point_y = (GX_VALUE) (delta_y / sample_size); in _gx_touch_driver_generic_resistive_raw_read()