Home
last modified time | relevance | path

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

/linux-6.12.1/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.c5717 mutex_lock(&hba->ee_ctrl_mutex); in ufshcd_write_ee_control()
5719 mutex_unlock(&hba->ee_ctrl_mutex); in ufshcd_write_ee_control()
5732 mutex_lock(&hba->ee_ctrl_mutex); in ufshcd_update_ee_control()
5742 mutex_unlock(&hba->ee_ctrl_mutex); in ufshcd_update_ee_control()
10474 mutex_init(&hba->ee_ctrl_mutex); in ufshcd_init()
/linux-6.12.1/include/ufs/
Dufshcd.h1037 struct mutex ee_ctrl_mutex; member