Home
last modified time | relevance | path

Searched refs:host_sem (Results 1 – 5 of 5) sorted by relevance

/linux-5.19.10/drivers/ufs/core/
Dufs-hwmon.c57 down(&hba->host_sem); in ufs_hwmon_read()
60 up(&hba->host_sem); in ufs_hwmon_read()
91 up(&hba->host_sem); in ufs_hwmon_read()
109 down(&hba->host_sem); in ufs_hwmon_write()
112 up(&hba->host_sem); in ufs_hwmon_write()
125 up(&hba->host_sem); in ufs_hwmon_write()
Dufs-debugfs.c69 __acquires(&hba->host_sem) in ufs_debugfs_get_user_access()
71 down(&hba->host_sem); in ufs_debugfs_get_user_access()
73 up(&hba->host_sem); in ufs_debugfs_get_user_access()
81 __releases(&hba->host_sem) in ufs_debugfs_put_user_access()
84 up(&hba->host_sem); in ufs_debugfs_put_user_access()
Dufs-sysfs.c164 down(&hba->host_sem); in auto_hibern8_show()
179 up(&hba->host_sem); in auto_hibern8_show()
200 down(&hba->host_sem); in auto_hibern8_store()
209 up(&hba->host_sem); in auto_hibern8_store()
243 down(&hba->host_sem); in wb_on_store()
253 up(&hba->host_sem); in wb_on_store()
531 down(&hba->host_sem); in ufs_sysfs_read_desc_param()
565 up(&hba->host_sem); in ufs_sysfs_read_desc_param()
920 down(&hba->host_sem); \
922 up(&hba->host_sem); \
[all …]
Dufshcd.c1567 down(&hba->host_sem); in ufshcd_clkscale_enable_store()
1595 up(&hba->host_sem); in ufshcd_clkscale_enable_store()
6224 down(&hba->host_sem); in ufshcd_err_handler()
6230 up(&hba->host_sem); in ufshcd_err_handler()
6399 up(&hba->host_sem); in ufshcd_err_handler()
8270 down(&hba->host_sem); in ufshcd_async_scan()
8273 up(&hba->host_sem); in ufshcd_async_scan()
9237 down(&hba->host_sem); in ufshcd_wl_suspend()
9245 up(&hba->host_sem); in ufshcd_wl_suspend()
9279 up(&hba->host_sem); in ufshcd_wl_resume()
[all …]
/linux-5.19.10/include/ufs/
Dufshcd.h894 struct semaphore host_sem; member