Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/of/
Dproperty.c1096 struct device_node *sup_np) in of_link_to_phandle() argument
1099 struct device_node *tmp_np = sup_np; in of_link_to_phandle()
1105 sup_np = of_get_compat_node(sup_np); in of_link_to_phandle()
1106 if (!sup_np) { in of_link_to_phandle()
1117 if (of_is_ancestor_of(con_np, sup_np)) { in of_link_to_phandle()
1119 con_np, sup_np); in of_link_to_phandle()
1120 of_node_put(sup_np); in of_link_to_phandle()
1128 sup_dev = get_dev_from_fwnode(&sup_np->fwnode); in of_link_to_phandle()
1130 (of_node_check_flag(sup_np, OF_POPULATED) || in of_link_to_phandle()
1131 sup_np->fwnode.flags & FWNODE_FLAG_NOT_DEVICE)) { in of_link_to_phandle()
[all …]
/Linux-v5.15/drivers/firmware/efi/
Dsysfb_efi.c314 struct device_node *sup_np; in efifb_add_links() local
316 sup_np = find_pci_overlap_node(); in efifb_add_links()
322 if (!sup_np) in efifb_add_links()
325 fwnode_link_add(fwnode, of_fwnode_handle(sup_np)); in efifb_add_links()
326 of_node_put(sup_np); in efifb_add_links()