Home
last modified time | relevance | path

Searched refs:args1 (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/sound/soc/
H A Dsoc-core.c241 static int snd_soc_is_match_dai_args(struct of_phandle_args *args1, in snd_soc_is_match_dai_args() argument
244 if (!args1 || !args2) in snd_soc_is_match_dai_args()
247 if (args1->np != args2->np) in snd_soc_is_match_dai_args()
250 for (int i = 0; i < args1->args_count; i++) in snd_soc_is_match_dai_args()
251 if (args1->args[i] != args2->args[i]) in snd_soc_is_match_dai_args()
/openbmc/linux/kernel/bpf/
H A Dbtf.c6637 const struct btf_param *args1, *args2; in btf_check_func_type_match() local
6660 args1 = (const struct btf_param *)(t1 + 1); in btf_check_func_type_match()
6682 t1 = btf_type_skip_modifiers(btf1, args1[i].type, NULL); in btf_check_func_type_match()