Home
last modified time | relevance | path

Searched refs:cur_count (Results 1 – 4 of 4) sorted by relevance

/linux-2.6.39/arch/mips/sibyte/common/
Dsb_tbprof.c455 int cur_sample, sample_off, cur_count, sample_left; in sbprof_tb_read() local
474 cur_count = size < sample_left ? size : sample_left; in sbprof_tb_read()
476 err = __copy_to_user(dest, src, cur_count); in sbprof_tb_read()
478 *offp = cur_off + cur_count - err; in sbprof_tb_read()
483 cur_sample, cur_count); in sbprof_tb_read()
484 size -= cur_count; in sbprof_tb_read()
485 sample_left -= cur_count; in sbprof_tb_read()
491 sample_off += cur_count; in sbprof_tb_read()
493 cur_off += cur_count; in sbprof_tb_read()
494 dest += cur_count; in sbprof_tb_read()
[all …]
/linux-2.6.39/drivers/media/rc/
Dnuvoton-cir.c519 size_t cur_count; in nvt_tx_ir() local
527 nvt->tx.buf_count = cur_count = TX_BUF_LEN; in nvt_tx_ir()
530 nvt->tx.buf_count = cur_count = n; in nvt_tx_ir()
/linux-2.6.39/include/sound/
Dvx_core.h85 u64 cur_count; /* current sample position (for playback) */ member
/linux-2.6.39/sound/drivers/vx/
Dvx_pcm.c680 update = (int)(count - pipe->cur_count); in vx_update_pipe_position()
681 pipe->cur_count = count; in vx_update_pipe_position()