Home
last modified time | relevance | path

Searched refs:has_y_sensors (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/input/touchscreen/
H A Dbu21013_ts.c192 bool has_x_sensors, has_y_sensors; in bu21013_do_touch_report() local
200 has_y_sensors = hweight32(((buf[1] & BU21013_SENSORS_EN_8_15) | in bu21013_do_touch_report()
202 if (!has_x_sensors || !has_y_sensors) in bu21013_do_touch_report()
/kernel/linux/linux-6.6/drivers/input/touchscreen/
H A Dbu21013_ts.c192 bool has_x_sensors, has_y_sensors; in bu21013_do_touch_report() local
200 has_y_sensors = hweight32(((buf[1] & BU21013_SENSORS_EN_8_15) | in bu21013_do_touch_report()
202 if (!has_x_sensors || !has_y_sensors) in bu21013_do_touch_report()

Completed in 2 milliseconds