Searched refs:tas_node (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/sound/ppc/ |
H A D | tumbler.c | 1339 struct device_node *tas_node, *np; in snd_pmac_tumbler_init() local 1368 tas_node = of_find_node_by_name(NULL, "deq"); in snd_pmac_tumbler_init() 1369 if (tas_node == NULL) in snd_pmac_tumbler_init() 1370 tas_node = of_find_node_by_name(NULL, "codec"); in snd_pmac_tumbler_init() 1371 if (tas_node == NULL) in snd_pmac_tumbler_init() 1374 paddr = of_get_property(tas_node, "i2c-address", NULL); in snd_pmac_tumbler_init() 1376 paddr = of_get_property(tas_node, "reg", NULL); in snd_pmac_tumbler_init() 1381 of_node_put(tas_node); in snd_pmac_tumbler_init()
|
/kernel/linux/linux-6.6/sound/ppc/ |
H A D | tumbler.c | 1347 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()
|
Completed in 4 milliseconds