Searched refs:bus_vote (Results 1 – 2 of 2) sorted by relevance
603 host->bus_vote.saved_vote = vote; in ufs_qcom_update_bus_bw_vote()730 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()747 host->bus_vote.curr_vote = vote; in ufs_qcom_set_bus_vote()808 vote = host->bus_vote.saved_vote; in ufs_qcom_setup_clocks()809 if (vote == host->bus_vote.min_bw_vote) in ufs_qcom_setup_clocks()820 vote = host->bus_vote.min_bw_vote; in ufs_qcom_setup_clocks()840 host->bus_vote.is_max_bw_needed); in show_ufs_to_mem_max_bus_bw()852 host->bus_vote.is_max_bw_needed = !!value; in store_ufs_to_mem_max_bus_bw()873 host->bus_vote.min_bw_vote = ufs_qcom_get_bus_vote(host, "MIN"); in ufs_qcom_bus_register()[all …]
173 struct ufs_qcom_bus_vote bus_vote; member