Home
last modified time | relevance | path

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

12

/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...]
/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...]
/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...]
/third_party/alsa-lib/src/pcm/
H A Dpcm_plugin.c131 void snd_pcm_plugin_init(snd_pcm_plugin_t *plugin) in snd_pcm_plugin_init() argument
140 snd_pcm_plugin_t *plugin = pcm->private_data; in snd_pcm_plugin_delay() local
149 static int snd_pcm_plugin_call_init_cb(snd_pcm_t *pcm, snd_pcm_plugin_t *plugin) in snd_pcm_plugin_call_init_cb() argument
167 snd_pcm_plugin_t *plugin = pcm->private_data; snd_pcm_plugin_prepare() local
177 snd_pcm_plugin_t *plugin = pcm->private_data; snd_pcm_plugin_reset() local
192 snd_pcm_plugin_t *plugin = pcm->private_data; snd_pcm_plugin_rewind() local
216 snd_pcm_plugin_t *plugin = pcm->private_data; snd_pcm_plugin_forward() local
238 snd_pcm_plugin_t *plugin = pcm->private_data; snd_pcm_plugin_write_areas() local
295 snd_pcm_plugin_t *plugin = pcm->private_data; snd_pcm_plugin_read_areas() local
390 snd_pcm_plugin_t *plugin = pcm->private_data; snd_pcm_plugin_mmap_commit() local
463 snd_pcm_plugin_t *plugin = pcm->private_data; snd_pcm_plugin_sync_hw_ptr_capture() local
539 snd_pcm_plugin_t *plugin = pcm->private_data; snd_pcm_plugin_avail_update() local
549 snd_pcm_plugin_t *plugin = pcm->private_data; snd_pcm_plugin_status() 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...]
/third_party/ntfs-3g/src/
H A Dntfs-3g_common.c801 plugin_list_t *plugin; local
834 plugin_list_t *plugin; global() local
[all...]
/third_party/libwebsockets/lib/roles/ws/
H A Dops-ws.c1965 struct lws_plugin *plugin; in rops_init_vhost_ws() local
/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...]
/third_party/ffmpeg/libavcodec/
H A Dqsv.c334 char *plugin = av_get_token(&load_plugins, ":"); in qsv_load_plugins() local
/third_party/ffmpeg/libavfilter/
H A Daf_ladspa.c46 char *plugin; member
[all...]
H A Daf_lv2.c58 const LilvPlugin *plugin; member
399 const LilvPlugin *plugin; init() local
[all...]

Completed in 19 milliseconds

12