Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/of/
Dproperty.c1127 struct device_node *sup_np) in of_link_to_phandle() argument
1130 struct device_node *tmp_np = sup_np; in of_link_to_phandle()
1136 sup_np = of_get_compat_node(sup_np); in of_link_to_phandle()
1137 if (!sup_np) { in of_link_to_phandle()
1148 if (of_is_ancestor_of(con_np, sup_np)) { in of_link_to_phandle()
1150 con_np, sup_np); in of_link_to_phandle()
1151 of_node_put(sup_np); in of_link_to_phandle()
1159 sup_dev = get_dev_from_fwnode(&sup_np->fwnode); in of_link_to_phandle()
1161 (of_node_check_flag(sup_np, OF_POPULATED) || in of_link_to_phandle()
1162 sup_np->fwnode.flags & FWNODE_FLAG_NOT_DEVICE)) { in of_link_to_phandle()
[all …]
/linux-6.1.9/drivers/firmware/efi/
Dsysfb_efi.c312 struct device_node *sup_np; in efifb_add_links() local
314 sup_np = find_pci_overlap_node(); in efifb_add_links()
320 if (!sup_np) in efifb_add_links()
323 fwnode_link_add(fwnode, of_fwnode_handle(sup_np)); in efifb_add_links()
324 of_node_put(sup_np); in efifb_add_links()