Searched refs:pm_op (Results 1 – 6 of 6) sorted by relevance
| /Linux-v5.15/drivers/base/power/ |
| D | main.c | 346 static pm_callback_t pm_op(const struct dev_pm_ops *ops, pm_message_t state) in pm_op() function 930 callback = pm_op(&dev->pm_domain->ops, state); in device_resume() 936 callback = pm_op(dev->type->pm, state); in device_resume() 942 callback = pm_op(dev->class->pm, state); in device_resume() 949 callback = pm_op(dev->bus->pm, state); in device_resume() 960 callback = pm_op(dev->driver->pm, state); in device_resume() 1652 callback = pm_op(&dev->pm_domain->ops, state); in __device_suspend() 1658 callback = pm_op(dev->type->pm, state); in __device_suspend() 1664 callback = pm_op(dev->class->pm, state); in __device_suspend() 1671 callback = pm_op(dev->bus->pm, state); in __device_suspend() [all …]
|
| /Linux-v5.15/drivers/scsi/ufs/ |
| D | ufs-hisi.c | 399 static int ufs_hisi_suspend(struct ufs_hba *hba, enum ufs_pm_op pm_op) in ufs_hisi_suspend() argument 403 if (pm_op == UFS_RUNTIME_PM) in ufs_hisi_suspend() 421 static int ufs_hisi_resume(struct ufs_hba *hba, enum ufs_pm_op pm_op) in ufs_hisi_resume() argument
|
| D | ufs-mediatek.c | 935 static int ufs_mtk_suspend(struct ufs_hba *hba, enum ufs_pm_op pm_op) in ufs_mtk_suspend() argument 972 static int ufs_mtk_resume(struct ufs_hba *hba, enum ufs_pm_op pm_op) in ufs_mtk_resume() argument
|
| D | ufs-qcom.c | 592 static int ufs_qcom_suspend(struct ufs_hba *hba, enum ufs_pm_op pm_op) in ufs_qcom_suspend() argument 616 static int ufs_qcom_resume(struct ufs_hba *hba, enum ufs_pm_op pm_op) in ufs_qcom_resume() argument
|
| D | ufshcd.c | 5924 enum ufs_pm_op pm_op; in ufshcd_err_handling_prepare() local 5940 pm_op = hba->is_sys_suspended ? UFS_SYSTEM_PM : UFS_RUNTIME_PM; in ufshcd_err_handling_prepare() 5941 ufshcd_vops_resume(hba, pm_op); in ufshcd_err_handling_prepare() 8806 static int __ufshcd_wl_suspend(struct ufs_hba *hba, enum ufs_pm_op pm_op) in __ufshcd_wl_suspend() argument 8815 if (pm_op != UFS_SHUTDOWN_PM) { in __ufshcd_wl_suspend() 8816 pm_lvl = pm_op == UFS_RUNTIME_PM ? in __ufshcd_wl_suspend() 8852 if (pm_op == UFS_RUNTIME_PM) { in __ufshcd_wl_suspend() 8882 if (pm_op != UFS_RUNTIME_PM) in __ufshcd_wl_suspend() 8908 ret = ufshcd_vops_suspend(hba, pm_op); in __ufshcd_wl_suspend() 8957 static int __ufshcd_wl_resume(struct ufs_hba *hba, enum ufs_pm_op pm_op) in __ufshcd_wl_resume() argument [all …]
|
| D | ufs-exynos.c | 1179 static int exynos_ufs_suspend(struct ufs_hba *hba, enum ufs_pm_op pm_op) in exynos_ufs_suspend() argument 1189 static int exynos_ufs_resume(struct ufs_hba *hba, enum ufs_pm_op pm_op) in exynos_ufs_resume() argument
|