Searched refs:prevsib (Results 1 – 1 of 1) sorted by relevance
270 struct device_node *prevsib; in __of_detach_node() local271 for (prevsib = np->parent->child; in __of_detach_node()272 prevsib->sibling != np; in __of_detach_node()273 prevsib = prevsib->sibling) in __of_detach_node()275 prevsib->sibling = np->sibling; in __of_detach_node()
Completed in 4 milliseconds