Searched refs:tmp_np (Results 1 – 4 of 4) sorted by relevance
/linux-6.3-rc2/arch/powerpc/platforms/cell/ |
A D | cbe_regs.c | 55 struct device_node *tmp_np; in cbe_find_map() local 69 tmp_np = np; in cbe_find_map() 71 tmp_np = tmp_np->parent; in cbe_find_map() 73 BUG_ON(!tmp_np); in cbe_find_map() 74 } while (!of_node_is_type(tmp_np, "cpu") || in cbe_find_map() 75 !of_node_is_type(tmp_np, "be")); in cbe_find_map() 77 np->data = cbe_find_map(tmp_np); in cbe_find_map()
|
/linux-6.3-rc2/sound/soc/fsl/ |
A D | eukrea-tlv320.c | 89 struct device_node *ssi_np = NULL, *codec_np = NULL, *tmp_np = NULL; in eukrea_tlv320_probe() local 146 (tmp_np = of_find_compatible_node(NULL, NULL, "fsl,imx21-audmux"))) { in eukrea_tlv320_probe() 161 of_node_put(tmp_np); in eukrea_tlv320_probe() 165 (tmp_np = of_find_compatible_node(NULL, NULL, "fsl,imx31-audmux"))) { in eukrea_tlv320_probe() 182 of_node_put(tmp_np); in eukrea_tlv320_probe()
|
/linux-6.3-rc2/drivers/of/ |
A D | property.c | 1098 struct device_node *tmp_np = of_node_get(sup_np); in of_link_to_phandle() local 1101 while (tmp_np) { in of_link_to_phandle() 1102 if (of_fwnode_handle(tmp_np)->dev) { in of_link_to_phandle() 1103 of_node_put(tmp_np); in of_link_to_phandle() 1107 if (!of_device_is_available(tmp_np)) { in of_link_to_phandle() 1108 of_node_put(tmp_np); in of_link_to_phandle() 1112 tmp_np = of_get_next_parent(tmp_np); in of_link_to_phandle()
|
/linux-6.3-rc2/drivers/opp/ |
A D | of.c | 1308 struct device_node *np, *tmp_np, *cpu_np; in dev_pm_opp_of_get_sharing_cpus() local 1337 tmp_np = _opp_of_get_opp_desc_node(cpu_np, 0); in dev_pm_opp_of_get_sharing_cpus() 1339 if (!tmp_np) { in dev_pm_opp_of_get_sharing_cpus() 1346 if (np == tmp_np) in dev_pm_opp_of_get_sharing_cpus() 1349 of_node_put(tmp_np); in dev_pm_opp_of_get_sharing_cpus()
|
Completed in 10 milliseconds