Searched defs:plugin (Results 1 – 10 of 10) sorted by relevance
/linux/sound/core/oss/ |
A D | pcm_plugin.c | 111 struct snd_pcm_plugin *plugin = snd_pcm_plug_first(plug); in snd_pcm_plug_alloc() local 123 struct snd_pcm_plugin *plugin = snd_pcm_plug_last(plug); in snd_pcm_plug_alloc() local 139 snd_pcm_sframes_t snd_pcm_plugin_client_channels(struct snd_pcm_plugin *plugin, in snd_pcm_plugin_client_channels() 154 struct snd_pcm_plugin *plugin; in snd_pcm_plugin_build() local 188 int snd_pcm_plugin_free(struct snd_pcm_plugin *plugin) in snd_pcm_plugin_free() 204 struct snd_pcm_plugin *plugin, *plugin_next; in calc_dst_frames() local 226 struct snd_pcm_plugin *plugin, *plugin_prev; in calc_src_frames() local 376 struct snd_pcm_plugin *plugin = NULL; in snd_pcm_plug_format_plugins() local 559 struct snd_pcm_plugin *plugin; in snd_pcm_plug_client_channels_buf() local 596 struct snd_pcm_plugin *plugin, *next; in snd_pcm_plug_write_transfer() local [all …]
|
A D | rate.c | 53 static void rate_init(struct snd_pcm_plugin *plugin) in rate_init() 64 static void resample_expand(struct snd_pcm_plugin *plugin, in resample_expand() 123 static void resample_shrink(struct snd_pcm_plugin *plugin, in resample_shrink() 183 static snd_pcm_sframes_t rate_src_frames(struct snd_pcm_plugin *plugin, snd_pcm_uframes_t frames) in rate_src_frames() 216 static snd_pcm_sframes_t rate_dst_frames(struct snd_pcm_plugin *plugin, snd_pcm_uframes_t frames) in rate_dst_frames() 249 static snd_pcm_sframes_t rate_transfer(struct snd_pcm_plugin *plugin, in rate_transfer() 283 static int rate_action(struct snd_pcm_plugin *plugin, in rate_action() 307 struct snd_pcm_plugin *plugin; in snd_pcm_plugin_build_rate() local
|
A D | io.c | 37 static snd_pcm_sframes_t io_playback_transfer(struct snd_pcm_plugin *plugin, in io_playback_transfer() 63 static snd_pcm_sframes_t io_capture_transfer(struct snd_pcm_plugin *plugin, in io_capture_transfer() 90 static snd_pcm_sframes_t io_src_channels(struct snd_pcm_plugin *plugin, in io_src_channels() 114 struct snd_pcm_plugin *plugin; in snd_pcm_plugin_build_io() local
|
A D | copy.c | 27 static snd_pcm_sframes_t copy_transfer(struct snd_pcm_plugin *plugin, in copy_transfer() 67 struct snd_pcm_plugin *plugin; in snd_pcm_plugin_build_copy() local
|
A D | mulaw.c | 168 static void mulaw_decode(struct snd_pcm_plugin *plugin, in mulaw_decode() 214 static void mulaw_encode(struct snd_pcm_plugin *plugin, in mulaw_encode() 248 static snd_pcm_sframes_t mulaw_transfer(struct snd_pcm_plugin *plugin, in mulaw_transfer() 307 struct snd_pcm_plugin *plugin; in snd_pcm_plugin_build_mulaw() local
|
A D | linear.c | 55 static void convert(struct snd_pcm_plugin *plugin, in convert() 88 static snd_pcm_sframes_t linear_transfer(struct snd_pcm_plugin *plugin, in linear_transfer() 156 struct snd_pcm_plugin *plugin; in snd_pcm_plugin_build_linear() local
|
A D | route.c | 47 static snd_pcm_sframes_t route_transfer(struct snd_pcm_plugin *plugin, in route_transfer() 92 struct snd_pcm_plugin *plugin; in snd_pcm_plugin_build_route() local
|
A D | pcm_oss.c | 542 struct snd_pcm_plugin *plugin, *next; in snd_pcm_oss_plugin_clear() local 554 static int snd_pcm_plugin_insert(struct snd_pcm_plugin *plugin) in snd_pcm_plugin_insert() 569 int snd_pcm_plugin_append(struct snd_pcm_plugin *plugin) in snd_pcm_plugin_append() 979 struct snd_pcm_plugin *plugin; in snd_pcm_oss_change_params_locked() local
|
/linux/tools/lib/traceevent/ |
A D | event-plugin.c | 31 char *plugin; member 164 char *plugin; in update_option() local 257 static int parse_option_name(char **option, char **plugin) in parse_option_name() 274 find_registered_option(const char *plugin, const char *option) in find_registered_option() 299 static int process_option(const char *plugin, const char *option, const char *val) in process_option() 323 char *plugin; in tep_plugin_add_option() local 451 char *plugin; in load_plugin() local
|
/linux/fs/ocfs2/ |
A D | stackglue.c | 162 int ocfs2_stack_glue_register(struct ocfs2_stack_plugin *plugin) in ocfs2_stack_glue_register() 185 void ocfs2_stack_glue_unregister(struct ocfs2_stack_plugin *plugin) in ocfs2_stack_glue_unregister()
|
Completed in 18 milliseconds