HomeSort by relevance Sort by last modified time
    Searched refs:pm_message_t (Results 1 - 25 of 41) sorted by null

1 2

  /external/kernel-headers/original/linux/
pm.h 142 } pm_message_t; typedef in typeref:struct:pm_message
159 * typedef struct pm_message_t { int event; int flags; } pm_message_t
172 pm_message_t power_state;
176 pm_message_t prev_state;
185 extern int device_power_down(pm_message_t state);
192 extern int device_suspend(pm_message_t state);
199 extern int dpm_runtime_suspend(struct device *, pm_message_t);
210 static inline int device_suspend(pm_message_t state)
218 static inline int dpm_runtime_suspend(struct device * dev, pm_message_t state
    [all...]
sysdev.h 35 int (*suspend)(struct sys_device *, pm_message_t state);
70 int (*suspend)(struct sys_device *, pm_message_t state);
platform_device.h 51 int (*suspend)(struct platform_device *, pm_message_t state);
  /bionic/libc/kernel/common/linux/
platform_device.h 31 int (*suspend)(struct platform_device *, pm_message_t state);
sysdev.h 24 int (*suspend)(struct sys_device *, pm_message_t state);
42 int (*suspend)(struct sys_device *, pm_message_t state);
  /ndk/build/platforms/android-3/arch-arm/usr/include/linux/
platform_device.h 31 int (*suspend)(struct platform_device *, pm_message_t state);
sysdev.h 24 int (*suspend)(struct sys_device *, pm_message_t state);
42 int (*suspend)(struct sys_device *, pm_message_t state);
  /ndk/build/platforms/android-4/arch-arm/usr/include/linux/
platform_device.h 31 int (*suspend)(struct platform_device *, pm_message_t state);
sysdev.h 24 int (*suspend)(struct sys_device *, pm_message_t state);
42 int (*suspend)(struct sys_device *, pm_message_t state);
  /ndk/build/platforms/android-5/arch-arm/usr/include/linux/
platform_device.h 31 int (*suspend)(struct platform_device *, pm_message_t state);
sysdev.h 24 int (*suspend)(struct sys_device *, pm_message_t state);
42 int (*suspend)(struct sys_device *, pm_message_t state);
  /ndk/build/platforms/android-5/arch-x86/usr/include/linux/
platform_device.h 31 int (*suspend)(struct platform_device *, pm_message_t state);
sysdev.h 24 int (*suspend)(struct sys_device *, pm_message_t state);
42 int (*suspend)(struct sys_device *, pm_message_t state);
  /ndk/build/platforms/android-8/arch-arm/usr/include/linux/
platform_device.h 31 int (*suspend)(struct platform_device *, pm_message_t state);
sysdev.h 24 int (*suspend)(struct sys_device *, pm_message_t state);
42 int (*suspend)(struct sys_device *, pm_message_t state);
  /ndk/build/platforms/android-8/arch-x86/usr/include/linux/
platform_device.h 31 int (*suspend)(struct platform_device *, pm_message_t state);
sysdev.h 24 int (*suspend)(struct sys_device *, pm_message_t state);
42 int (*suspend)(struct sys_device *, pm_message_t state);
  /bionic/libc/kernel/common/linux/mmc/
card.h 95 int (*suspend)(struct mmc_card *, pm_message_t);
  /external/kernel-headers/original/linux/mmc/
card.h 99 int (*suspend)(struct mmc_card *, pm_message_t);
host.h 129 extern int mmc_suspend_host(struct mmc_host *, pm_message_t);
  /ndk/build/platforms/android-3/arch-arm/usr/include/linux/mmc/
card.h 95 int (*suspend)(struct mmc_card *, pm_message_t);
  /ndk/build/platforms/android-4/arch-arm/usr/include/linux/mmc/
card.h 95 int (*suspend)(struct mmc_card *, pm_message_t);
  /ndk/build/platforms/android-5/arch-arm/usr/include/linux/mmc/
card.h 95 int (*suspend)(struct mmc_card *, pm_message_t);
  /ndk/build/platforms/android-5/arch-x86/usr/include/linux/mmc/
card.h 95 int (*suspend)(struct mmc_card *, pm_message_t);
  /ndk/build/platforms/android-8/arch-arm/usr/include/linux/mmc/
card.h 95 int (*suspend)(struct mmc_card *, pm_message_t);

Completed in 714 milliseconds

1 2