Home
last modified time | relevance | path

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

/linux/drivers/of/
H A Ddynamic.c271 struct device_node *prevsib; in __of_detach_node() local
272 for (prevsib = np->parent->child; in __of_detach_node()
273 prevsib->sibling != np; in __of_detach_node()
274 prevsib = prevsib->sibling) in __of_detach_node()
276 prevsib->sibling = np->sibling; in __of_detach_node()