Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/input/touchscreen/
Dbu21013_ts.c195 bool has_x_sensors, has_y_sensors; in bu21013_do_touch_report() local
205 has_x_sensors = hweight32(buf[0] & BU21013_SENSORS_EN_0_7); in bu21013_do_touch_report()
208 if (!has_x_sensors || !has_y_sensors) in bu21013_do_touch_report()