Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dfwnode.h214 void fwnode_links_purge(struct fwnode_handle *fwnode);
/openbmc/linux/drivers/of/
H A Ddynamic.c385 fwnode_links_purge(of_fwnode_handle(node)); in of_node_release()
/openbmc/linux/drivers/base/
H A Dcore.c166 * fwnode_links_purge - Delete all links connected to a fwnode_handle.
171 void fwnode_links_purge(struct fwnode_handle *fwnode) in fwnode_links_purge() function