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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/pcm/
H A Dpcm_plugin.c471 snd_pcm_uframes_t xfer, hw_offset, size; local
476 hw_offset = snd_pcm_mmap_hw_offset(pcm);
479 snd_pcm_uframes_t cont = pcm->buffer_size - hw_offset;
491 frames = (plugin->read)(pcm, areas, hw_offset, frames,
500 res = plugin->undo_read(slave, areas, hw_offset, frames, slave_frames - result);
508 hw_offset = 0;
510 hw_offset += frames;
H A Dpcm_rate.c839 static int snd_pcm_rate_grab_next_period(snd_pcm_t *pcm, snd_pcm_uframes_t hw_offset) argument
842 snd_pcm_uframes_t cont = pcm->buffer_size - hw_offset;
856 snd_pcm_rate_read_areas1(pcm, areas, hw_offset,
922 cont = pcm->buffer_size - hw_offset;
924 snd_pcm_rate_read_areas1(pcm, areas, hw_offset,
930 snd_pcm_areas_copy(areas, hw_offset,
1010 snd_pcm_uframes_t xfer, hw_offset, size; local
1014 hw_offset = snd_pcm_mmap_hw_offset(pcm);
1017 int err = snd_pcm_rate_grab_next_period(pcm, hw_offset);
1025 hw_offset
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/hardware/eicon/
H A Ds_4bri.c154 int hw_offset = rev2 ? (MQ2_ISAC_DSP_RESET) : (MQ_ISAC_DSP_RESET); local
160 qBriIsacDspReset = (dword volatile __iomem *)&p[hw_offset];

Completed in 47 milliseconds