func_call         441 sound/hda/hdac_regmap.c #define CALL_RAW_FUNC(codec, func_call)				\
func_call         443 sound/hda/hdac_regmap.c 		int _err = func_call;				\
func_call         447 sound/hda/hdac_regmap.c 				_err = func_call;		\
func_call         548 sound/soc/sh/rcar/core.c 	int func_call	= (val == timing);
func_call         551 sound/soc/sh/rcar/core.c 		func_call = 0;
func_call         555 sound/soc/sh/rcar/core.c 	return func_call;
func_call         568 sound/soc/sh/rcar/core.c 		int func_call = rsnd_status_update(status,		\
func_call         574 sound/soc/sh/rcar/core.c 			(func_call && (mod)->ops->fn) ? #fn : "");	\
func_call         575 sound/soc/sh/rcar/core.c 		if (func_call && (mod)->ops->fn)			\