Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/platform/chrome/
Dcros_ec_sensorhub_ring.c55 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()
/linux-5.19.10/include/linux/platform_data/
Dcros_ec_commands.h2473 #define MOTIONSENSE_SENSOR_FLAG_FLUSH BIT(0) macro