| /OK3568_Linux_fs/kernel/drivers/gpu/drm/sti/ |
| H A D | sti_drv.c | 244 child_np = of_get_next_available_child(node, NULL); in sti_platform_probe() 249 child_np = of_get_next_available_child(node, child_np); in sti_platform_probe()
|
| /OK3568_Linux_fs/kernel/drivers/leds/ |
| H A D | leds-spi-byte.c | 94 child = of_get_next_available_child(dev_of_node(dev), NULL); in spi_byte_probe()
|
| H A D | leds-ktd2692.c | 310 child_node = of_get_next_available_child(np, NULL); in ktd2692_parse_dt()
|
| H A D | leds-lp8860.c | 391 child_node = of_get_next_available_child(np, NULL); in lp8860_probe()
|
| H A D | leds-aat1290.c | 251 child_node = of_get_next_available_child(dev_of_node(dev), NULL); in aat1290_led_parse_dt()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | of.h | 290 extern struct device_node *of_get_next_available_child( 646 static inline struct device_node *of_get_next_available_child( in of_get_next_available_child() function 1278 for (child = of_get_next_available_child(parent, NULL); child != NULL; \ 1279 child = of_get_next_available_child(parent, child))
|
| /OK3568_Linux_fs/kernel/drivers/bus/ |
| H A D | tegra-gmi.c | 95 child = of_get_next_available_child(gmi->dev->of_node, NULL); in tegra_gmi_parse_dt()
|
| /OK3568_Linux_fs/kernel/drivers/usb/common/ |
| H A D | ulpi.c | 194 child = of_get_next_available_child(np, NULL); in ulpi_of_register()
|
| /OK3568_Linux_fs/kernel/drivers/usb/chipidea/ |
| H A D | ci_hdrc_msm.c | 247 phy_node = of_get_next_available_child(ulpi_node, NULL); in ci_hdrc_msm_probe()
|
| /OK3568_Linux_fs/kernel/drivers/i2c/busses/ |
| H A D | i2c-sun6i-p2wi.c | 221 childnp = of_get_next_available_child(np, NULL); in p2wi_probe()
|
| /OK3568_Linux_fs/kernel/drivers/opp/ |
| H A D | of.c | 162 np = of_get_next_available_child(opp_np, NULL); in _opp_table_alloc_required_tables() 348 np = of_get_next_available_child(opp_np, NULL); in _bandwidth_supported()
|
| /OK3568_Linux_fs/kernel/drivers/mtd/spi-nor/controllers/ |
| H A D | nxp-spifi.c | 434 flash_np = of_get_next_available_child(pdev->dev.of_node, NULL); in nxp_spifi_probe()
|
| /OK3568_Linux_fs/kernel/drivers/of/ |
| H A D | base.c | 751 struct device_node *of_get_next_available_child(const struct device_node *node, in of_get_next_available_child() function 772 EXPORT_SYMBOL(of_get_next_available_child);
|
| H A D | property.c | 924 return of_fwnode_handle(of_get_next_available_child(to_of_node(fwnode), in of_fwnode_get_next_child_node()
|
| /OK3568_Linux_fs/kernel/android/ |
| H A D | abi_gki_aarch64_hikey960 | 815 of_get_next_available_child
|
| H A D | abi_gki_aarch64_vivo | 1033 of_get_next_available_child
|
| H A D | abi_gki_aarch64_generic | 1251 of_get_next_available_child
|
| H A D | abi_gki_aarch64_db845c | 392 of_get_next_available_child
|
| H A D | abi_gki_aarch64_exynos | 1314 of_get_next_available_child
|
| H A D | abi_gki_aarch64_imx | 631 of_get_next_available_child
|
| H A D | abi_gki_aarch64_qcom | 1593 of_get_next_available_child
|
| H A D | abi_gki_aarch64_mtk | 1398 of_get_next_available_child
|
| /OK3568_Linux_fs/kernel/drivers/mailbox/ |
| H A D | omap-mailbox.c | 744 child = of_get_next_available_child(node, child); in omap_mbox_probe()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/sun4i/ |
| H A D | sun4i_tcon.c | 912 ep = of_get_next_available_child(port, NULL); in sun4i_tcon_find_engine_traverse()
|
| /OK3568_Linux_fs/kernel/drivers/soc/qcom/ |
| H A D | cpr.c | 1093 child_np = of_get_next_available_child(desc_np, child_np); in cpr_get_opp_hz_for_req()
|