/Linux-v5.4/drivers/base/power/ |
D | generic_ops.c | 22 const struct dev_pm_ops *pm = dev->driver ? dev->driver->pm : NULL; in pm_generic_runtime_suspend() 41 const struct dev_pm_ops *pm = dev->driver ? dev->driver->pm : NULL; in pm_generic_runtime_resume() 75 const struct dev_pm_ops *pm = dev->driver ? dev->driver->pm : NULL; in pm_generic_suspend_noirq() 87 const struct dev_pm_ops *pm = dev->driver ? dev->driver->pm : NULL; in pm_generic_suspend_late() 99 const struct dev_pm_ops *pm = dev->driver ? dev->driver->pm : NULL; in pm_generic_suspend() 111 const struct dev_pm_ops *pm = dev->driver ? dev->driver->pm : NULL; in pm_generic_freeze_noirq() 123 const struct dev_pm_ops *pm = dev->driver ? dev->driver->pm : NULL; in pm_generic_freeze_late() 135 const struct dev_pm_ops *pm = dev->driver ? dev->driver->pm : NULL; in pm_generic_freeze() 147 const struct dev_pm_ops *pm = dev->driver ? dev->driver->pm : NULL; in pm_generic_poweroff_noirq() 159 const struct dev_pm_ops *pm = dev->driver ? dev->driver->pm : NULL; in pm_generic_poweroff_late() [all …]
|
/Linux-v5.4/drivers/scsi/ |
D | scsi_pm.c | 23 static int do_scsi_suspend(struct device *dev, const struct dev_pm_ops *pm) in do_scsi_suspend() 28 static int do_scsi_freeze(struct device *dev, const struct dev_pm_ops *pm) in do_scsi_freeze() 33 static int do_scsi_poweroff(struct device *dev, const struct dev_pm_ops *pm) in do_scsi_poweroff() 38 static int do_scsi_resume(struct device *dev, const struct dev_pm_ops *pm) in do_scsi_resume() 43 static int do_scsi_thaw(struct device *dev, const struct dev_pm_ops *pm) in do_scsi_thaw() 48 static int do_scsi_restore(struct device *dev, const struct dev_pm_ops *pm) in do_scsi_restore() 54 int (*cb)(struct device *, const struct dev_pm_ops *)) in scsi_dev_type_suspend() argument 56 const struct dev_pm_ops *pm = dev->driver ? dev->driver->pm : NULL; in scsi_dev_type_suspend() 73 int (*cb)(struct device *, const struct dev_pm_ops *)) in scsi_dev_type_resume() argument 75 const struct dev_pm_ops *pm = dev->driver ? dev->driver->pm : NULL; in scsi_dev_type_resume() [all …]
|
/Linux-v5.4/drivers/mtd/nand/raw/brcmnand/ |
D | brcmnand.h | 13 struct dev_pm_ops; 64 extern const struct dev_pm_ops brcmnand_pm_ops;
|
/Linux-v5.4/drivers/spi/ |
D | spi-bcm-qspi.h | 45 struct dev_pm_ops; 102 extern const struct dev_pm_ops bcm_qspi_pm_ops;
|
/Linux-v5.4/drivers/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-v5.4/drivers/pci/ |
D | pci-driver.c | 752 const struct dev_pm_ops *pm = dev->driver ? dev->driver->pm : NULL; in pci_pm_suspend() 818 const struct dev_pm_ops *pm = dev->driver ? dev->driver->pm : NULL; in pci_pm_suspend_noirq() 959 const struct dev_pm_ops *pm = dev->driver ? dev->driver->pm : NULL; in pci_pm_resume() 1001 struct dev_pm_ops __weak pcibios_pm_ops; 1006 const struct dev_pm_ops *pm = dev->driver ? dev->driver->pm : NULL; in pci_pm_freeze() 1099 const struct dev_pm_ops *pm = dev->driver ? dev->driver->pm : NULL; in pci_pm_thaw() 1120 const struct dev_pm_ops *pm = dev->driver ? dev->driver->pm : NULL; in pci_pm_poweroff() 1231 const struct dev_pm_ops *pm = dev->driver ? dev->driver->pm : NULL; in pci_pm_restore() 1275 const struct dev_pm_ops *pm = dev->driver ? dev->driver->pm : NULL; in pci_pm_runtime_suspend() 1331 const struct dev_pm_ops *pm = dev->driver ? dev->driver->pm : NULL; in pci_pm_runtime_resume() [all …]
|
/Linux-v5.4/include/linux/ |
D | pm.h | 278 struct dev_pm_ops { struct 354 const struct dev_pm_ops name = { \ 372 const struct dev_pm_ops name = { \ 650 struct dev_pm_ops ops;
|
/Linux-v5.4/drivers/mmc/host/ |
D | dw_mmc-pltfm.h | 14 extern const struct dev_pm_ops dw_mci_pltfm_pmops;
|
/Linux-v5.4/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-v5.4/drivers/iio/gyro/ |
D | bmg160.h | 5 extern const struct dev_pm_ops bmg160_pm_ops;
|
/Linux-v5.4/drivers/input/touchscreen/ |
D | ad7879.h | 16 extern const struct dev_pm_ops ad7879_pm_ops;
|
/Linux-v5.4/drivers/iio/magnetometer/ |
D | bmc150_magn.h | 6 extern const struct dev_pm_ops bmc150_magn_pm_ops;
|
/Linux-v5.4/drivers/iio/common/hid-sensors/ |
D | hid-sensor-trigger.h | 12 extern const struct dev_pm_ops hid_sensor_pm_ops;
|
/Linux-v5.4/sound/soc/samsung/ |
D | s3c24xx_simtec.h | 14 extern const struct dev_pm_ops simtec_audio_pmops;
|
/Linux-v5.4/drivers/iio/light/ |
D | st_uvis25.h | 32 extern const struct dev_pm_ops st_uvis25_pm_ops;
|
/Linux-v5.4/drivers/net/ethernet/stmicro/stmmac/ |
D | stmmac_platform.h | 23 extern const struct dev_pm_ops stmmac_pltfr_pm_ops;
|
/Linux-v5.4/drivers/gnss/ |
D | serial.h | 33 extern const struct dev_pm_ops gnss_serial_pm_ops;
|
/Linux-v5.4/drivers/iio/humidity/ |
D | hts221.h | 44 extern const struct dev_pm_ops hts221_pm_ops;
|
/Linux-v5.4/drivers/staging/iio/addac/ |
D | adt7316.h | 26 extern const struct dev_pm_ops adt7316_pm_ops;
|
/Linux-v5.4/drivers/net/ethernet/samsung/sxgbe/ |
D | sxgbe_platform.c | 211 static const struct dev_pm_ops sxgbe_platform_pm_ops = { 219 static const struct dev_pm_ops sxgbe_platform_pm_ops;
|
/Linux-v5.4/sound/soc/codecs/ |
D | cs42l51-i2c.c | 37 static const struct dev_pm_ops cs42l51_pm_ops = {
|
D | wm8804.h | 65 extern const struct dev_pm_ops wm8804_pm;
|
/Linux-v5.4/drivers/hwmon/ |
D | adt7x10.h | 32 extern const struct dev_pm_ops adt7x10_dev_pm_ops;
|
/Linux-v5.4/drivers/mfd/ |
D | intel-lpss.h | 55 const struct dev_pm_ops name = { \
|