Lines Matching defs:child
822 struct mvebu_pcie_port *port, struct device_node *child)
830 if (of_property_read_u32(child, "marvell,pcie-port", &port->port)) {
832 child);
836 if (of_property_read_u32(child, "marvell,pcie-lane", &port->lane))
846 port->devfn = of_pci_get_devfn(child);
866 reset_gpio = of_get_named_gpio_flags(child, "reset-gpios", 0, &flags);
884 child);
902 port->clk = of_clk_get_by_name(child, NULL);
1022 struct pci_bus *bus, *child;
1052 list_for_each_entry(child, &bus->children, node)
1053 pcie_bus_configure_settings(child);
1066 struct device_node *child;
1088 for_each_available_child_of_node(np, child) {
1091 ret = mvebu_pcie_parse_port(pcie, port, child);
1093 of_node_put(child);
1099 port->dn = child;
1107 child = port->dn;
1108 if (!child)
1115 port->base = mvebu_pcie_map_registers(pdev, child, port);