Lines Matching refs:sort
1211 int *sort; in dapm_seq_compare() local
1214 sort = dapm_up_seq; in dapm_seq_compare()
1216 sort = dapm_down_seq; in dapm_seq_compare()
1218 if (sort[a->id] != sort[b->id]) in dapm_seq_compare()
1219 return sort[a->id] - sort[b->id]; in dapm_seq_compare()
1372 int *sort; in dapm_seq_run() local
1375 sort = dapm_up_seq; in dapm_seq_run()
1377 sort = dapm_down_seq; in dapm_seq_run()
1383 if (sort[w->id] != cur_sort || w->reg != cur_reg || in dapm_seq_run()
1390 if (sort[i] == cur_sort) in dapm_seq_run()
1435 cur_sort = sort[w->id]; in dapm_seq_run()
1453 if (sort[i] == cur_sort) in dapm_seq_run()