Home
last modified time | relevance | path

Searched refs:sup_np (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/of/
H A Dproperty.c1087 * @sup_np: phandle to supplier device tree node
1089 * Given a phandle to a supplier device tree node (@sup_np), this function
1102 static int of_link_to_phandle(struct device *dev, struct device_node *sup_np, in of_link_to_phandle() argument
1107 struct device_node *tmp_np = sup_np; in of_link_to_phandle()
1109 of_node_get(sup_np); in of_link_to_phandle()
1112 * @sup_np or it may be an ancestor of @sup_np. in of_link_to_phandle()
1114 while (sup_np) { in of_link_to_phandle()
1117 if (!of_device_is_available(sup_np)) { in of_link_to_phandle()
1118 of_node_put(sup_np); in of_link_to_phandle()
[all...]
/kernel/linux/linux-5.10/drivers/firmware/efi/
H A Defi-init.c322 struct device_node *sup_np; in efifb_add_links() local
325 sup_np = find_pci_overlap_node(); in efifb_add_links()
331 if (!sup_np) in efifb_add_links()
334 sup_dev = get_dev_from_fwnode(&sup_np->fwnode); in efifb_add_links()
335 of_node_put(sup_np); in efifb_add_links()
/kernel/linux/linux-6.6/drivers/firmware/efi/
H A Dsysfb_efi.c328 struct device_node *sup_np; in efifb_add_links() local
330 sup_np = find_pci_overlap_node(); in efifb_add_links()
336 if (!sup_np) in efifb_add_links()
339 fwnode_link_add(fwnode, of_fwnode_handle(sup_np)); in efifb_add_links()
340 of_node_put(sup_np); in efifb_add_links()
/kernel/linux/linux-6.6/drivers/of/
H A Dproperty.c1068 struct device_node *sup_np) in of_link_to_phandle()
1070 struct device_node *tmp_np = of_node_get(sup_np); in of_link_to_phandle()
1072 /* Check that sup_np and its ancestors are available. */ in of_link_to_phandle()
1087 fwnode_link_add(of_fwnode_handle(con_np), of_fwnode_handle(sup_np)); in of_link_to_phandle()
1067 of_link_to_phandle(struct device_node *con_np, struct device_node *sup_np) of_link_to_phandle() argument

Completed in 6 milliseconds