Searched refs:tmp_np (Results 1 – 3 of 3) sorted by relevance
89 struct device_node *ssi_np = NULL, *codec_np = NULL, *tmp_np = NULL; in eukrea_tlv320_probe() local146 (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()
1239 struct device_node *tmp_np __free(device_node) = of_node_get(sup_np); in of_link_to_phandle()1242 while (tmp_np) { in of_link_to_phandle()1243 if (of_fwnode_handle(tmp_np)->dev) in of_link_to_phandle()1246 if (!of_device_is_available(tmp_np)) in of_link_to_phandle()1249 tmp_np = of_get_next_parent(tmp_np); in of_link_to_phandle()
1305 struct device_node *tmp_np __free(device_node) = in dev_pm_opp_of_get_sharing_cpus()1308 if (!tmp_np) { in dev_pm_opp_of_get_sharing_cpus()1314 if (np == tmp_np) in dev_pm_opp_of_get_sharing_cpus()