Lines Matching refs:nopp
79 ssize_t nopp; member
114 for (n = 0; n < sc->nopp; n++) { in cpufreq_dt_find_opp()
289 if (*count < sc->nopp) { in cpufreq_dt_settings()
290 *count = (int)sc->nopp; in cpufreq_dt_settings()
294 for (n = 0; n < sc->nopp; n++) in cpufreq_dt_settings()
297 *count = (int)sc->nopp; in cpufreq_dt_settings()
354 sc->nopp = OF_getencprop_alloc_multi(node, "operating-points", in cpufreq_dt_oppv1_parse()
356 if (sc->nopp == -1) in cpufreq_dt_oppv1_parse()
362 sc->opp = malloc(sizeof(*sc->opp) * sc->nopp, M_DEVBUF, M_WAITOK); in cpufreq_dt_oppv1_parse()
364 for (n = 0; n < sc->nopp; n++) { in cpufreq_dt_oppv1_parse()
410 sc->nopp += 1; in cpufreq_dt_oppv2_parse()
412 sc->opp = malloc(sizeof(*sc->opp) * sc->nopp, M_DEVBUF, M_WAITOK); in cpufreq_dt_oppv2_parse()