snd_pcm_plugin     47 include/sound/pcm_oss.h 	struct snd_pcm_plugin *plugin_first;
snd_pcm_plugin     48 include/sound/pcm_oss.h 	struct snd_pcm_plugin *plugin_last;
snd_pcm_plugin     27 sound/core/oss/copy.c static snd_pcm_sframes_t copy_transfer(struct snd_pcm_plugin *plugin,
snd_pcm_plugin     64 sound/core/oss/copy.c 			      struct snd_pcm_plugin **r_plugin)
snd_pcm_plugin     67 sound/core/oss/copy.c 	struct snd_pcm_plugin *plugin;
snd_pcm_plugin     37 sound/core/oss/io.c static snd_pcm_sframes_t io_playback_transfer(struct snd_pcm_plugin *plugin,
snd_pcm_plugin     63 sound/core/oss/io.c static snd_pcm_sframes_t io_capture_transfer(struct snd_pcm_plugin *plugin,
snd_pcm_plugin     90 sound/core/oss/io.c static snd_pcm_sframes_t io_src_channels(struct snd_pcm_plugin *plugin,
snd_pcm_plugin    110 sound/core/oss/io.c 			    struct snd_pcm_plugin **r_plugin)
snd_pcm_plugin    114 sound/core/oss/io.c 	struct snd_pcm_plugin *plugin;
snd_pcm_plugin     55 sound/core/oss/linear.c static void convert(struct snd_pcm_plugin *plugin,
snd_pcm_plugin     88 sound/core/oss/linear.c static snd_pcm_sframes_t linear_transfer(struct snd_pcm_plugin *plugin,
snd_pcm_plugin    152 sound/core/oss/linear.c 				struct snd_pcm_plugin **r_plugin)
snd_pcm_plugin    156 sound/core/oss/linear.c 	struct snd_pcm_plugin *plugin;
snd_pcm_plugin    141 sound/core/oss/mulaw.c typedef void (*mulaw_f)(struct snd_pcm_plugin *plugin,
snd_pcm_plugin    168 sound/core/oss/mulaw.c static void mulaw_decode(struct snd_pcm_plugin *plugin,
snd_pcm_plugin    214 sound/core/oss/mulaw.c static void mulaw_encode(struct snd_pcm_plugin *plugin,
snd_pcm_plugin    248 sound/core/oss/mulaw.c static snd_pcm_sframes_t mulaw_transfer(struct snd_pcm_plugin *plugin,
snd_pcm_plugin    303 sound/core/oss/mulaw.c 			       struct snd_pcm_plugin **r_plugin)
snd_pcm_plugin    307 sound/core/oss/mulaw.c 	struct snd_pcm_plugin *plugin;
snd_pcm_plugin    542 sound/core/oss/pcm_oss.c 	struct snd_pcm_plugin *plugin, *next;
snd_pcm_plugin    554 sound/core/oss/pcm_oss.c static int snd_pcm_plugin_insert(struct snd_pcm_plugin *plugin)
snd_pcm_plugin    569 sound/core/oss/pcm_oss.c int snd_pcm_plugin_append(struct snd_pcm_plugin *plugin)
snd_pcm_plugin    964 sound/core/oss/pcm_oss.c 			struct snd_pcm_plugin *plugin;
snd_pcm_plugin     49 sound/core/oss/pcm_plugin.c static int snd_pcm_plugin_alloc(struct snd_pcm_plugin *plugin, snd_pcm_uframes_t frames)
snd_pcm_plugin    110 sound/core/oss/pcm_plugin.c 		struct snd_pcm_plugin *plugin = snd_pcm_plug_first(plug);
snd_pcm_plugin    122 sound/core/oss/pcm_plugin.c 		struct snd_pcm_plugin *plugin = snd_pcm_plug_last(plug);
snd_pcm_plugin    138 sound/core/oss/pcm_plugin.c snd_pcm_sframes_t snd_pcm_plugin_client_channels(struct snd_pcm_plugin *plugin,
snd_pcm_plugin    151 sound/core/oss/pcm_plugin.c 			 struct snd_pcm_plugin **ret)
snd_pcm_plugin    153 sound/core/oss/pcm_plugin.c 	struct snd_pcm_plugin *plugin;
snd_pcm_plugin    187 sound/core/oss/pcm_plugin.c int snd_pcm_plugin_free(struct snd_pcm_plugin *plugin)
snd_pcm_plugin    203 sound/core/oss/pcm_plugin.c 	struct snd_pcm_plugin *plugin, *plugin_prev, *plugin_next;
snd_pcm_plugin    242 sound/core/oss/pcm_plugin.c 	struct snd_pcm_plugin *plugin, *plugin_prev, *plugin_next;
snd_pcm_plugin    399 sound/core/oss/pcm_plugin.c 	struct snd_pcm_plugin *plugin = NULL;
snd_pcm_plugin    582 sound/core/oss/pcm_plugin.c 	struct snd_pcm_plugin *plugin;
snd_pcm_plugin    618 sound/core/oss/pcm_plugin.c 	struct snd_pcm_plugin *plugin, *next;
snd_pcm_plugin    658 sound/core/oss/pcm_plugin.c 	struct snd_pcm_plugin *plugin, *next;
snd_pcm_plugin     47 sound/core/oss/pcm_plugin.h 	snd_pcm_sframes_t (*src_frames)(struct snd_pcm_plugin *plugin, snd_pcm_uframes_t dst_frames);
snd_pcm_plugin     48 sound/core/oss/pcm_plugin.h 	snd_pcm_sframes_t (*dst_frames)(struct snd_pcm_plugin *plugin, snd_pcm_uframes_t src_frames);
snd_pcm_plugin     49 sound/core/oss/pcm_plugin.h 	snd_pcm_sframes_t (*client_channels)(struct snd_pcm_plugin *plugin,
snd_pcm_plugin     52 sound/core/oss/pcm_plugin.h 	snd_pcm_sframes_t (*transfer)(struct snd_pcm_plugin *plugin,
snd_pcm_plugin     56 sound/core/oss/pcm_plugin.h 	int (*action)(struct snd_pcm_plugin *plugin,
snd_pcm_plugin     59 sound/core/oss/pcm_plugin.h 	struct snd_pcm_plugin *prev;
snd_pcm_plugin     60 sound/core/oss/pcm_plugin.h 	struct snd_pcm_plugin *next;
snd_pcm_plugin     63 sound/core/oss/pcm_plugin.h 	void (*private_free)(struct snd_pcm_plugin *plugin);
snd_pcm_plugin     75 sound/core/oss/pcm_plugin.h                          struct snd_pcm_plugin **ret);
snd_pcm_plugin     76 sound/core/oss/pcm_plugin.h int snd_pcm_plugin_free(struct snd_pcm_plugin *plugin);
snd_pcm_plugin     77 sound/core/oss/pcm_plugin.h int snd_pcm_plugin_clear(struct snd_pcm_plugin **first);
snd_pcm_plugin     87 sound/core/oss/pcm_plugin.h 			    struct snd_pcm_plugin **r_plugin);
snd_pcm_plugin     91 sound/core/oss/pcm_plugin.h 				struct snd_pcm_plugin **r_plugin);
snd_pcm_plugin     95 sound/core/oss/pcm_plugin.h 			       struct snd_pcm_plugin **r_plugin);
snd_pcm_plugin     99 sound/core/oss/pcm_plugin.h 			      struct snd_pcm_plugin **r_plugin);
snd_pcm_plugin    103 sound/core/oss/pcm_plugin.h 		               struct snd_pcm_plugin **r_plugin);
snd_pcm_plugin    107 sound/core/oss/pcm_plugin.h 			      struct snd_pcm_plugin **r_plugin);
snd_pcm_plugin    116 sound/core/oss/pcm_plugin.h int snd_pcm_plugin_append(struct snd_pcm_plugin *plugin);
snd_pcm_plugin    129 sound/core/oss/pcm_plugin.h snd_pcm_sframes_t snd_pcm_plugin_client_channels(struct snd_pcm_plugin *plugin,
snd_pcm_plugin     40 sound/core/oss/rate.c typedef void (*rate_f)(struct snd_pcm_plugin *plugin,
snd_pcm_plugin     53 sound/core/oss/rate.c static void rate_init(struct snd_pcm_plugin *plugin)
snd_pcm_plugin     64 sound/core/oss/rate.c static void resample_expand(struct snd_pcm_plugin *plugin,
snd_pcm_plugin    123 sound/core/oss/rate.c static void resample_shrink(struct snd_pcm_plugin *plugin,
snd_pcm_plugin    183 sound/core/oss/rate.c static snd_pcm_sframes_t rate_src_frames(struct snd_pcm_plugin *plugin, snd_pcm_uframes_t frames)
snd_pcm_plugin    216 sound/core/oss/rate.c static snd_pcm_sframes_t rate_dst_frames(struct snd_pcm_plugin *plugin, snd_pcm_uframes_t frames)
snd_pcm_plugin    249 sound/core/oss/rate.c static snd_pcm_sframes_t rate_transfer(struct snd_pcm_plugin *plugin,
snd_pcm_plugin    283 sound/core/oss/rate.c static int rate_action(struct snd_pcm_plugin *plugin,
snd_pcm_plugin    303 sound/core/oss/rate.c 			      struct snd_pcm_plugin **r_plugin)
snd_pcm_plugin    307 sound/core/oss/rate.c 	struct snd_pcm_plugin *plugin;
snd_pcm_plugin     47 sound/core/oss/route.c static snd_pcm_sframes_t route_transfer(struct snd_pcm_plugin *plugin,
snd_pcm_plugin     90 sound/core/oss/route.c 			       struct snd_pcm_plugin **r_plugin)
snd_pcm_plugin     92 sound/core/oss/route.c 	struct snd_pcm_plugin *plugin;