Lines Matching defs:child
224 struct device_node *child;
226 for_each_available_child_of_node(of_node, child) {
235 ret = of_property_read_u32(child, "fsl,audmux-port", &port);
237 dev_warn(&pdev->dev, "Failed to get fsl,audmux-port of child node \"%pOF\"\n",
238 child);
241 if (!of_property_read_bool(child, "fsl,port-config")) {
242 dev_warn(&pdev->dev, "child node \"%pOF\" does not have property fsl,port-config\n",
243 child);
247 for (i = 0; (ret = of_property_read_u32_index(child,
261 dev_err(&pdev->dev, "Failed to read u32 at index %d of child %pOF\n",
262 i, child);
268 dev_err(&pdev->dev, "One pdcr value is missing in child node %pOF\n",
269 child);