Searched refs:bitclkmaster (Results 1 – 6 of 6) sorted by relevance
69 struct device_node *bitclkmaster = NULL; in snd_proto_probe() local124 &bitclkmaster, &framemaster); in snd_proto_probe()125 if (bitclkmaster != framemaster) { in snd_proto_probe()129 if (bitclkmaster) { in snd_proto_probe()131 if (codec_np == bitclkmaster) in snd_proto_probe()136 of_node_put(bitclkmaster); in snd_proto_probe()
118 struct device_node *bitclkmaster = NULL; in meson_card_parse_daifmt() local123 &bitclkmaster, &framemaster); in meson_card_parse_daifmt()127 if (!bitclkmaster || bitclkmaster == cpu_node) { in meson_card_parse_daifmt()135 of_node_put(bitclkmaster); in meson_card_parse_daifmt()
61 struct device_node *bitclkmaster = NULL; in asoc_simple_parse_daifmt() local66 &bitclkmaster, &framemaster); in asoc_simple_parse_daifmt()69 if (!bitclkmaster && !framemaster) { in asoc_simple_parse_daifmt()80 if (codec == bitclkmaster) in asoc_simple_parse_daifmt()88 of_node_put(bitclkmaster); in asoc_simple_parse_daifmt()
526 struct device_node *bitclkmaster = NULL; in fsl_asoc_card_probe() local664 &bitclkmaster, &framemaster); in fsl_asoc_card_probe()666 if (bitclkmaster || framemaster) { in fsl_asoc_card_probe()667 if (codec_np == bitclkmaster) in fsl_asoc_card_probe()684 of_node_put(bitclkmaster); in fsl_asoc_card_probe()
2863 struct device_node **bitclkmaster, in snd_soc_of_parse_daifmt() argument2951 if (bit && bitclkmaster) in snd_soc_of_parse_daifmt()2952 *bitclkmaster = of_parse_phandle(np, prop, 0); in snd_soc_of_parse_daifmt()
1342 struct device_node **bitclkmaster,