Searched refs:bitclkmaster (Results 1 – 5 of 5) 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()
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()
310 struct device_node *bitclkmaster = NULL; in axg_card_parse_daifmt() local315 &bitclkmaster, &framemaster); in axg_card_parse_daifmt()319 if (!bitclkmaster || bitclkmaster == cpu_node) { in axg_card_parse_daifmt()327 of_node_put(bitclkmaster); in axg_card_parse_daifmt()
3174 struct device_node **bitclkmaster, in snd_soc_of_parse_daifmt() argument3262 if (bit && bitclkmaster) in snd_soc_of_parse_daifmt()3263 *bitclkmaster = of_parse_phandle(np, prop, 0); in snd_soc_of_parse_daifmt()
1308 struct device_node **bitclkmaster,