Home
last modified time | relevance | path

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

/linux/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/drivers/of/
H A Dproperty.c1239 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()
/linux/drivers/opp/
H A Dof.c1305 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()