for (i = 0; i < ARRAY_SIZE(comp->clk); i++) {
comp->clk[i] = of_clk_get(node, i); if (IS_ERR(comp->clk[i])) {
ret = dev_err_probe(dev, PTR_ERR(comp->clk[i]), "Failed to get clock\n"); goto put_dev;
}
/* Only RDMA needs two clocks */ if (comp->type != MTK_MDP_RDMA) break;
}
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.