Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/ufs/
Dufs-qcom.c702 if (host->bus_vote.is_max_bw_needed && !!strcmp(speed_mode, "MIN")) in ufs_qcom_get_bus_vote()
746 if (vote != host->bus_vote.curr_vote) { in ufs_qcom_set_bus_vote()
748 host->bus_vote.client_handle, vote); in ufs_qcom_set_bus_vote()
752 __func__, host->bus_vote.client_handle, in ufs_qcom_set_bus_vote()
757 host->bus_vote.curr_vote = vote; in ufs_qcom_set_bus_vote()
780 host->bus_vote.saved_vote = vote; in ufs_qcom_update_bus_bw_vote()
792 host->bus_vote.is_max_bw_needed); in show_ufs_to_mem_max_bus_bw()
804 host->bus_vote.is_max_bw_needed = !!value; in store_ufs_to_mem_max_bus_bw()
833 host->bus_vote.client_handle = msm_bus_scale_register_client(bus_pdata); in ufs_qcom_bus_register()
834 if (!host->bus_vote.client_handle) { in ufs_qcom_bus_register()
[all …]
Dufs-qcom.h225 struct ufs_qcom_bus_vote bus_vote; member