/linux-6.3-rc2/drivers/base/power/ |
A 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-6.3-rc2/drivers/scsi/ |
A D | scsi_pm.c | 22 static int do_scsi_suspend(struct device *dev, const struct dev_pm_ops *pm) in do_scsi_suspend() 27 static int do_scsi_freeze(struct device *dev, const struct dev_pm_ops *pm) in do_scsi_freeze() 42 static int do_scsi_thaw(struct device *dev, const struct dev_pm_ops *pm) in do_scsi_thaw() 53 int (*cb)(struct device *, const struct dev_pm_ops *)) in scsi_dev_type_suspend() argument 55 const struct dev_pm_ops *pm = dev->driver ? dev->driver->pm : NULL; in scsi_dev_type_suspend() 70 int (*cb)(struct device *, const struct dev_pm_ops *)) in scsi_bus_suspend_common() argument 79 int (*cb)(struct device *, const struct dev_pm_ops *)) in scsi_bus_resume_common() argument 81 const struct dev_pm_ops *pm = dev->driver ? dev->driver->pm : NULL; in scsi_bus_resume_common() 147 const struct dev_pm_ops *pm = dev->driver ? dev->driver->pm : NULL; in sdev_runtime_suspend() 177 const struct dev_pm_ops *pm = dev->driver ? dev->driver->pm : NULL; in sdev_runtime_resume() [all …]
|
/linux-6.3-rc2/include/linux/ |
A D | pm.h | 286 struct dev_pm_ops { struct 372 const struct dev_pm_ops name = { \ 379 const struct dev_pm_ops name; \ 381 const struct dev_pm_ops name 386 static __maybe_unused const struct dev_pm_ops __static_##name 425 const struct dev_pm_ops __maybe_unused name = { \ 446 const struct dev_pm_ops __maybe_unused name = { \ 719 struct dev_pm_ops ops;
|
/linux-6.3-rc2/drivers/pci/ |
A D | pci-driver.c | 704 const struct dev_pm_ops *pm = dev->driver ? dev->driver->pm : NULL; in pci_pm_prepare() 773 const struct dev_pm_ops *pm = dev->driver ? dev->driver->pm : NULL; in pci_pm_suspend() 845 const struct dev_pm_ops *pm = dev->driver ? dev->driver->pm : NULL; in pci_pm_suspend_noirq() 940 const struct dev_pm_ops *pm = dev->driver ? dev->driver->pm : NULL; in pci_pm_resume_noirq() 982 const struct dev_pm_ops *pm = dev->driver ? dev->driver->pm : NULL; in pci_pm_resume() 1024 const struct dev_pm_ops *pm = dev->driver ? dev->driver->pm : NULL; in pci_pm_freeze() 1060 const struct dev_pm_ops *pm = dev->driver ? dev->driver->pm : NULL; in pci_pm_freeze_noirq() 1085 const struct dev_pm_ops *pm = dev->driver ? dev->driver->pm : NULL; in pci_pm_thaw_noirq() 1111 const struct dev_pm_ops *pm = dev->driver ? dev->driver->pm : NULL; in pci_pm_thaw() 1132 const struct dev_pm_ops *pm = dev->driver ? dev->driver->pm : NULL; in pci_pm_poweroff() [all …]
|
/linux-6.3-rc2/drivers/spi/ |
A D | spi-bcm-qspi.h | 45 struct dev_pm_ops; 102 extern const struct dev_pm_ops bcm_qspi_pm_ops;
|
/linux-6.3-rc2/drivers/mtd/nand/raw/brcmnand/ |
A D | brcmnand.h | 13 struct dev_pm_ops; 93 extern const struct dev_pm_ops brcmnand_pm_ops;
|
/linux-6.3-rc2/drivers/greybus/ |
A 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-6.3-rc2/drivers/hwmon/ |
A D | ltc2947.h | 8 extern const struct dev_pm_ops ltc2947_pm_ops;
|
A D | adt7x10.h | 23 extern const struct dev_pm_ops adt7x10_dev_pm_ops;
|
/linux-6.3-rc2/drivers/mmc/host/ |
A D | dw_mmc-pltfm.h | 14 extern const struct dev_pm_ops dw_mci_pltfm_pmops;
|
/linux-6.3-rc2/drivers/net/wireless/ralink/rt2x00/ |
A D | rt2x00pci.h | 25 extern const struct dev_pm_ops rt2x00pci_pm_ops;
|
/linux-6.3-rc2/sound/soc/sof/ |
A D | sof-acpi-dev.h | 12 extern const struct dev_pm_ops sof_acpi_pm;
|
A D | sof-pci-dev.h | 12 extern const struct dev_pm_ops sof_pci_pm;
|
A D | sof-of-dev.h | 19 extern const struct dev_pm_ops sof_of_pm;
|
/linux-6.3-rc2/drivers/iio/accel/ |
A D | kxsd9.h | 13 extern const struct dev_pm_ops kxsd9_dev_pm_ops;
|
A D | fxls8962af.h | 19 extern const struct dev_pm_ops fxls8962af_pm_ops;
|
A D | bmi088-accel.h | 19 extern const struct dev_pm_ops bmi088_accel_pm_ops;
|
/linux-6.3-rc2/drivers/iio/gyro/ |
A D | bmg160.h | 5 extern const struct dev_pm_ops bmg160_pm_ops;
|
/linux-6.3-rc2/drivers/input/touchscreen/ |
A D | ad7879.h | 16 extern const struct dev_pm_ops ad7879_pm_ops;
|
/linux-6.3-rc2/drivers/iio/magnetometer/ |
A D | bmc150_magn.h | 6 extern const struct dev_pm_ops bmc150_magn_pm_ops;
|
/linux-6.3-rc2/drivers/crypto/ccree/ |
A D | cc_pm.h | 16 extern const struct dev_pm_ops ccree_pm;
|
/linux-6.3-rc2/drivers/iio/pressure/ |
A D | mpl115.h | 24 extern const struct dev_pm_ops mpl115_dev_pm_ops;
|
/linux-6.3-rc2/drivers/iio/common/hid-sensors/ |
A D | hid-sensor-trigger.h | 15 extern const struct dev_pm_ops hid_sensor_pm_ops;
|
/linux-6.3-rc2/drivers/iio/light/ |
A D | st_uvis25.h | 37 extern const struct dev_pm_ops st_uvis25_pm_ops;
|
/linux-6.3-rc2/drivers/input/misc/ |
A D | adxl34x.h | 28 extern const struct dev_pm_ops adxl34x_pm;
|