Searched refs:of_match_bus (Results 1 - 3 of 3) sorted by relevance

/linux-master/arch/sparc/kernel/
H A Dof_device_32.c177 static struct of_bus *of_match_bus(struct device_node *np) function
259 bus = of_match_bus(p_op->dev.of_node);
309 pbus = of_match_bus(pp);
H A Dof_device_64.c231 static struct of_bus *of_match_bus(struct device_node *np) function
329 bus = of_match_bus(p_op->dev.of_node);
386 pbus = of_match_bus(pp);
432 bus = of_match_bus(pp);
/linux-master/drivers/of/
H A Daddress.c379 static struct of_bus *of_match_bus(struct device_node *np) function
510 bus = of_match_bus(parent);
554 pbus = of_match_bus(parent);
699 bus = of_match_bus(parent);
765 parser->bus = of_match_bus(node);

Completed in 109 milliseconds