Searched refs:args1 (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/md/dm-vdo/ |
| A D | logger.c | 162 const char *fmt1, va_list args1, const char *fmt2, ...) in vdo_log_embedded_message() argument 181 va_copy(args1_copy, args1); in vdo_log_embedded_message()
|
| A D | logger.h | 49 const char *fmt1, va_list args1, const char *fmt2, ...)
|
| /linux/sound/soc/ |
| A D | soc-core.c | 241 static int snd_soc_is_match_dai_args(const 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()
|
| /linux/kernel/bpf/ |
| A D | btf.c | 7130 const struct btf_param *args1, *args2; in btf_check_func_type_match() local 7153 args1 = (const struct btf_param *)(t1 + 1); in btf_check_func_type_match() 7175 t1 = btf_type_skip_modifiers(btf1, args1[i].type, NULL); in btf_check_func_type_match()
|
Completed in 30 milliseconds