Home
last modified time | relevance | path

Searched refs:tmp_np (Results 1 – 2 of 2) 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.c1238 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()