has_x_sensors     192 drivers/input/touchscreen/bu21013_ts.c 	bool has_x_sensors, has_y_sensors;
has_x_sensors     199 drivers/input/touchscreen/bu21013_ts.c 	has_x_sensors = hweight32(buf[0] & BU21013_SENSORS_EN_0_7);
has_x_sensors     202 drivers/input/touchscreen/bu21013_ts.c 	if (!has_x_sensors || !has_y_sensors)