Lines Matching refs:supported
449 * platform but there is an opp-supported-hw value set for
453 if (of_find_property(np, "opp-supported-hw", NULL)) {
460 count = of_property_count_u32_elems(np, "opp-supported-hw");
462 dev_err(dev, "%s: Invalid opp-supported-hw property (%d)\n", __func__, count);
470 bool supported = true;
473 ret = of_property_read_u32_index(np, "opp-supported-hw", i * levels + j, &val);
475 dev_warn(dev, "%s: failed to read opp-supported-hw property at index %d: %d\n", __func__,
480 /* Check if the level is supported */
482 supported = false;
487 if (supported) {
744 * OR if the OPP is not supported by hardware.
773 dev_dbg(dev, "OPP not supported by hardware: %lu\n", new_opp->rate);
882 dev_err(dev, "%s: no supported OPPs", __func__);
1121 * Returns -ENOENT if operating-points-v2 bindings aren't supported.