Home
last modified time | relevance | path

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

/linux-5.19.10/include/linux/
Dfwnode.h199 int fwnode_link_add(struct fwnode_handle *con, struct fwnode_handle *sup);
/linux-5.19.10/drivers/firmware/efi/
Dsysfb_efi.c323 fwnode_link_add(fwnode, of_fwnode_handle(sup_np)); in efifb_add_links()
/linux-5.19.10/drivers/of/
Dproperty.c1168 fwnode_link_add(of_fwnode_handle(con_np), of_fwnode_handle(sup_np)); in of_link_to_phandle()
/linux-5.19.10/drivers/base/
Dcore.c75 int fwnode_link_add(struct fwnode_handle *con, struct fwnode_handle *sup) in fwnode_link_add() function