Home
last modified time | relevance | path

Searched refs:max_byte_counter (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/sound/oss/
Ddmabuf.c174 dmap->max_byte_counter = 8000 * 60 * 60; in dma_init_buffers()
211 dmap->max_byte_counter = 8000 * 60 * 60; in open_dmap()
877 if (dmap->byte_counter >= dmap->max_byte_counter) { in DMAbuf_move_wrpointer()
974 if (dmap->byte_counter >= dmap->max_byte_counter) { /* Overflow */ in do_outputintr()
996 if (dmap->byte_counter >= dmap->max_byte_counter) { /* Overflow */ in do_outputintr()
1075 if (dmap->byte_counter >= dmap->max_byte_counter) { /* Overflow */ in do_inputintr()
1106 if (dmap->byte_counter >= dmap->max_byte_counter) { /* Overflow */ in do_inputintr()
Ddev_table.h131 unsigned long max_byte_counter; member
Daudio.c650 dmap->max_byte_counter = (dmap->data_rate * 60 * 60) + in reorganize_buffers()