Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/input/mouse/
Delan_i2c_core.c255 u8 hw_x_res, hw_y_res; in elan_query_device_parameters() local
269 error = data->ops->get_resolution(data->client, &hw_x_res, &hw_y_res); in elan_query_device_parameters()
273 data->x_res = elan_convert_resolution(hw_x_res); in elan_query_device_parameters()