Home
last modified time | relevance | path

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

/Linux-v4.19/sound/ppc/
Dtumbler.c1353 struct device_node *tas_node, *np; in snd_pmac_tumbler_init() local
1381 tas_node = of_find_node_by_name(NULL, "deq"); in snd_pmac_tumbler_init()
1382 if (tas_node == NULL) in snd_pmac_tumbler_init()
1383 tas_node = of_find_node_by_name(NULL, "codec"); in snd_pmac_tumbler_init()
1384 if (tas_node == NULL) in snd_pmac_tumbler_init()
1387 paddr = of_get_property(tas_node, "i2c-address", NULL); in snd_pmac_tumbler_init()
1389 paddr = of_get_property(tas_node, "reg", NULL); in snd_pmac_tumbler_init()
1394 of_node_put(tas_node); in snd_pmac_tumbler_init()