Home
last modified time | relevance | path

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

/openbmc/linux/drivers/ufs/core/
H A 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()
H A 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()
244 down(&hba->host_sem); in wb_on_store()
254 up(&hba->host_sem); in wb_on_store()
286 down(&hba->host_sem); in enable_wb_buf_flush_store()
297 up(&hba->host_sem); in enable_wb_buf_flush_store()
650 down(&hba->host_sem); in ufs_sysfs_read_desc_param()
684 up(&hba->host_sem); in ufs_sysfs_read_desc_param()
[all …]
H A 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()
H A Dufshcd.c1618 down(&hba->host_sem); in ufshcd_clkscale_enable_store()
1646 up(&hba->host_sem); in ufshcd_clkscale_enable_store()
6488 down(&hba->host_sem); in ufshcd_err_handler()
6494 up(&hba->host_sem); in ufshcd_err_handler()
6641 up(&hba->host_sem); in ufshcd_err_handler()
8949 down(&hba->host_sem); in ufshcd_async_scan()
8952 up(&hba->host_sem); in ufshcd_async_scan()
9982 down(&hba->host_sem); in ufshcd_wl_suspend()
9991 up(&hba->host_sem); in ufshcd_wl_suspend()
10026 up(&hba->host_sem); in ufshcd_wl_resume()
[all …]
/openbmc/linux/include/ufs/
H A Dufshcd.h990 struct semaphore host_sem; member