Searched refs:arb_dev_freq (Results 1 – 1 of 1) sorted by relevance
1074 struct kbase_arbiter_freq *arb_dev_freq = in get_arb_gpu_clk_rate() local1077 mutex_lock(&arb_dev_freq->arb_freq_lock); in get_arb_gpu_clk_rate()1079 freq = arb_dev_freq->arb_freq * KHZ_TO_HZ; in get_arb_gpu_clk_rate()1080 mutex_unlock(&arb_dev_freq->arb_freq_lock); in get_arb_gpu_clk_rate()1099 struct kbase_arbiter_freq *arb_dev_freq = in arb_gpu_clk_notifier_register() local1102 if (!arb_dev_freq->nb) in arb_gpu_clk_notifier_register()1103 arb_dev_freq->nb = nb; in arb_gpu_clk_notifier_register()1123 struct kbase_arbiter_freq *arb_dev_freq = in arb_gpu_clk_notifier_unregister() local1125 if (arb_dev_freq->nb == nb) { in arb_gpu_clk_notifier_unregister()1126 arb_dev_freq->nb = NULL; in arb_gpu_clk_notifier_unregister()