Searched refs:tmp_np (Results 1 – 2 of 2) 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()
1238 struct device_node *tmp_np __free(device_node) = of_node_get(sup_np); in of_link_to_phandle()1241 while (tmp_np) { in of_link_to_phandle()1242 if (of_fwnode_handle(tmp_np)->dev) in of_link_to_phandle()1245 if (!of_device_is_available(tmp_np)) in of_link_to_phandle()1248 tmp_np = of_get_next_parent(tmp_np); in of_link_to_phandle()