Home
last modified time | relevance | path

Searched refs:sup_np (Results 1 – 2 of 2) sorted by relevance

/drivers/firmware/efi/
Dsysfb_efi.c328 struct device_node *sup_np; in efifb_add_links() local
330 sup_np = find_pci_overlap_node(); in efifb_add_links()
336 if (!sup_np) in efifb_add_links()
339 fwnode_link_add(fwnode, of_fwnode_handle(sup_np)); in efifb_add_links()
340 of_node_put(sup_np); in efifb_add_links()
/drivers/of/
Dproperty.c1068 struct device_node *sup_np) in of_link_to_phandle() argument
1070 struct device_node *tmp_np = of_node_get(sup_np); in of_link_to_phandle()
1087 fwnode_link_add(of_fwnode_handle(con_np), of_fwnode_handle(sup_np)); in of_link_to_phandle()