Lines Matching refs:node
790 ppc_md.feature_call(PMAC_FTR_SOUND_CHIP_ENABLE, chip->node, 0, enable); in snd_pmac_sound_feature()
806 if (chip->node) in snd_pmac_free()
832 if (chip->node) { in snd_pmac_free()
842 of_node_put(chip->node); in snd_pmac_free()
867 for (mio = chip->node->parent; mio; mio = mio->parent) { in detect_byte_swap()
919 chip->node = of_find_node_by_name(NULL, "awacs"); in snd_pmac_detect()
920 sound = of_node_get(chip->node); in snd_pmac_detect()
926 if (!chip->node) in snd_pmac_detect()
927 chip->node = of_find_node_by_name(NULL, "davbus"); in snd_pmac_detect()
932 if (! chip->node) { in snd_pmac_detect()
933 chip->node = of_find_node_by_name(NULL, "i2s-a"); in snd_pmac_detect()
934 if (chip->node && chip->node->parent && in snd_pmac_detect()
935 chip->node->parent->parent) { in snd_pmac_detect()
936 if (of_device_is_compatible(chip->node->parent->parent, in snd_pmac_detect()
941 if (! chip->node) in snd_pmac_detect()
946 if (sound->parent == chip->node) in snd_pmac_detect()
950 of_node_put(chip->node); in snd_pmac_detect()
951 chip->node = NULL; in snd_pmac_detect()
964 of_node_put(chip->node); in snd_pmac_detect()
965 chip->node = NULL; in snd_pmac_detect()
1015 macio = macio_find(chip->node, macio_unknown); in snd_pmac_detect()
1169 np = chip->node; in snd_pmac_new()
1275 for (mio = chip->node->parent; mio; mio = mio->parent) { in snd_pmac_new()