Searched refs:new_sensors (Results 1 – 1 of 1) sorted by relevance
156 uint32_t mask, sensors, active, new_sensors, changed; in control__activate() local172 new_sensors = (active & ~mask) | (sensors & mask); in control__activate()173 changed = active ^ new_sensors; in control__activate()190 ctl->active_sensors = new_sensors; in control__activate()304 uint32_t new_sensors = 0; in data__poll() local327 new_sensors |= SENSORS_ACCELERATION; in data__poll()336 new_sensors |= SENSORS_ORIENTATION; in data__poll()345 new_sensors |= SENSORS_MAGNETIC_FIELD; in data__poll()354 new_sensors |= SENSORS_TEMPERATURE; in data__poll()361 new_sensors |= SENSORS_PROXIMITY; in data__poll()[all …]