Searched refs:byte_counter (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/oss/
H A Ddmabuf.c170 dmap->byte_counter = 0;
207 dmap->byte_counter = 0;
372 dmap->byte_counter = 0;
392 dmap->byte_counter = 0;
737 if (dmap->byte_counter % dmap->fragment_size) /* There is a partial fragment */
794 active_offs = dmap->byte_counter + dmap->qhead * dmap->fragment_size;
800 active_offs += dmap->byte_counter;
876 if (dmap->byte_counter >= dmap->max_byte_counter) {
878 long decr = dmap->byte_counter;
879 dmap->byte_counter
[all...]
H A Daudio.c513 count += dmap->byte_counter;
883 cinfo.bytes = dmap_in->byte_counter;
901 cinfo.bytes = dmap_out->byte_counter;
927 count += dmap_out->byte_counter;
H A Ddev_table.h129 unsigned long byte_counter; member in struct:dma_buffparms

Completed in 96 milliseconds