Lines Matching defs:pos
321 struct list_head *list, *pos, *pos1, *next1;
325 list_for_each(pos, list) {
326 snd_pcm_ladspa_plugin_t *plugin = list_entry(pos, snd_pcm_ladspa_plugin_t, list);
613 struct list_head *list, *pos;
624 list_for_each(pos, list) {
625 snd_pcm_ladspa_plugin_t *plugin = list_entry(pos, snd_pcm_ladspa_plugin_t, list);
688 struct list_head *list, *pos, *pos1;
709 list_for_each(pos, list) {
710 snd_pcm_ladspa_plugin_t *plugin = list_entry(pos, snd_pcm_ladspa_plugin_t, list);
783 list_for_each(pos, list) {
784 snd_pcm_ladspa_plugin_t *plugin = list_entry(pos, snd_pcm_ladspa_plugin_t, list);
808 list_for_each(pos, list) {
809 snd_pcm_ladspa_plugin_t *plugin = list_entry(pos, snd_pcm_ladspa_plugin_t, list);
861 struct list_head *pos, *pos1;
877 list_for_each(pos, &ladspa->pplugins) {
878 snd_pcm_ladspa_plugin_t *plugin = list_entry(pos, snd_pcm_ladspa_plugin_t, list);
922 struct list_head *pos, *pos1;
938 list_for_each(pos, &ladspa->cplugins) {
939 snd_pcm_ladspa_plugin_t *plugin = list_entry(pos, snd_pcm_ladspa_plugin_t, list);
1023 struct list_head *pos, *pos2;
1025 list_for_each(pos, list) {
1026 snd_pcm_ladspa_plugin_t *plugin = list_entry(pos, snd_pcm_ladspa_plugin_t, list);