Home
last modified time | relevance | path

Searched refs:tmp_np (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/sound/soc/fsl/
H A Deukrea-tlv320.c89 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.15/drivers/of/
H A Dproperty.c1205 struct device_node *tmp_np __free(device_node) = of_node_get(sup_np); in of_link_to_phandle()
1208 while (tmp_np) { in of_link_to_phandle()
1209 if (of_fwnode_handle(tmp_np)->dev) in of_link_to_phandle()
1212 if (!of_device_is_available(tmp_np)) in of_link_to_phandle()
1215 tmp_np = of_get_next_parent(tmp_np); in of_link_to_phandle()
/linux-6.15/drivers/opp/
H A Dof.c1309 struct device_node *np, *tmp_np, *cpu_np; in dev_pm_opp_of_get_sharing_cpus() local
1338 tmp_np = _opp_of_get_opp_desc_node(cpu_np, 0); in dev_pm_opp_of_get_sharing_cpus()
1340 if (!tmp_np) { in dev_pm_opp_of_get_sharing_cpus()
1347 if (np == tmp_np) in dev_pm_opp_of_get_sharing_cpus()
1350 of_node_put(tmp_np); in dev_pm_opp_of_get_sharing_cpus()