| /Linux-v4.19/drivers/base/power/ |
| D | generic_ops.c | 24 const struct dev_pm_ops *pm = dev->driver ? dev->driver->pm : NULL; in pm_generic_runtime_suspend() 43 const struct dev_pm_ops *pm = dev->driver ? dev->driver->pm : NULL; in pm_generic_runtime_resume() 77 const struct dev_pm_ops *pm = dev->driver ? dev->driver->pm : NULL; in pm_generic_suspend_noirq() 89 const struct dev_pm_ops *pm = dev->driver ? dev->driver->pm : NULL; in pm_generic_suspend_late() 101 const struct dev_pm_ops *pm = dev->driver ? dev->driver->pm : NULL; in pm_generic_suspend() 113 const struct dev_pm_ops *pm = dev->driver ? dev->driver->pm : NULL; in pm_generic_freeze_noirq() 125 const struct dev_pm_ops *pm = dev->driver ? dev->driver->pm : NULL; in pm_generic_freeze_late() 137 const struct dev_pm_ops *pm = dev->driver ? dev->driver->pm : NULL; in pm_generic_freeze() 149 const struct dev_pm_ops *pm = dev->driver ? dev->driver->pm : NULL; in pm_generic_poweroff_noirq() 161 const struct dev_pm_ops *pm = dev->driver ? dev->driver->pm : NULL; in pm_generic_poweroff_late() [all …]
|
| /Linux-v4.19/drivers/scsi/ |
| D | scsi_pm.c | 21 static int do_scsi_suspend(struct device *dev, const struct dev_pm_ops *pm) in do_scsi_suspend() 26 static int do_scsi_freeze(struct device *dev, const struct dev_pm_ops *pm) in do_scsi_freeze() 31 static int do_scsi_poweroff(struct device *dev, const struct dev_pm_ops *pm) in do_scsi_poweroff() 36 static int do_scsi_resume(struct device *dev, const struct dev_pm_ops *pm) in do_scsi_resume() 41 static int do_scsi_thaw(struct device *dev, const struct dev_pm_ops *pm) in do_scsi_thaw() 46 static int do_scsi_restore(struct device *dev, const struct dev_pm_ops *pm) in do_scsi_restore() 52 int (*cb)(struct device *, const struct dev_pm_ops *)) in scsi_dev_type_suspend() argument 54 const struct dev_pm_ops *pm = dev->driver ? dev->driver->pm : NULL; in scsi_dev_type_suspend() 71 int (*cb)(struct device *, const struct dev_pm_ops *)) in scsi_dev_type_resume() argument 73 const struct dev_pm_ops *pm = dev->driver ? dev->driver->pm : NULL; in scsi_dev_type_resume() [all …]
|
| /Linux-v4.19/drivers/mtd/nand/raw/brcmnand/ |
| D | brcmnand.h | 21 struct dev_pm_ops; 72 extern const struct dev_pm_ops brcmnand_pm_ops;
|
| /Linux-v4.19/drivers/spi/ |
| D | spi-bcm-qspi.h | 56 struct dev_pm_ops; 113 extern const struct dev_pm_ops bcm_qspi_pm_ops;
|
| /Linux-v4.19/drivers/staging/greybus/ |
| D | bundle.c | 111 const struct dev_pm_ops *pm = dev->driver->pm; in gb_bundle_suspend() 138 const struct dev_pm_ops *pm = dev->driver->pm; in gb_bundle_resume() 165 static const struct dev_pm_ops gb_bundle_pm_ops = {
|
| /Linux-v4.19/drivers/pci/ |
| D | pci-driver.c | 735 const struct dev_pm_ops *pm = dev->driver ? dev->driver->pm : NULL; in pci_pm_suspend() 797 const struct dev_pm_ops *pm = dev->driver ? dev->driver->pm : NULL; in pci_pm_suspend_noirq() 902 const struct dev_pm_ops *pm = dev->driver ? dev->driver->pm : NULL; in pci_pm_resume() 944 struct dev_pm_ops __weak pcibios_pm_ops; 949 const struct dev_pm_ops *pm = dev->driver ? dev->driver->pm : NULL; in pci_pm_freeze() 1063 const struct dev_pm_ops *pm = dev->driver ? dev->driver->pm : NULL; in pci_pm_thaw() 1084 const struct dev_pm_ops *pm = dev->driver ? dev->driver->pm : NULL; in pci_pm_poweroff() 1195 const struct dev_pm_ops *pm = dev->driver ? dev->driver->pm : NULL; in pci_pm_restore() 1240 const struct dev_pm_ops *pm = dev->driver ? dev->driver->pm : NULL; in pci_pm_runtime_suspend() 1297 const struct dev_pm_ops *pm = dev->driver ? dev->driver->pm : NULL; in pci_pm_runtime_resume() [all …]
|
| /Linux-v4.19/include/linux/ |
| D | pm.h | 290 struct dev_pm_ops { struct 366 const struct dev_pm_ops name = { \ 384 const struct dev_pm_ops name = { \ 662 struct dev_pm_ops ops;
|
| /Linux-v4.19/drivers/mmc/host/ |
| D | dw_mmc-pltfm.h | 18 extern const struct dev_pm_ops dw_mci_pltfm_pmops;
|
| /Linux-v4.19/drivers/iio/accel/ |
| D | kxsd9.h | 13 extern const struct dev_pm_ops kxsd9_dev_pm_ops;
|
| D | bmc150-accel.h | 19 extern const struct dev_pm_ops bmc150_accel_pm_ops;
|
| /Linux-v4.19/drivers/iio/gyro/ |
| D | bmg160.h | 5 extern const struct dev_pm_ops bmg160_pm_ops;
|
| /Linux-v4.19/drivers/iio/magnetometer/ |
| D | bmc150_magn.h | 6 extern const struct dev_pm_ops bmc150_magn_pm_ops;
|
| /Linux-v4.19/drivers/input/touchscreen/ |
| D | ad7879.h | 17 extern const struct dev_pm_ops ad7879_pm_ops;
|
| /Linux-v4.19/drivers/iio/common/hid-sensors/ |
| D | hid-sensor-trigger.h | 25 extern const struct dev_pm_ops hid_sensor_pm_ops;
|
| /Linux-v4.19/drivers/iio/light/ |
| D | st_uvis25.h | 33 extern const struct dev_pm_ops st_uvis25_pm_ops;
|
| /Linux-v4.19/sound/soc/samsung/ |
| D | s3c24xx_simtec.h | 18 extern const struct dev_pm_ops simtec_audio_pmops;
|
| /Linux-v4.19/drivers/net/ethernet/stmicro/stmmac/ |
| D | stmmac_platform.h | 33 extern const struct dev_pm_ops stmmac_pltfr_pm_ops;
|
| /Linux-v4.19/drivers/crypto/ccree/ |
| D | cc_pm.h | 16 extern const struct dev_pm_ops ccree_pm;
|
| /Linux-v4.19/drivers/gnss/ |
| D | serial.h | 33 extern const struct dev_pm_ops gnss_serial_pm_ops;
|
| /Linux-v4.19/drivers/iio/humidity/ |
| D | hts221.h | 45 extern const struct dev_pm_ops hts221_pm_ops;
|
| /Linux-v4.19/drivers/staging/iio/addac/ |
| D | adt7316.h | 28 extern const struct dev_pm_ops adt7316_pm_ops;
|
| /Linux-v4.19/drivers/mfd/ |
| D | madera.h | 19 extern const struct dev_pm_ops madera_pm_ops;
|
| D | intel-lpss.h | 56 const struct dev_pm_ops name = { \
|
| /Linux-v4.19/drivers/hwmon/ |
| D | adt7x10.h | 32 extern const struct dev_pm_ops adt7x10_dev_pm_ops;
|
| /Linux-v4.19/drivers/net/ethernet/samsung/sxgbe/ |
| D | sxgbe_platform.c | 216 static const struct dev_pm_ops sxgbe_platform_pm_ops = { 224 static const struct dev_pm_ops sxgbe_platform_pm_ops;
|