Home
last modified time | relevance | path

Searched refs:req_dev_pwr_mode (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/drivers/scsi/ufs/
Dufshcd.c8516 enum ufs_dev_pwr_mode req_dev_pwr_mode; in ufshcd_suspend() local
8523 req_dev_pwr_mode = ufs_get_pm_lvl_to_dev_pwr_mode(pm_lvl); in ufshcd_suspend()
8526 req_dev_pwr_mode = UFS_POWERDOWN_PWR_MODE; in ufshcd_suspend()
8543 if (req_dev_pwr_mode == UFS_ACTIVE_PWR_MODE && in ufshcd_suspend()
8548 if ((req_dev_pwr_mode == hba->curr_dev_pwr_mode) && in ufshcd_suspend()
8585 if (req_dev_pwr_mode != hba->curr_dev_pwr_mode) { in ufshcd_suspend()
8593 ret = ufshcd_set_dev_pwr_mode(hba, req_dev_pwr_mode); in ufshcd_suspend()
/kernel/linux/patches/linux-5.10/hispark_taurus_patch/
Dhispark_taurus.patch53820 enum ufs_dev_pwr_mode req_dev_pwr_mode;
/kernel/linux/patches/linux-4.19/hispark_taurus_patch/
Dhispark_taurus.patch356028 enum ufs_dev_pwr_mode req_dev_pwr_mode;