Home
last modified time | relevance | path

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

/linux/Documentation/translations/zh_CN/devicetree/
H A Dof_unittest.rst188 为了分离一个节点,of_detach_node()要么将给定节点的父节点的子节点指针更新为其同级节
/linux/drivers/bus/
H A Dstm32_firewall.c283 of_detach_node(child); in stm32_firewall_populate_bus()
/linux/Documentation/devicetree/
H A Dof_unittest.rst220 of_detach_node() to detach the nodes from the live device tree.
222 To detach a node, of_detach_node() either updates the child pointer of given
/linux/drivers/of/
H A Ddynamic.c290 * of_detach_node() - "Unplug" a node from the device tree.
293 int of_detach_node(struct device_node *np) in of_detach_node() function
308 EXPORT_SYMBOL_GPL(of_detach_node);
/linux/arch/powerpc/platforms/pseries/
H A Dreconfig.c79 of_detach_node(np); in pSeries_reconfig_remove_node()
H A Ddlpar.c257 rc = of_detach_node(dn); in dlpar_detach_node()
/linux/drivers/pci/hotplug/
H A Dpnv_php.c165 of_detach_node(dn); in pnv_php_detach_device_nodes()
/linux/include/linux/
H A Dof.h436 extern int of_detach_node(struct device_node *);