Lines Matching defs:supported
436 * platform but there is an opp-supported-hw value set for
440 if (of_find_property(np, "opp-supported-hw", NULL))
446 count = of_property_count_u32_elems(np, "opp-supported-hw");
448 dev_err(dev, "%s: Invalid opp-supported-hw property (%d)\n",
457 bool supported = true;
460 ret = of_property_read_u32_index(np, "opp-supported-hw",
463 dev_warn(dev, "%s: failed to read opp-supported-hw property at index %d: %d\n",
468 /* Check if the level is supported */
470 supported = false;
475 if (supported)
733 * OR if the OPP is not supported by hardware.
762 dev_dbg(dev, "OPP not supported by hardware: %lu\n",
867 dev_err(dev, "%s: no supported OPPs", __func__);
1101 * Returns -ENOENT if operating-points-v2 bindings aren't supported.