Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/ufs/
Dufs-qcom.c722 if (host->bus_vote.is_max_bw_needed && !!strcmp(speed_mode, "MIN")) in ufs_qcom_get_bus_vote()
766 if (vote != host->bus_vote.curr_vote) { in ufs_qcom_set_bus_vote()
768 host->bus_vote.client_handle, vote); in ufs_qcom_set_bus_vote()
772 __func__, host->bus_vote.client_handle, in ufs_qcom_set_bus_vote()
777 host->bus_vote.curr_vote = vote; in ufs_qcom_set_bus_vote()
800 host->bus_vote.saved_vote = vote; in ufs_qcom_update_bus_bw_vote()
812 host->bus_vote.is_max_bw_needed); in show_ufs_to_mem_max_bus_bw()
824 host->bus_vote.is_max_bw_needed = !!value; in store_ufs_to_mem_max_bus_bw()
853 host->bus_vote.client_handle = msm_bus_scale_register_client(bus_pdata); in ufs_qcom_bus_register()
854 if (!host->bus_vote.client_handle) { in ufs_qcom_bus_register()
[all …]
Dufs-qcom.h228 struct ufs_qcom_bus_vote bus_vote; member