Searched refs:kci (Results 1 – 2 of 2) sorted by relevance
1371 struct kcore_copy_info *kci = arg; in kcore_copy__process_kallsyms() local1377 if (start > kci->last_module_symbol) in kcore_copy__process_kallsyms()1378 kci->last_module_symbol = start; in kcore_copy__process_kallsyms()1382 if (!kci->first_symbol || start < kci->first_symbol) in kcore_copy__process_kallsyms()1383 kci->first_symbol = start; in kcore_copy__process_kallsyms()1385 if (!kci->last_symbol || start > kci->last_symbol) in kcore_copy__process_kallsyms()1386 kci->last_symbol = start; in kcore_copy__process_kallsyms()1389 kci->stext = start; in kcore_copy__process_kallsyms()1394 kci->etext = start; in kcore_copy__process_kallsyms()1401 static int kcore_copy__parse_kallsyms(struct kcore_copy_info *kci, in kcore_copy__parse_kallsyms() argument[all …]
673 int kci) in dapm_create_or_share_mixmux_kcontrol() argument692 shared = dapm_is_shared_kcontrol(dapm, w, &w->kcontrol_news[kci], in dapm_create_or_share_mixmux_kcontrol()728 w->kcontrol_news[kci].name); in dapm_create_or_share_mixmux_kcontrol()738 name = w->kcontrol_news[kci].name; in dapm_create_or_share_mixmux_kcontrol()741 kcontrol = snd_soc_cnew(&w->kcontrol_news[kci], NULL, name, in dapm_create_or_share_mixmux_kcontrol()767 w->kcontrols[kci] = kcontrol; in dapm_create_or_share_mixmux_kcontrol()