Searched refs:sup_np (Results 1 – 2 of 2) sorted by relevance
1061 struct device_node *sup_np) in of_link_to_phandle() argument1064 struct device_node *tmp_np = sup_np; in of_link_to_phandle()1066 of_node_get(sup_np); in of_link_to_phandle()1071 while (sup_np) { in of_link_to_phandle()1074 if (!of_device_is_available(sup_np)) { in of_link_to_phandle()1075 of_node_put(sup_np); in of_link_to_phandle()1076 sup_np = NULL; in of_link_to_phandle()1079 if (of_find_property(sup_np, "compatible", NULL)) in of_link_to_phandle()1082 sup_np = of_get_next_parent(sup_np); in of_link_to_phandle()1085 if (!sup_np) { in of_link_to_phandle()[all …]
321 struct device_node *sup_np; in efifb_add_links() local323 sup_np = find_pci_overlap_node(); in efifb_add_links()329 if (!sup_np) in efifb_add_links()332 fwnode_link_add(fwnode, of_fwnode_handle(sup_np)); in efifb_add_links()333 of_node_put(sup_np); in efifb_add_links()