Home
last modified time | relevance | path

Searched refs:tchild (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/of/
H A Doverlay.c410 struct device_node *tchild; in add_changeset_node() local
420 if (!tchild) { in add_changeset_node()
422 if (!tchild) in add_changeset_node()
425 tchild->parent = target->np; in add_changeset_node()
428 if (!tchild->name) in add_changeset_node()
429 tchild->name = "<NULL>"; in add_changeset_node()
436 of_node_set_flag(tchild, OF_OVERLAY); in add_changeset_node()
442 target_child.np = tchild; in add_changeset_node()
446 of_node_put(tchild); in add_changeset_node()
453 target_child.np = tchild; in add_changeset_node()
[all …]