Home
last modified time | relevance | path

Searched refs:LOW_POWER (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/input/misc/
Dadxl34x.c99 #define LOW_POWER (1 << 4) macro
555 (ac->pdata.low_power_mode ? LOW_POWER : 0)); in adxl34x_rate_store()
847 (pdata->low_power_mode ? LOW_POWER : 0)); in adxl34x_probe()
/linux-4.4.14/drivers/gpu/drm/i915/
Dintel_pm.c4315 case LOW_POWER: in gen6_set_rps_thresholds()
4322 new_power = LOW_POWER; in gen6_set_rps_thresholds()
4334 new_power = LOW_POWER; in gen6_set_rps_thresholds()
4342 case LOW_POWER: in gen6_set_rps_thresholds()
Di915_drv.h1149 enum { LOW_POWER, BETWEEN, HIGH_POWER } power; enumerator