bitclkmaster     1309 include/sound/soc.h 				     struct device_node **bitclkmaster,
bitclkmaster       69 sound/soc/atmel/mikroe-proto.c 	struct device_node *bitclkmaster = NULL;
bitclkmaster      124 sound/soc/atmel/mikroe-proto.c 					  &bitclkmaster, &framemaster);
bitclkmaster      125 sound/soc/atmel/mikroe-proto.c 	if (bitclkmaster != framemaster) {
bitclkmaster      129 sound/soc/atmel/mikroe-proto.c 	if (bitclkmaster) {
bitclkmaster      131 sound/soc/atmel/mikroe-proto.c 		if (codec_np == bitclkmaster)
bitclkmaster      136 sound/soc/atmel/mikroe-proto.c 	of_node_put(bitclkmaster);
bitclkmaster       61 sound/soc/generic/simple-card-utils.c 	struct device_node *bitclkmaster = NULL;
bitclkmaster       66 sound/soc/generic/simple-card-utils.c 					 &bitclkmaster, &framemaster);
bitclkmaster       69 sound/soc/generic/simple-card-utils.c 	if (!bitclkmaster && !framemaster) {
bitclkmaster       80 sound/soc/generic/simple-card-utils.c 		if (codec == bitclkmaster)
bitclkmaster       88 sound/soc/generic/simple-card-utils.c 	of_node_put(bitclkmaster);
bitclkmaster      310 sound/soc/meson/axg-card.c 	struct device_node *bitclkmaster = NULL;
bitclkmaster      315 sound/soc/meson/axg-card.c 					 &bitclkmaster, &framemaster);
bitclkmaster      319 sound/soc/meson/axg-card.c 	if (!bitclkmaster || bitclkmaster == cpu_node) {
bitclkmaster      327 sound/soc/meson/axg-card.c 	of_node_put(bitclkmaster);
bitclkmaster     3196 sound/soc/soc-core.c 				     struct device_node **bitclkmaster,
bitclkmaster     3284 sound/soc/soc-core.c 	if (bit && bitclkmaster)
bitclkmaster     3285 sound/soc/soc-core.c 		*bitclkmaster = of_parse_phandle(np, prop, 0);