Searched refs:sup_np (Results 1 – 2 of 2) sorted by relevance
1079 struct device_node *sup_np) in of_link_to_phandle() argument1082 struct device_node *tmp_np = sup_np; in of_link_to_phandle()1084 of_node_get(sup_np); in of_link_to_phandle()1089 while (sup_np) { in of_link_to_phandle()1092 if (!of_device_is_available(sup_np)) { in of_link_to_phandle()1093 of_node_put(sup_np); in of_link_to_phandle()1094 sup_np = NULL; in of_link_to_phandle()1097 if (of_find_property(sup_np, "compatible", NULL)) in of_link_to_phandle()1100 sup_np = of_get_next_parent(sup_np); in of_link_to_phandle()1103 if (!sup_np) { in of_link_to_phandle()[all …]
322 struct device_node *sup_np; in efifb_add_links() local324 sup_np = find_pci_overlap_node(); in efifb_add_links()330 if (!sup_np) in efifb_add_links()333 fwnode_link_add(fwnode, of_fwnode_handle(sup_np)); in efifb_add_links()334 of_node_put(sup_np); in efifb_add_links()