Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/
Dfwnode.h211 int fwnode_link_add(struct fwnode_handle *con, struct fwnode_handle *sup);
/Linux-v6.6/drivers/firmware/efi/
Dsysfb_efi.c339 fwnode_link_add(fwnode, of_fwnode_handle(sup_np)); in efifb_add_links()
/Linux-v6.6/drivers/of/
Dproperty.c1115 fwnode_link_add(of_fwnode_handle(con_np), of_fwnode_handle(sup_np)); in of_link_to_phandle()
/Linux-v6.6/drivers/base/
Dcore.c94 int fwnode_link_add(struct fwnode_handle *con, struct fwnode_handle *sup) in fwnode_link_add() function