Searched refs:of_get_next_available_child (Results 1 – 19 of 19) sorted by relevance
| /linux/include/linux/ |
| H A D | of.h | 295 extern struct device_node *of_get_next_available_child( 577 static inline struct device_node *of_get_next_available_child( in of_get_next_available_child() function 1569 for (child = of_get_next_available_child(parent, NULL); child != NULL; \ 1570 child = of_get_next_available_child(parent, child)) 1577 of_get_next_available_child(parent, NULL); \ 1579 child = of_get_next_available_child(parent, child))
|
| /linux/drivers/net/dsa/hirschmann/ |
| H A D | hellcreek_ptp.c | 319 led = of_get_next_available_child(leds, led); in hellcreek_led_setup() 345 led = of_get_next_available_child(leds, led); in hellcreek_led_setup()
|
| /linux/drivers/opp/ |
| H A D | of.c | 156 of_get_next_available_child(opp_np, NULL); in _opp_table_alloc_required_tables() 360 of_get_next_available_child(opp_table->np, NULL); in lazy_link_required_opp_table() 428 of_get_next_available_child(opp_np, NULL); in _bandwidth_supported() 1396 of_get_next_available_child(opp_np, NULL); in dev_pm_opp_of_has_required_opp()
|
| /linux/drivers/gpu/drm/display/ |
| H A D | drm_dp_aux_bus.c | 272 np = of_get_next_available_child(bus, NULL); in of_dp_aux_populate_bus()
|
| /linux/drivers/i2c/busses/ |
| H A D | i2c-sun6i-p2wi.c | 220 childnp = of_get_next_available_child(np, NULL); in p2wi_probe()
|
| /linux/drivers/pci/controller/dwc/ |
| H A D | pcie-stm32.c | 214 root_port = of_get_next_available_child(dev->of_node, NULL); in stm32_pcie_parse_port()
|
| H A D | pcie-spacemit-k1.c | 259 root_port = of_get_next_available_child(dev_of_node(dev), NULL); in k1_pcie_parse_port()
|
| /linux/drivers/usb/common/ |
| H A D | ulpi.c | 193 child = of_get_next_available_child(np, NULL); in ulpi_of_register()
|
| /linux/drivers/mtd/spi-nor/controllers/ |
| H A D | nxp-spifi.c | 418 flash_np = of_get_next_available_child(pdev->dev.of_node, NULL); in nxp_spifi_probe()
|
| /linux/drivers/leds/flash/ |
| H A D | leds-aat1290.c | 250 of_get_next_available_child(dev_of_node(dev), NULL); in aat1290_led_parse_dt()
|
| /linux/drivers/pci/pwrctrl/ |
| H A D | pci-pwrctrl-tc9563.c | 649 of_get_next_available_child(child, NULL); in tc9563_pwrctrl_probe()
|
| /linux/drivers/mailbox/ |
| H A D | omap-mailbox.c | 511 child = of_get_next_available_child(node, child); in omap_mbox_probe()
|
| /linux/drivers/virtio/ |
| H A D | virtio.c | 505 np = of_get_next_available_child(pnode, NULL); in virtio_device_of_init()
|
| /linux/drivers/of/ |
| H A D | base.c | 791 struct device_node *of_get_next_available_child(const struct device_node *node, in of_get_next_available_child() function 796 EXPORT_SYMBOL(of_get_next_available_child);
|
| H A D | property.c | 1147 return of_fwnode_handle(of_get_next_available_child(to_of_node(fwnode), in of_fwnode_get_next_child_node()
|
| /linux/drivers/phy/qualcomm/ |
| H A D | phy-qcom-qmp-usb-legacy.c | 1278 np = of_get_next_available_child(dev->of_node, NULL); in qmp_usb_legacy_probe()
|
| H A D | phy-qcom-qmp-ufs.c | 2362 np = of_get_next_available_child(dev->of_node, NULL); in qmp_ufs_probe()
|
| H A D | phy-qcom-qmp-usb.c | 2412 np = of_get_next_available_child(dev->of_node, NULL); in qmp_usb_probe()
|
| H A D | phy-qcom-qmp-pcie.c | 6323 np = of_get_next_available_child(dev->of_node, NULL); in qmp_pcie_probe()
|