// SPDX-License-Identifier: GPL-2.0-only /* * Copyright (c) 2016-2018, 2020-2021 The Linux Foundation. All rights reserved. * Copyright (C) 2013 Red Hat * Author: Rob Clark <robdclark@gmail.com>
*/
clk = devm_clk_get(&pdev->dev, name2); if (!IS_ERR(clk))
dev_warn(&pdev->dev, "Using legacy clk name binding. Use " "\"%s\" instead of \"%s\"\n", name, name2);
path = of_icc_get(dev, name); if (path) return path;
/* * If there are no interconnects attached to the corresponding device * node, of_icc_get() will return NULL. * * If the MDP5/DPU device node doesn't have interconnects, lookup the * path in the parent (MDSS) device.
*/ return of_icc_get(mdss_dev, name);
}
Messung V0.5
¤ Dauer der Verarbeitung: 0.23 Sekunden
(vorverarbeitet)
¤
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.