Searched refs:MOTIONSENSE_SENSOR_FLAG_FLUSH (Results 1 – 2 of 2) sorted by relevance
55 if (sample->flag & MOTIONSENSE_SENSOR_FLAG_FLUSH) in cros_sensorhub_send_sample()402 (MOTIONSENSE_SENSOR_FLAG_ODR | MOTIONSENSE_SENSOR_FLAG_FLUSH); in cros_ec_sensor_ring_process_event()453 if (in->flags & MOTIONSENSE_SENSOR_FLAG_FLUSH) { in cros_ec_sensor_ring_process_event()576 if (batch_start->flag & MOTIONSENSE_SENSOR_FLAG_FLUSH) { in cros_ec_sensor_ring_spread_add()619 if (s->flag & MOTIONSENSE_SENSOR_FLAG_FLUSH) in cros_ec_sensor_ring_spread_add()
2473 #define MOTIONSENSE_SENSOR_FLAG_FLUSH BIT(0) macro