Searched refs:sup_np (Results 1 – 2 of 2) sorted by relevance
1127 struct device_node *sup_np) in of_link_to_phandle() argument1130 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 …]
312 struct device_node *sup_np; in efifb_add_links() local314 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()