Home
last modified time | relevance | path

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

/drivers/of/
Dproperty.c1079 struct device_node *sup_np) in of_link_to_phandle() argument
1082 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 …]
/drivers/firmware/efi/
Defi-init.c322 struct device_node *sup_np; in efifb_add_links() local
324 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()