HomeSort by: relevance | last modified time | path
    Searched refs:opp_node (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/arm/ti/
ti_cpufreq.c 62 am33xx_opp_supported(const int opp_table, const int opp_node)
77 supported_hw = fdtbus_get_prop(opp_node, "opp-supported-hw", &len);
108 ti_opp_supported(const int opp_table, const int opp_node)
112 if (!of_hasprop(opp_node, "opp-supported-hw"))
115 return ti_opp_supportedfn ? ti_opp_supportedfn(opp_table, opp_node) : false;
  /src/sys/dev/fdt/
cpufreq_dt.c 385 cpufreq_dt_opp_v2_supported(const int opp_table, const int opp_node)
393 cpufreq_dt_node_supported(const struct fdt_opp_info *opp_info, const int opp_table, const int opp_node)
395 if (!fdtbus_status_okay(opp_node))
397 if (of_hasprop(opp_node, "opp-suspend"))
401 return opp_info->opp_supported(opp_table, opp_node);
414 int opp_node, len, i, index; local in function:cpufreq_dt_parse_opp_v2
431 for (opp_node = OF_child(opp_table); opp_node; opp_node = OF_peer(opp_node)) {
    [all...]

Completed in 121 milliseconds