HomeSort by relevance Sort by last modified time
    Searched defs:power_state (Results 1 - 9 of 9) sorted by null

  /hardware/invensense/65xx/libsensors_iio/software/core/mllite/linux/
inv_sysfs_utils.h 16 * @power_state: Power state (this is a five-star comment).
31 const char *power_state; member in struct:inv_sysfs_names_s
  /external/chromium_org/chrome/browser/chromeos/display/
display_preferences.cc 237 void StoreDisplayPowerState(DisplayPowerState power_state) {
239 DisplayPowerStateToStringMap::const_iterator iter = map->find(power_state);
247 ash::Shell::GetInstance()->output_configurator()->power_state());
285 chromeos::DisplayPowerState power_state; local
286 if (GetDisplayPowerStateFromString(value, &power_state)) {
288 power_state);
300 // Stores the given |power_state|.
301 void StoreDisplayPowerStateForTest(DisplayPowerState power_state) {
302 StoreDisplayPowerState(power_state);
  /external/chromium_org/chromeos/display/
output_configurator.h 248 DisplayPowerState power_state() const { return power_state_; } function in class:chromeos::OutputConfigurator
262 void SetInitialDisplayPower(DisplayPowerState power_state);
281 bool SetDisplayPower(DisplayPowerState power_state, int flags);
328 // Switches to the state specified in |output_state| and |power_state|.
336 DisplayPowerState power_state,
339 // Switches to the state specified in |output_state| and |power_state|.
343 DisplayPowerState power_state,
347 // while in |power_state|.
349 DisplayPowerState power_state) const;
  /external/kernel-headers/original/linux/
pm.h 172 pm_message_t power_state; member in struct:dev_pm_info
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
core.h 141 unsigned int power_state; /* power state */ member in struct:snd_card
165 return card->power_state;
170 card->power_state = state;
175 int snd_power_wait(struct snd_card *card, unsigned int power_state);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
core.h 141 unsigned int power_state; /* power state */ member in struct:snd_card
165 return card->power_state;
170 card->power_state = state;
175 int snd_power_wait(struct snd_card *card, unsigned int power_state);
  /hardware/invensense/60xx/libsensors_iio/
MPLSensor.h 278 char *power_state; member in struct:MPLSensor::sysfs_attrbs
  /external/libnfc-nci/src/nfa/int/
nfa_ee_int.h 223 tNFA_EE_PWR_STATE power_state; member in struct:__anon22471
421 void nfa_ee_get_tech_route (UINT8 power_state, UINT8 *p_handles);
  /hardware/invensense/65xx/libsensors_iio/
MPLSensor.h 429 char *power_state; member in struct:MPLSensor::sysfs_attrbs

Completed in 251 milliseconds