Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/platform/chrome/
Dcros_ec_sensorhub_ring.c52 if (sample->flag & MOTIONSENSE_SENSOR_FLAG_FLUSH) in cros_sensorhub_send_sample()
398 (MOTIONSENSE_SENSOR_FLAG_ODR | MOTIONSENSE_SENSOR_FLAG_FLUSH); in cros_ec_sensor_ring_process_event()
444 if (in->flags & MOTIONSENSE_SENSOR_FLAG_FLUSH) { in cros_ec_sensor_ring_process_event()
561 if (batch_start->flag & MOTIONSENSE_SENSOR_FLAG_FLUSH) { in cros_ec_sensor_ring_spread_add()
604 if (s->flag & MOTIONSENSE_SENSOR_FLAG_FLUSH) in cros_ec_sensor_ring_spread_add()
/Linux-v5.10/include/linux/platform_data/
Dcros_ec_commands.h2457 #define MOTIONSENSE_SENSOR_FLAG_FLUSH BIT(0) macro