Home
last modified time | relevance | path

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

/linux-6.14.4/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.c5725 mutex_lock(&hba->ee_ctrl_mutex); in ufshcd_write_ee_control()
5727 mutex_unlock(&hba->ee_ctrl_mutex); in ufshcd_write_ee_control()
5740 mutex_lock(&hba->ee_ctrl_mutex); in ufshcd_update_ee_control()
5750 mutex_unlock(&hba->ee_ctrl_mutex); in ufshcd_update_ee_control()
10516 mutex_init(&hba->ee_ctrl_mutex); in ufshcd_init()
/linux-6.14.4/include/ufs/
Dufshcd.h1040 struct mutex ee_ctrl_mutex; member