Lines Matching refs:a
1477 static int dapm_seq_compare(struct snd_soc_dapm_widget *a, in dapm_seq_compare() argument
1491 WARN_ONCE(sort[a->id] == 0, "offset a->id %d not initialized\n", a->id); in dapm_seq_compare()
1494 if (sort[a->id] != sort[b->id]) in dapm_seq_compare()
1495 return sort[a->id] - sort[b->id]; in dapm_seq_compare()
1496 if (a->subseq != b->subseq) { in dapm_seq_compare()
1498 return a->subseq - b->subseq; in dapm_seq_compare()
1500 return b->subseq - a->subseq; in dapm_seq_compare()
1502 if (a->reg != b->reg) in dapm_seq_compare()
1503 return a->reg - b->reg; in dapm_seq_compare()
1504 if (a->dapm != b->dapm) in dapm_seq_compare()
1505 return (unsigned long)a->dapm - (unsigned long)b->dapm; in dapm_seq_compare()