Home
last modified time | relevance | path

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

/linux/sound/ppc/
H A Dtumbler.c1347 struct device_node *tas_node, *np; in snd_pmac_tumbler_init() local
1377 tas_node = of_find_node_by_name(NULL, "deq"); in snd_pmac_tumbler_init()
1378 if (tas_node == NULL) in snd_pmac_tumbler_init()
1379 tas_node = of_find_node_by_name(NULL, "codec"); in snd_pmac_tumbler_init()
1380 if (tas_node == NULL) in snd_pmac_tumbler_init()
1383 paddr = of_get_property(tas_node, "i2c-address", NULL); in snd_pmac_tumbler_init()
1385 paddr = of_get_property(tas_node, "reg", NULL); in snd_pmac_tumbler_init()
1390 of_node_put(tas_node); in snd_pmac_tumbler_init()