Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/ufs/core/
Dufs-debugfs.c113 mutex_lock(&hba->ee_ctrl_mutex); in ufs_debugfs_exception_event()
122 mutex_unlock(&hba->ee_ctrl_mutex); in ufs_debugfs_exception_event()
Dufshcd.c5476 mutex_lock(&hba->ee_ctrl_mutex); in ufshcd_write_ee_control()
5478 mutex_unlock(&hba->ee_ctrl_mutex); in ufshcd_write_ee_control()
5491 mutex_lock(&hba->ee_ctrl_mutex); in ufshcd_update_ee_control()
5501 mutex_unlock(&hba->ee_ctrl_mutex); in ufshcd_update_ee_control()
9774 mutex_init(&hba->ee_ctrl_mutex); in ufshcd_init()
/linux-6.1.9/include/ufs/
Dufshcd.h902 struct mutex ee_ctrl_mutex; member