framemaster      1310 include/sound/soc.h 				     struct device_node **framemaster);
framemaster        70 sound/soc/atmel/mikroe-proto.c 	struct device_node *framemaster = NULL;
framemaster       124 sound/soc/atmel/mikroe-proto.c 					  &bitclkmaster, &framemaster);
framemaster       125 sound/soc/atmel/mikroe-proto.c 	if (bitclkmaster != framemaster) {
framemaster       137 sound/soc/atmel/mikroe-proto.c 	of_node_put(framemaster);
framemaster        62 sound/soc/generic/simple-card-utils.c 	struct device_node *framemaster = NULL;
framemaster        66 sound/soc/generic/simple-card-utils.c 					 &bitclkmaster, &framemaster);
framemaster        69 sound/soc/generic/simple-card-utils.c 	if (!bitclkmaster && !framemaster) {
framemaster        81 sound/soc/generic/simple-card-utils.c 			daifmt |= (codec == framemaster) ?
framemaster        84 sound/soc/generic/simple-card-utils.c 			daifmt |= (codec == framemaster) ?
framemaster        89 sound/soc/generic/simple-card-utils.c 	of_node_put(framemaster);
framemaster       311 sound/soc/meson/axg-card.c 	struct device_node *framemaster = NULL;
framemaster       315 sound/soc/meson/axg-card.c 					 &bitclkmaster, &framemaster);
framemaster       320 sound/soc/meson/axg-card.c 		daifmt |= (!framemaster || framemaster == cpu_node) ?
framemaster       323 sound/soc/meson/axg-card.c 		daifmt |= (!framemaster || framemaster == cpu_node) ?
framemaster       328 sound/soc/meson/axg-card.c 	of_node_put(framemaster);
framemaster      3197 sound/soc/soc-core.c 				     struct device_node **framemaster)
framemaster      3289 sound/soc/soc-core.c 	if (frame && framemaster)
framemaster      3290 sound/soc/soc-core.c 		*framemaster = of_parse_phandle(np, prop, 0);