Lines Matching refs:next
111 while (plugin->next) { in snd_pcm_plug_alloc()
116 plugin = plugin->next; in snd_pcm_plug_alloc()
220 plugin_next = plugin->next; in snd_pcm_plug_client_size()
245 plugin_next = plugin->next; in snd_pcm_plug_slave_size()
588 struct snd_pcm_plugin *plugin, *next; in snd_pcm_plug_write_transfer() local
597 if ((next = plugin->next) != NULL) { in snd_pcm_plug_write_transfer()
604 if ((err = next->client_channels(next, frames1, &dst_channels)) < 0) { in snd_pcm_plug_write_transfer()
621 plugin = next; in snd_pcm_plug_write_transfer()
628 struct snd_pcm_plugin *plugin, *next; in snd_pcm_plug_read_transfer() local
640 if ((next = plugin->next) != NULL) { in snd_pcm_plug_read_transfer()
651 plugin = next; in snd_pcm_plug_read_transfer()