Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dfwnode.h227 int fwnode_link_add(struct fwnode_handle *con, struct fwnode_handle *sup,
/linux-6.15/drivers/firmware/efi/
H A Dsysfb_efi.c340 fwnode_link_add(fwnode, of_fwnode_handle(sup_np), 0); in efifb_add_links()
/linux-6.15/drivers/of/
H A Dproperty.c1218 fwnode_link_add(of_fwnode_handle(con_np), of_fwnode_handle(sup_np), flags); in of_link_to_phandle()
/linux-6.15/drivers/base/
H A Dcore.c97 int fwnode_link_add(struct fwnode_handle *con, struct fwnode_handle *sup, in fwnode_link_add() function