| /drivers/acpi/acpica/ |
| A D | nsalloc.c | 226 if (!child_node) { in acpi_ns_install_node() 232 child_node = child_node->peer; in acpi_ns_install_node() 235 child_node->peer = node; in acpi_ns_install_node() 345 child_node = acpi_ns_get_next_node(parent_node, child_node); in acpi_ns_delete_namespace_subtree() 346 if (child_node) { in acpi_ns_delete_namespace_subtree() 354 if (child_node->child) { in acpi_ns_delete_namespace_subtree() 361 child_node = NULL; in acpi_ns_delete_namespace_subtree() 429 child_node = NULL; in acpi_ns_delete_namespace_by_owner() 441 child_node = acpi_ns_get_next_node(parent_node, child_node); in acpi_ns_delete_namespace_by_owner() 449 if (child_node) { in acpi_ns_delete_namespace_by_owner() [all …]
|
| A D | nswalk.c | 37 *child_node) in acpi_ns_get_next_node() 41 if (!child_node) { in acpi_ns_get_next_node() 50 return (child_node->peer); in acpi_ns_get_next_node() 78 *child_node) in acpi_ns_get_next_node_typed() 195 child_type = child_node->type; in acpi_ns_walk_namespace() 283 if (child_node->child) { in acpi_ns_walk_namespace() 288 parent_node = child_node; in acpi_ns_walk_namespace() 289 child_node = in acpi_ns_walk_namespace() 304 child_node = acpi_ns_get_next_node(parent_node, child_node); in acpi_ns_walk_namespace() 305 if (child_node) { in acpi_ns_walk_namespace() [all …]
|
| A D | nsxfobj.c | 156 struct acpi_namespace_node *child_node = NULL; in ACPI_EXPORT_SYMBOL() local 184 child_node = acpi_ns_validate_handle(child); in ACPI_EXPORT_SYMBOL() 185 if (!child_node) { in ACPI_EXPORT_SYMBOL() 193 node = acpi_ns_get_next_node_typed(type, parent_node, child_node); in ACPI_EXPORT_SYMBOL()
|
| /drivers/leds/flash/ |
| A D | leds-sgm3140.c | 191 struct fwnode_handle *child_node; in sgm3140_probe() local 217 child_node = fwnode_get_next_available_child_node(pdev->dev.fwnode, in sgm3140_probe() 219 if (!child_node) { in sgm3140_probe() 225 ret = fwnode_property_read_u32(child_node, "flash-max-timeout-us", in sgm3140_probe() 252 init_data.fwnode = child_node; in sgm3140_probe() 269 child_node, in sgm3140_probe() 280 fwnode_handle_put(child_node); in sgm3140_probe()
|
| A D | leds-ktd2692.c | 242 struct device_node *child_node __free(device_node) = in ktd2692_parse_dt() 244 if (!child_node) { in ktd2692_parse_dt() 250 of_get_property(child_node, "label", NULL) ? : child_node->name; in ktd2692_parse_dt() 252 ret = of_property_read_u32(child_node, "led-max-microamp", in ktd2692_parse_dt() 259 ret = of_property_read_u32(child_node, "flash-max-microamp", in ktd2692_parse_dt() 266 ret = of_property_read_u32(child_node, "flash-max-timeout-us", in ktd2692_parse_dt()
|
| A D | leds-aat1290.c | 249 struct device_node *child_node __free(device_node) = in aat1290_led_parse_dt() 251 if (!child_node) { in aat1290_led_parse_dt() 256 ret = of_property_read_u32(child_node, "led-max-microamp", in aat1290_led_parse_dt() 266 ret = of_property_read_u32(child_node, "flash-max-microamp", in aat1290_led_parse_dt() 274 ret = of_property_read_u32(child_node, "flash-max-timeout-us", in aat1290_led_parse_dt() 282 *sub_node = child_node; in aat1290_led_parse_dt()
|
| A D | leds-max77693.c | 611 for_each_available_child_of_node_scoped(node, child_node) { in max77693_led_parse_dt() 612 prop = of_find_property(child_node, "led-sources", NULL); in max77693_led_parse_dt() 649 sub_nodes[fled_id] = of_node_get(child_node); in max77693_led_parse_dt() 653 of_get_property(child_node, "label", NULL) ? : in max77693_led_parse_dt() 654 child_node->name; in max77693_led_parse_dt() 656 ret = of_property_read_u32(child_node, "led-max-microamp", in max77693_led_parse_dt() 663 ret = of_property_read_u32(child_node, "flash-max-microamp", in max77693_led_parse_dt() 671 ret = of_property_read_u32(child_node, "flash-max-timeout-us", in max77693_led_parse_dt()
|
| /drivers/mmc/host/ |
| A D | cavium-thunderx.c | 62 struct device_node *child_node; in thunder_mmc_probe() local 132 for_each_child_of_node(node, child_node) { in thunder_mmc_probe() 139 if (of_device_is_compatible(child_node, "mmc-slot")) { in thunder_mmc_probe() 140 host->slot_pdev[i] = of_platform_device_create(child_node, NULL, in thunder_mmc_probe() 147 of_node_put(child_node); in thunder_mmc_probe()
|
| /drivers/leds/ |
| A D | leds-lp8864.c | 213 struct device_node *child_node; in lp8864_probe() local 221 child_node = of_get_next_available_child(np, NULL); in lp8864_probe() 222 if (!child_node) { in lp8864_probe() 261 init_data.fwnode = of_fwnode_handle(child_node); in lp8864_probe()
|
| A D | leds-lp8860.c | 284 struct device_node *child_node; in lp8860_probe() local 292 child_node = of_get_next_available_child(np, NULL); in lp8860_probe() 293 if (!child_node) in lp8860_probe() 334 init_data.fwnode = of_fwnode_handle(child_node); in lp8860_probe()
|
| /drivers/clk/ |
| A D | clk.c | 89 struct hlist_node child_node; member 1391 hlist_for_each_entry(core, &clk_root_list, child_node) in clk_restore_context() 2100 hlist_del(&core->child_node); in clk_reparent() 2114 hlist_add_head(&core->child_node, &clk_orphan_list); in clk_reparent() 3372 hlist_for_each_entry(c, *lists, child_node) in clk_summary_show() 3435 hlist_for_each_entry(c, *lists, child_node) { in clk_dump_show() 4010 hlist_add_head(&core->child_node, &clk_root_list); in __clk_core_init() 4092 hlist_del_init(&core->child_node); in __clk_core_init() 4562 hlist_for_each_entry(root, *lists, child_node) in clk_core_evict_parent_cache() 4607 child_node) in clk_unregister() [all …]
|
| /drivers/input/serio/ |
| A D | serio.c | 473 INIT_LIST_HEAD(&serio->child_node); in serio_init_port() 503 list_add_tail(&serio->child_node, &parent->children); in serio_add_port() 537 list_del_init(&serio->child_node); in serio_destroy_port() 585 struct serio, child_node); in serio_reconnect_subtree() 598 if (!list_is_last(&s->child_node, &parent->children)) { in serio_reconnect_subtree() 599 s = list_entry(s->child_node.next, in serio_reconnect_subtree() 600 struct serio, child_node); in serio_reconnect_subtree() 626 struct serio, child_node); in serio_disconnect_port() 692 list_for_each_entry_safe(s, next, &serio->children, child_node) { in serio_unregister_child_port()
|
| /drivers/pmdomain/ |
| A D | core.c | 473 list_for_each_entry(link, &genpd->child_links, child_node) { in _genpd_set_performance_state() 506 list_for_each_entry_continue(link, &genpd->child_links, child_node) in _genpd_set_performance_state() 1026 list_for_each_entry(link, &genpd->child_links, child_node) { in genpd_power_off() 1058 list_for_each_entry(link, &genpd->child_links, child_node) { in genpd_power_on() 1085 child_node) { in genpd_power_on() 1443 list_for_each_entry(link, &genpd->child_links, child_node) { in genpd_sync_power_off() 1474 list_for_each_entry(link, &genpd->child_links, child_node) { in genpd_sync_power_on() 1878 list_for_each_entry(link, &genpd->child_links, child_node) { in genpd_update_cpumask() 2182 list_add_tail(&link->child_node, &subdomain->child_links); in genpd_add_subdomain() 2241 list_del(&link->child_node); in pm_genpd_remove_subdomain() [all …]
|
| A D | governor.c | 312 list_for_each_entry(link, &genpd->child_links, child_node) { in _default_power_down_ok()
|
| /drivers/phy/ti/ |
| A D | phy-j721e-wiz.c | 1452 struct device_node *child_node; in wiz_probe() local 1474 child_node = of_get_child_by_name(node, "serdes"); in wiz_probe() 1475 if (!child_node) { in wiz_probe() 1480 ret = of_address_to_resource(child_node, 0, &res); in wiz_probe() 1618 serdes_pdev = of_platform_device_create(child_node, NULL, dev); in wiz_probe() 1626 of_node_put(child_node); in wiz_probe() 1637 of_node_put(child_node); in wiz_probe()
|
| /drivers/input/misc/ |
| A D | iqs7222.c | 1993 struct fwnode_handle *child_node, in iqs7222_gpio_select() argument 2005 if (!fwnode_property_present(child_node, "azoteq,gpio-select")) in iqs7222_gpio_select() 2008 count = fwnode_property_count_u32(child_node, "azoteq,gpio-select"); in iqs7222_gpio_select() 2011 fwnode_get_name(child_node)); in iqs7222_gpio_select() 2015 fwnode_get_name(child_node), count); in iqs7222_gpio_select() 2019 error = fwnode_property_read_u32_array(child_node, in iqs7222_gpio_select() 2024 fwnode_get_name(child_node), error); in iqs7222_gpio_select() 2033 fwnode_get_name(child_node), gpio_sel[i]); in iqs7222_gpio_select()
|
| /drivers/net/ethernet/altera/ |
| A D | altera_tse_main.c | 125 struct device_node *child_node = NULL; in altera_tse_mdio_create() local 129 for_each_child_of_node(priv->device->of_node, child_node) { in altera_tse_mdio_create() 130 if (of_device_is_compatible(child_node, "altr,tse-mdio")) { in altera_tse_mdio_create() 131 mdio_node = child_node; in altera_tse_mdio_create()
|