Lines Matching refs:DMAAmount
6399 dev->Reading->DMAAmount = 0;
7737 rd->DMAAmount = 0;
7750 if (rd->DMAAmount <= 0)
7754 rd->DMAAmount =
7756 rd->DMAAmount = min (rd->DMAAmount, rd->ImageSize);
7757 Reading_BufferSize_Notify (dev, 0, rd->DMAAmount);
7762 iAmount = min (rd->DMAAmount, rd->ImageSize);
7847 rd->DMAAmount -= iAmount;
7911 DBG (DBG_FNC, "-> Reading->DMAAmount=%i\n", rd->DMAAmount);