Home
last modified time | relevance | path

Searched refs:dev_pm_ops (Results 1 – 25 of 1224) sorted by relevance

12345678910>>...49

/linux/drivers/scsi/
H A Dscsi_pm.c22 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()
32 static int do_scsi_poweroff(struct device *dev, const struct dev_pm_ops *pm) in do_scsi_poweroff()
37 static int do_scsi_resume(struct device *dev, const struct dev_pm_ops *pm) in do_scsi_resume()
42 static int do_scsi_thaw(struct device *dev, const struct dev_pm_ops *pm) in do_scsi_thaw()
47 static int do_scsi_restore(struct device *dev, const struct dev_pm_ops *pm) in do_scsi_restore()
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
[all …]
/linux/include/linux/
H A Dpm.h288 struct dev_pm_ops { struct
374 const struct dev_pm_ops name = { \
380 const struct dev_pm_ops name; \
382 const struct dev_pm_ops name
385 static __maybe_unused const struct dev_pm_ops __static_##name
438 const struct dev_pm_ops __maybe_unused name = { \
459 const struct dev_pm_ops __maybe_unused name = { \
469 const struct dev_pm_ops name = { \
752 struct dev_pm_ops ops;
/linux/drivers/pci/
H A Dpci-driver.c740 const struct dev_pm_ops *pm = dev->driver ? dev->driver->pm : NULL; in pci_pm_prepare()
813 const struct dev_pm_ops *pm = dev->driver ? dev->driver->pm : NULL; in pci_pm_suspend()
884 const struct dev_pm_ops *pm = dev->driver ? dev->driver->pm : NULL; in pci_pm_suspend_noirq()
979 const struct dev_pm_ops *pm = dev->driver ? dev->driver->pm : NULL; in pci_pm_resume_noirq()
1021 const struct dev_pm_ops *pm = dev->driver ? dev->driver->pm : NULL; in pci_pm_resume()
1063 const struct dev_pm_ops *pm = dev->driver ? dev->driver->pm : NULL; in pci_pm_freeze()
1101 const struct dev_pm_ops *pm = dev->driver ? dev->driver->pm : NULL; in pci_pm_freeze_noirq()
1126 const struct dev_pm_ops *pm = dev->driver ? dev->driver->pm : NULL; in pci_pm_thaw_noirq()
1152 const struct dev_pm_ops *pm = dev->driver ? dev->driver->pm : NULL; in pci_pm_thaw()
1171 const struct dev_pm_ops *pm = dev->driver ? dev->driver->pm : NULL; in pci_pm_poweroff()
[all …]
/linux/drivers/mfd/
H A Dcs42l43.h14 struct dev_pm_ops;
20 extern const struct dev_pm_ops cs42l43_pm_ops;
H A Dsec-core.h15 extern const struct dev_pm_ops sec_pmic_pm_ops;
/linux/drivers/spi/
H A Dspi-bcm-qspi.h45 struct dev_pm_ops;
102 extern const struct dev_pm_ops bcm_qspi_pm_ops;
/linux/drivers/greybus/
H A Dbundle.c111 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/drivers/mtd/nand/raw/brcmnand/
H A Dbrcmnand.h13 struct dev_pm_ops;
95 extern const struct dev_pm_ops brcmnand_pm_ops;
/linux/drivers/hwmon/
H A Dltc2947.h8 extern const struct dev_pm_ops ltc2947_pm_ops;
H A Dadt7x10.h23 extern const struct dev_pm_ops adt7x10_dev_pm_ops;
/linux/drivers/iio/chemical/
H A Dens160.h8 extern const struct dev_pm_ops ens160_pm_ops;
/linux/drivers/net/ethernet/samsung/sxgbe/
H A Dsxgbe_platform.c208 static const struct dev_pm_ops sxgbe_platform_pm_ops = {
216 static const struct dev_pm_ops sxgbe_platform_pm_ops;
/linux/drivers/net/wireless/ralink/rt2x00/
H A Drt2x00pci.h25 extern const struct dev_pm_ops rt2x00pci_pm_ops;
/linux/drivers/mmc/host/
H A Ddw_mmc-pltfm.h14 extern const struct dev_pm_ops dw_mci_pltfm_pmops;
/linux/sound/soc/sof/
H A Dsof-acpi-dev.h12 extern const struct dev_pm_ops sof_acpi_pm;
H A Dsof-pci-dev.h12 extern const struct dev_pm_ops sof_pci_pm;
H A Dsof-of-dev.h19 extern const struct dev_pm_ops sof_of_pm;
/linux/drivers/iio/accel/
H A Dkxsd9.h13 extern const struct dev_pm_ops kxsd9_dev_pm_ops;
H A Dfxls8962af.h20 extern const struct dev_pm_ops fxls8962af_pm_ops;
/linux/drivers/iio/gyro/
H A Dbmg160.h5 extern const struct dev_pm_ops bmg160_pm_ops;
/linux/drivers/iio/magnetometer/
H A Dbmc150_magn.h6 extern const struct dev_pm_ops bmc150_magn_pm_ops;
/linux/drivers/iio/light/
H A Dst_uvis25.h32 extern const struct dev_pm_ops st_uvis25_pm_ops;
/linux/drivers/crypto/ccree/
H A Dcc_pm.h16 extern const struct dev_pm_ops ccree_pm;
/linux/drivers/input/touchscreen/
H A Dad7879.h19 extern const struct dev_pm_ops ad7879_pm_ops;
/linux/drivers/iio/pressure/
H A Dmpl115.h24 extern const struct dev_pm_ops mpl115_dev_pm_ops;

12345678910>>...49