Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/scsi/ufs/
Dufs-debugfs.c56 __acquires(&hba->host_sem) in ufs_debugfs_get_user_access()
58 down(&hba->host_sem); in ufs_debugfs_get_user_access()
60 up(&hba->host_sem); in ufs_debugfs_get_user_access()
68 __releases(&hba->host_sem) in ufs_debugfs_put_user_access()
71 up(&hba->host_sem); in ufs_debugfs_put_user_access()
Dufs-sysfs.c163 down(&hba->host_sem); in auto_hibern8_show()
178 up(&hba->host_sem); in auto_hibern8_show()
199 down(&hba->host_sem); in auto_hibern8_store()
208 up(&hba->host_sem); in auto_hibern8_store()
242 down(&hba->host_sem); in wb_on_store()
252 up(&hba->host_sem); in wb_on_store()
530 down(&hba->host_sem); in ufs_sysfs_read_desc_param()
564 up(&hba->host_sem); in ufs_sysfs_read_desc_param()
919 down(&hba->host_sem); \
921 up(&hba->host_sem); \
[all …]
Dufshcd.c1528 down(&hba->host_sem); in ufshcd_clkscale_enable_store()
1556 up(&hba->host_sem); in ufshcd_clkscale_enable_store()
6046 down(&hba->host_sem); in ufshcd_err_handler()
6052 up(&hba->host_sem); in ufshcd_err_handler()
6203 up(&hba->host_sem); in ufshcd_err_handler()
8124 down(&hba->host_sem); in ufshcd_async_scan()
8127 up(&hba->host_sem); in ufshcd_async_scan()
9096 down(&hba->host_sem); in ufshcd_wl_suspend()
9104 up(&hba->host_sem); in ufshcd_wl_suspend()
9138 up(&hba->host_sem); in ufshcd_wl_resume()
[all …]
Dufshcd.h846 struct semaphore host_sem; member