Searched refs:LOW_POWER (Results 1 – 3 of 3) sorted by relevance
99 #define LOW_POWER (1 << 4) macro555 (ac->pdata.low_power_mode ? LOW_POWER : 0)); in adxl34x_rate_store()847 (pdata->low_power_mode ? LOW_POWER : 0)); in adxl34x_probe()
4329 case LOW_POWER: in gen6_set_rps_thresholds()4336 new_power = LOW_POWER; in gen6_set_rps_thresholds()4348 new_power = LOW_POWER; in gen6_set_rps_thresholds()4356 case LOW_POWER: in gen6_set_rps_thresholds()
1155 enum { LOW_POWER, BETWEEN, HIGH_POWER } power; enumerator