Home
last modified time | relevance | path

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

/linux-6.12.1/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), 0); in efifb_add_links()
340 of_node_put(sup_np); in efifb_add_links()
/linux-6.12.1/drivers/of/
Dproperty.c1064 struct device_node *sup_np, in of_link_to_phandle() argument
1067 struct device_node *tmp_np __free(device_node) = of_node_get(sup_np); in of_link_to_phandle()
1080 fwnode_link_add(of_fwnode_handle(con_np), of_fwnode_handle(sup_np), flags); in of_link_to_phandle()