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

  /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...]
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 43 milliseconds