Home | History | Annotate | Download | only in linux

Lines Matching refs:device

41  * Device types... these are passed to pm_register
46 #define PM_SYS_DEV ((__force pm_dev_t) 1) /* system device (fan, KB controller, ...) */
47 #define PM_PCI_DEV ((__force pm_dev_t) 2) /* PCI device */
48 #define PM_USB_DEV ((__force pm_dev_t) 3) /* USB device */
49 #define PM_SCSI_DEV ((__force pm_dev_t) 4) /* SCSI device */
50 #define PM_ISA_DEV ((__force pm_dev_t) 5) /* ISA device */
51 #define PM_MTD_DEV ((__force pm_dev_t) 6) /* Memory Technology Device */
54 * System device hardware ID (PnP) values
68 * Device identifier
80 * Dynamic device information
135 * Device power management
138 struct device;
178 struct device * pm_parent;
183 extern void device_pm_set_parent(struct device * dev, struct device * parent);
199 extern int dpm_runtime_suspend(struct device *, pm_message_t);
200 extern void dpm_runtime_resume(struct device *);
218 static inline int dpm_runtime_suspend(struct device * dev, pm_message_t state)
223 static inline void dpm_runtime_resume(struct device * dev)