Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dfwnode.h211 int fwnode_link_add(struct fwnode_handle *con, struct fwnode_handle *sup);
/openbmc/linux/drivers/firmware/efi/
H A Dsysfb_efi.c339 fwnode_link_add(fwnode, of_fwnode_handle(sup_np)); in efifb_add_links()
/openbmc/linux/drivers/of/
H A Dproperty.c1087 fwnode_link_add(of_fwnode_handle(con_np), of_fwnode_handle(sup_np)); in of_link_to_phandle()
/openbmc/linux/drivers/base/
H A Dcore.c96 int fwnode_link_add(struct fwnode_handle *con, struct fwnode_handle *sup) in fwnode_link_add() function