Home
last modified time | relevance | path

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

/openbmc/linux/drivers/ufs/core/
H A Dufshcd.c9365 bool check_for_bkops) in ufshcd_link_state_transition() argument
9388 (!check_for_bkops || !hba->auto_bkops_enabled)) { in ufshcd_link_state_transition()
9516 bool check_for_bkops; in __ufshcd_wl_suspend() local
9626 check_for_bkops = !ufshcd_is_ufs_dev_deepsleep(hba); in __ufshcd_wl_suspend()
9627 ret = ufshcd_link_state_transition(hba, req_link_state, check_for_bkops); in __ufshcd_wl_suspend()