Searched defs:volt_table (Results 1 - 4 of 4) sorted by relevance

/drivers/cpufreq/
H A Dexynos-cpufreq.c46 unsigned int *volt_table = exynos_info->volt_table; local
83 safe_arm_volt = volt_table[exynos_info->pll_safe_idx];
85 arm_volt = volt_table[index];
H A Dexynos-cpufreq.h49 unsigned int *volt_table; member in struct:exynos_dvfs_info
/drivers/regulator/
H A Dbcm590xx-regulator.c152 const unsigned int *volt_table; member in struct:bcm590xx_info
161 .volt_table = _table, \
403 pmu->desc[i].volt_table = info->volt_table;
H A Dti-abb-regulator.c48 * volt_table list. (selector is used to index from this array)
318 * regulator descriptor's volt_table)
372 __func__, desc->volt_table[sel], sel,
513 unsigned int *volt_table; local
541 volt_table = devm_kzalloc(dev, sizeof(unsigned int) * num_entries,
543 if (!volt_table)
547 abb->rdesc.volt_table = volt_table;
551 for (i = 0; i < num_entries; i++, info++, volt_table++) {
557 volt_table);
[all...]

Completed in 865 milliseconds