Lines Matching defs:bytes
271 * atc_calc_bytes_left - calculates the number of bytes left according to the
274 * @current_len: the number of bytes left before reading CTRLA
292 * atc_get_bytes_left - get the number of bytes residue for a cookie
333 * removing the number of bytes corresponding to this amount of
416 * the remaining bytes using the channel's register.
686 * The controller can only "skip" X bytes every Y bytes, so we
1239 * @buf_len: total number of bytes for the entire buffer
1240 * @period_len: number of bytes for each period
1434 int bytes = 0;
1448 /* Get number of bytes left in the active transactions */
1449 bytes = atc_get_bytes_left(chan, cookie);
1453 if (unlikely(bytes < 0)) {
1454 dev_vdbg(chan2dev(chan), "get residual bytes error\n");
1457 dma_set_residue(txstate, bytes);
1461 ret, cookie, bytes);