Home
last modified time | relevance | path

Searched refs:supported_hw (Results 1 – 10 of 10) sorted by relevance

/openbmc/linux/drivers/cpufreq/
H A Dimx-cpufreq-dt.c86 u32 cell_value, supported_hw[2]; in imx_cpufreq_dt_probe() local
151 supported_hw[0] = BIT(speed_grade); in imx_cpufreq_dt_probe()
152 supported_hw[1] = BIT(mkt_segment); in imx_cpufreq_dt_probe()
154 speed_grade, mkt_segment, supported_hw[0], supported_hw[1]); in imx_cpufreq_dt_probe()
156 cpufreq_opp_token = dev_pm_opp_set_supported_hw(cpu_dev, supported_hw, 2); in imx_cpufreq_dt_probe()
H A Dqcom-cpufreq-nvmem.c284 .supported_hw = NULL, in qcom_cpufreq_probe()
294 config.supported_hw = &drv->versions; in qcom_cpufreq_probe()
306 if (config.supported_hw || config.genpd_names) { in qcom_cpufreq_probe()
H A Dsti-cpufreq.c162 .supported_hw = version, in sti_cpufreq_set_opp_info()
H A Dti-cpufreq.c367 .supported_hw = version, in ti_cpufreq_probe()
/openbmc/linux/drivers/soc/tegra/
H A Dcommon.c129 config.supported_hw = &hw_version; in devm_tegra_core_dev_init_opp_table()
133 config.supported_hw = &hw_version; in devm_tegra_core_dev_init_opp_table()
147 if (!config.supported_hw) in devm_tegra_core_dev_init_opp_table()
/openbmc/linux/include/linux/
H A Dpm_opp.h88 const unsigned int *supported_hw; member
554 .supported_hw = versions, in dev_pm_opp_set_supported_hw()
571 .supported_hw = versions, in devm_pm_opp_set_supported_hw()
/openbmc/linux/drivers/opp/
H A Dcore.c2082 if (opp_table->supported_hw) in _opp_set_supported_hw()
2085 opp_table->supported_hw = kmemdup(versions, count * sizeof(*versions), in _opp_set_supported_hw()
2087 if (!opp_table->supported_hw) in _opp_set_supported_hw()
2105 if (opp_table->supported_hw) { in _opp_put_supported_hw()
2106 kfree(opp_table->supported_hw); in _opp_put_supported_hw()
2107 opp_table->supported_hw = NULL; in _opp_put_supported_hw()
2601 if (config->supported_hw) { in dev_pm_opp_set_config()
2602 ret = _opp_set_supported_hw(opp_table, config->supported_hw, in dev_pm_opp_set_config()
H A Dopp.h220 unsigned int *supported_hw; member
H A Dof.c544 if (!opp_table->supported_hw) { in _opp_is_supported()
580 if (!(val & opp_table->supported_hw[j])) { in _opp_is_supported()
/openbmc/linux/drivers/devfreq/
H A Dtegra30-devfreq.c844 .supported_hw = &hw_version, in tegra_devfreq_probe()