Home
last modified time | relevance | path

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

/linux/drivers/staging/media/starfive/camss/
H A Dstf-capture.c403 u32 active_index; in stf_change_buffer() local
413 active_index = output->active_buf; in stf_change_buffer()
415 ready_buf = output->buf[active_index]; in stf_change_buffer()
418 active_index, output->state); in stf_change_buffer()
419 active_index = !active_index; in stf_change_buffer()
420 ready_buf = output->buf[active_index]; in stf_change_buffer()
424 active_index, output->state); in stf_change_buffer()
430 output->buf[active_index] = stf_buf_get_pending(output); in stf_change_buffer()
431 if (!output->buf[active_index]) { in stf_change_buffer()
435 new_addr = output->buf[active_index]->addr; in stf_change_buffer()
/linux/include/sound/
H A Dmixer_oss.h44 unsigned int *active_index);
46 unsigned int active_index);
/linux/sound/core/oss/
H A Dmixer_oss.c779 static int snd_mixer_oss_get_recsrc2(struct snd_mixer_oss_file *fmixer, unsigned int *active_index) in snd_mixer_oss_get_recsrc2() argument
814 *active_index = idx; in snd_mixer_oss_get_recsrc2()
821 static int snd_mixer_oss_put_recsrc2(struct snd_mixer_oss_file *fmixer, unsigned int active_index) in snd_mixer_oss_put_recsrc2() argument
853 if (idx == active_index) in snd_mixer_oss_put_recsrc2()