Searched refs:get_idx (Results 1 - 7 of 7) 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_linear.c46 unsigned int get_idx, put_idx; member in struct:__anon1478
214 unsigned int get_idx, unsigned int put_idx)
219 void *get = get32_labels[get_idx];
345 linear->get_idx = snd_pcm_linear_get32_index(format, SND_PCM_FORMAT_S32);
348 linear->get_idx = snd_pcm_linear_get32_index(linear->sformat, SND_PCM_FORMAT_S32);
378 linear->get_idx, linear->put_idx);
403 linear->get_idx, linear->put_idx);
211 snd_pcm_linear_getput(const snd_pcm_channel_area_t *dst_areas, snd_pcm_uframes_t dst_offset, const snd_pcm_channel_area_t *src_areas, snd_pcm_uframes_t src_offset, unsigned int channels, snd_pcm_uframes_t frames, unsigned int get_idx, unsigned int put_idx) argument
H A Dpcm_rate_linear.c37 unsigned int get_idx; member in struct:rate_linear
79 void *get = get16_labels[rate->get_idx];
201 void *get = get16_labels[rate->get_idx];
334 rate->get_idx = snd_pcm_linear_get_index(info->in.format, SND_PCM_FORMAT_S16);
H A Dpcm_plugin.h108 unsigned int get_idx, unsigned int put_idx);
H A Dpcm_route.c64 unsigned int get_idx; member in struct:__anon1499
208 get = get32_labels[params->get_idx];
324 get = gets_labels[params->get_idx];
646 route->params.get_idx = snd_pcm_linear_get_index(src_format, SND_PCM_FORMAT_S16);
H A Dpcm_rate.c67 unsigned int get_idx; member in struct:_snd_pcm_rate
314 rate->get_idx = snd_pcm_linear_get_index(rate->info.in.format, SND_PCM_FORMAT_S16);
441 void *get = get16_labels[rate->get_idx];
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/netfilter/
H A Dnfnetlink_log.c890 static struct hlist_node *get_idx(struct iter_state *st, loff_t pos) function
905 return get_idx(seq->private, *pos);
H A Dnfnetlink_queue.c835 static struct hlist_node *get_idx(struct seq_file *seq, loff_t pos) function
850 return get_idx(seq, *pos);

Completed in 108 milliseconds