Lines Matching refs:next
506 static int mmci_prep_data(struct mmci_host *host, struct mmc_data *data, bool next)
513 err = host->ops->prep_data(host, data, next);
515 if (next && !err)
568 * to fire next DMA request. When that happens, MMCI will
979 bool next)
987 if (next)
989 /* Check if next job is already prepared. */
1019 struct mmci_dmae_next *next = &dmae->next_data;
1024 WARN_ON(!data->host_cookie && (next->desc || next->chan));
1026 dmae->desc_current = next->desc;
1027 dmae->cur = next->chan;
1028 next->desc = NULL;
1029 next->chan = NULL;
1044 struct mmci_dmae_next *next = &dmae->next_data;
1052 if (dmae->desc_current == next->desc)
1055 if (dmae->cur == next->chan) {
1060 next->desc = NULL;
1061 next->chan = NULL;