Searched refs:freq_buckets (Results 1 – 1 of 1) sorted by relevance
56 static u32 *freq_buckets; variable115 freq_buckets[i]) { in show_stat_show()116 if (freq_entry->freq == freq_buckets[i]) { in show_stat_show()118 "%d ", freq_buckets[i]); in show_stat_show()156 if (freq == freq_buckets[i]) in freq_exists()344 lenf /= sizeof(*freq_buckets); in freq_buckets_init()345 freq_buckets = devm_kzalloc(dev, lenf * sizeof(*freq_buckets), in freq_buckets_init()347 if (!freq_buckets) in freq_buckets_init()350 ret = of_property_read_u32_array(node, FREQ_TBL, freq_buckets, in freq_buckets_init()353 devm_kfree(dev, freq_buckets); in freq_buckets_init()[all …]