Home
last modified time | relevance | path

Searched defs:plugin (Results 1 - 21 of 21) sorted by relevance

/kernel/linux/linux-5.10/scripts/gcc-plugins/
H A DMakefile[all...]
/kernel/linux/linux-6.6/scripts/gcc-plugins/
H A DMakefile[all...]
/kernel/linux/linux-5.10/sound/core/oss/
H A Dcopy.c27 static snd_pcm_sframes_t copy_transfer(struct snd_pcm_plugin *plugin, in copy_transfer() argument
67 struct snd_pcm_plugin *plugin; in snd_pcm_plugin_build_copy() local
H A Dio.c37 static snd_pcm_sframes_t io_playback_transfer(struct snd_pcm_plugin *plugin, in io_playback_transfer() argument
63 static snd_pcm_sframes_t io_capture_transfer(struct snd_pcm_plugin *plugin, in io_capture_transfer() argument
90 io_src_channels(struct snd_pcm_plugin *plugin, snd_pcm_uframes_t frames, struct snd_pcm_plugin_channel **channels) io_src_channels() argument
114 struct snd_pcm_plugin *plugin; snd_pcm_plugin_build_io() local
[all...]
H A Droute.c47 static snd_pcm_sframes_t route_transfer(struct snd_pcm_plugin *plugin, in route_transfer() argument
92 struct snd_pcm_plugin *plugin; in snd_pcm_plugin_build_route() local
H A Dlinear.c55 static void convert(struct snd_pcm_plugin *plugin, in convert() argument
88 static snd_pcm_sframes_t linear_transfer(struct snd_pcm_plugin *plugin, in linear_transfer() argument
156 struct snd_pcm_plugin *plugin; in snd_pcm_plugin_build_linear() local
[all...]
H A Dmulaw.c168 static void mulaw_decode(struct snd_pcm_plugin *plugin, in mulaw_decode() argument
214 static void mulaw_encode(struct snd_pcm_plugin *plugin, in mulaw_encode() argument
248 mulaw_transfer(struct snd_pcm_plugin *plugin, const struct snd_pcm_plugin_channel *src_channels, struct snd_pcm_plugin_channel *dst_channels, snd_pcm_uframes_t frames) mulaw_transfer() argument
307 struct snd_pcm_plugin *plugin; snd_pcm_plugin_build_mulaw() local
[all...]
H A Drate.c53 static void rate_init(struct snd_pcm_plugin *plugin) in rate_init() argument
64 static void resample_expand(struct snd_pcm_plugin *plugin, in resample_expand() argument
123 static void resample_shrink(struct snd_pcm_plugin *plugin, in resample_shrink() argument
183 rate_src_frames(struct snd_pcm_plugin *plugin, snd_pcm_uframes_t frames) rate_src_frames() argument
216 rate_dst_frames(struct snd_pcm_plugin *plugin, snd_pcm_uframes_t frames) rate_dst_frames() argument
249 rate_transfer(struct snd_pcm_plugin *plugin, const struct snd_pcm_plugin_channel *src_channels, struct snd_pcm_plugin_channel *dst_channels, snd_pcm_uframes_t frames) rate_transfer() argument
283 rate_action(struct snd_pcm_plugin *plugin, enum snd_pcm_plugin_action action, unsigned long udata) rate_action() argument
307 struct snd_pcm_plugin *plugin; snd_pcm_plugin_build_rate() local
[all...]
H A Dpcm_plugin.c49 static int snd_pcm_plugin_alloc(struct snd_pcm_plugin *plugin, snd_pcm_uframes_t frames) in snd_pcm_plugin_alloc() argument
113 struct snd_pcm_plugin *plugin = snd_pcm_plug_first(plug); snd_pcm_plug_alloc() local
125 struct snd_pcm_plugin *plugin = snd_pcm_plug_last(plug); snd_pcm_plug_alloc() local
141 snd_pcm_plugin_client_channels(struct snd_pcm_plugin *plugin, snd_pcm_uframes_t frames, struct snd_pcm_plugin_channel **channels) snd_pcm_plugin_client_channels() argument
156 struct snd_pcm_plugin *plugin; snd_pcm_plugin_build() local
190 snd_pcm_plugin_free(struct snd_pcm_plugin *plugin) snd_pcm_plugin_free() argument
206 struct snd_pcm_plugin *plugin, *plugin_next; calc_dst_frames() local
228 struct snd_pcm_plugin *plugin, *plugin_prev; calc_src_frames() local
378 struct snd_pcm_plugin *plugin = NULL; snd_pcm_plug_format_plugins() local
561 struct snd_pcm_plugin *plugin; snd_pcm_plug_client_channels_buf() local
597 struct snd_pcm_plugin *plugin, *next; snd_pcm_plug_write_transfer() local
637 struct snd_pcm_plugin *plugin, *next; snd_pcm_plug_read_transfer() local
[all...]
H A Dpcm_oss.c542 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() argument
569 snd_pcm_plugin_append(struct snd_pcm_plugin *plugin) snd_pcm_plugin_append() argument
985 struct snd_pcm_plugin *plugin; snd_pcm_oss_change_params_locked() local
[all...]
/kernel/linux/linux-6.6/sound/core/oss/
H A Dcopy.c27 static snd_pcm_sframes_t copy_transfer(struct snd_pcm_plugin *plugin, in copy_transfer() argument
67 struct snd_pcm_plugin *plugin; in snd_pcm_plugin_build_copy() local
H A Dio.c37 static snd_pcm_sframes_t io_playback_transfer(struct snd_pcm_plugin *plugin, in io_playback_transfer() argument
63 static snd_pcm_sframes_t io_capture_transfer(struct snd_pcm_plugin *plugin, in io_capture_transfer() argument
90 io_src_channels(struct snd_pcm_plugin *plugin, snd_pcm_uframes_t frames, struct snd_pcm_plugin_channel **channels) io_src_channels() argument
114 struct snd_pcm_plugin *plugin; snd_pcm_plugin_build_io() local
[all...]
H A Droute.c47 static snd_pcm_sframes_t route_transfer(struct snd_pcm_plugin *plugin, in route_transfer() argument
92 struct snd_pcm_plugin *plugin; in snd_pcm_plugin_build_route() local
H A Dlinear.c55 static void convert(struct snd_pcm_plugin *plugin, in convert() argument
88 static snd_pcm_sframes_t linear_transfer(struct snd_pcm_plugin *plugin, in linear_transfer() argument
156 struct snd_pcm_plugin *plugin; in snd_pcm_plugin_build_linear() local
[all...]
H A Dmulaw.c168 static void mulaw_decode(struct snd_pcm_plugin *plugin, in mulaw_decode() argument
214 static void mulaw_encode(struct snd_pcm_plugin *plugin, in mulaw_encode() argument
248 mulaw_transfer(struct snd_pcm_plugin *plugin, const struct snd_pcm_plugin_channel *src_channels, struct snd_pcm_plugin_channel *dst_channels, snd_pcm_uframes_t frames) mulaw_transfer() argument
307 struct snd_pcm_plugin *plugin; snd_pcm_plugin_build_mulaw() local
[all...]
H A Drate.c53 static void rate_init(struct snd_pcm_plugin *plugin) in rate_init() argument
64 static void resample_expand(struct snd_pcm_plugin *plugin, in resample_expand() argument
123 static void resample_shrink(struct snd_pcm_plugin *plugin, in resample_shrink() argument
183 rate_src_frames(struct snd_pcm_plugin *plugin, snd_pcm_uframes_t frames) rate_src_frames() argument
216 rate_dst_frames(struct snd_pcm_plugin *plugin, snd_pcm_uframes_t frames) rate_dst_frames() argument
249 rate_transfer(struct snd_pcm_plugin *plugin, const struct snd_pcm_plugin_channel *src_channels, struct snd_pcm_plugin_channel *dst_channels, snd_pcm_uframes_t frames) rate_transfer() argument
283 rate_action(struct snd_pcm_plugin *plugin, enum snd_pcm_plugin_action action, unsigned long udata) rate_action() argument
307 struct snd_pcm_plugin *plugin; snd_pcm_plugin_build_rate() local
[all...]
H A Dpcm_plugin.c49 static int snd_pcm_plugin_alloc(struct snd_pcm_plugin *plugin, snd_pcm_uframes_t frames) in snd_pcm_plugin_alloc() argument
114 struct snd_pcm_plugin *plugin = snd_pcm_plug_first(plug); snd_pcm_plug_alloc() local
126 struct snd_pcm_plugin *plugin = snd_pcm_plug_last(plug); snd_pcm_plug_alloc() local
142 snd_pcm_plugin_client_channels(struct snd_pcm_plugin *plugin, snd_pcm_uframes_t frames, struct snd_pcm_plugin_channel **channels) snd_pcm_plugin_client_channels() argument
157 struct snd_pcm_plugin *plugin; snd_pcm_plugin_build() local
191 snd_pcm_plugin_free(struct snd_pcm_plugin *plugin) snd_pcm_plugin_free() argument
207 struct snd_pcm_plugin *plugin, *plugin_next; calc_dst_frames() local
229 struct snd_pcm_plugin *plugin, *plugin_prev; calc_src_frames() local
379 struct snd_pcm_plugin *plugin = NULL; snd_pcm_plug_format_plugins() local
562 struct snd_pcm_plugin *plugin; snd_pcm_plug_client_channels_buf() local
599 struct snd_pcm_plugin *plugin, *next; snd_pcm_plug_write_transfer() local
641 struct snd_pcm_plugin *plugin, *next; snd_pcm_plug_read_transfer() local
[all...]
H A Dpcm_oss.c542 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() argument
569 snd_pcm_plugin_append(struct snd_pcm_plugin *plugin) snd_pcm_plugin_append() argument
993 struct snd_pcm_plugin *plugin; snd_pcm_oss_change_params_locked() local
[all...]
/kernel/linux/linux-5.10/tools/lib/traceevent/
H A Devent-plugin.c31 char *plugin; member
164 char *plugin; in update_option() local
257 parse_option_name(char **option, char **plugin) parse_option_name() argument
274 find_registered_option(const char *plugin, const char *option) find_registered_option() argument
299 process_option(const char *plugin, const char *option, const char *val) process_option() argument
323 char *plugin; tep_plugin_add_option() local
451 char *plugin; load_plugin() local
[all...]
/kernel/linux/linux-6.6/fs/ocfs2/
H A Dstackglue.c162 int ocfs2_stack_glue_register(struct ocfs2_stack_plugin *plugin) in ocfs2_stack_glue_register() argument
185 void ocfs2_stack_glue_unregister(struct ocfs2_stack_plugin *plugin) in ocfs2_stack_glue_unregister() argument
[all...]
/kernel/linux/linux-5.10/fs/ocfs2/
H A Dstackglue.c164 int ocfs2_stack_glue_register(struct ocfs2_stack_plugin *plugin) in ocfs2_stack_glue_register() argument
187 void ocfs2_stack_glue_unregister(struct ocfs2_stack_plugin *plugin) in ocfs2_stack_glue_unregister() argument
[all...]

Completed in 15 milliseconds