Searched refs:plug (Results 1 - 18 of 18) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/core/oss/
H A Dio.c32 #define pcm_write(plug,buf,count) snd_pcm_oss_write3(plug,buf,count,1)
33 #define pcm_writev(plug,vec,count) snd_pcm_oss_writev3(plug,vec,count,1)
34 #define pcm_read(plug,buf,count) snd_pcm_oss_read3(plug,buf,count,1)
35 #define pcm_readv(plug,vec,count) snd_pcm_oss_readv3(plug,vec,count,1)
49 return pcm_write(plugin->plug, src_channels->area.addr, frames);
60 return pcm_writev(plugin->plug, buf
106 snd_pcm_plugin_build_io(struct snd_pcm_substream *plug, struct snd_pcm_hw_params *params, struct snd_pcm_plugin **r_plugin) argument
[all...]
H A Dpcm_plugin.c36 #define snd_pcm_plug_first(plug) ((plug)->runtime->oss.plugin_first)
37 #define snd_pcm_plug_last(plug) ((plug)->runtime->oss.plugin_last)
103 int snd_pcm_plug_alloc(struct snd_pcm_substream *plug, snd_pcm_uframes_t frames) argument
106 snd_assert(snd_pcm_plug_first(plug) != NULL, return -ENXIO);
107 if (snd_pcm_plug_stream(plug) == SNDRV_PCM_STREAM_PLAYBACK) {
108 struct snd_pcm_plugin *plugin = snd_pcm_plug_first(plug);
119 struct snd_pcm_plugin *plugin = snd_pcm_plug_last(plug);
142 int snd_pcm_plugin_build(struct snd_pcm_substream *plug, argument
193 snd_pcm_plug_client_size(struct snd_pcm_substream *plug, snd_pcm_uframes_t drv_frames) argument
222 snd_pcm_plug_slave_size(struct snd_pcm_substream *plug, snd_pcm_uframes_t clt_frames) argument
345 snd_pcm_plug_format_plugins(struct snd_pcm_substream *plug, struct snd_pcm_hw_params *params, struct snd_pcm_hw_params *slave_params) argument
531 snd_pcm_plug_client_channels_buf(struct snd_pcm_substream *plug, char *buf, snd_pcm_uframes_t count, struct snd_pcm_plugin_channel **channels) argument
567 snd_pcm_plug_write_transfer(struct snd_pcm_substream *plug, struct snd_pcm_plugin_channel *src_channels, snd_pcm_uframes_t size) argument
599 snd_pcm_plug_read_transfer(struct snd_pcm_substream *plug, struct snd_pcm_plugin_channel *dst_channels_final, snd_pcm_uframes_t size) argument
[all...]
H A Dpcm_plugin.h27 #define snd_pcm_plug_stream(plug) ((plug)->stream)
55 const char *name; /* plug-in name */
76 struct snd_pcm_substream *plug; member in struct:snd_pcm_plugin
93 int snd_pcm_plug_alloc(struct snd_pcm_substream *plug, snd_pcm_uframes_t frames);
156 void *snd_pcm_plug_buf_alloc(struct snd_pcm_substream *plug, snd_pcm_uframes_t size);
157 void snd_pcm_plug_buf_unlock(struct snd_pcm_substream *plug, void *ptr);
H A Dcopy.c64 int snd_pcm_plugin_build_copy(struct snd_pcm_substream *plug, argument
83 err = snd_pcm_plugin_build(plug, "copy", src_format, dst_format,
H A Droute.c89 int snd_pcm_plugin_build_route(struct snd_pcm_substream *plug, argument
102 err = snd_pcm_plugin_build(plug, "route conversion",
H A Dlinear.c134 int snd_pcm_plugin_build_linear(struct snd_pcm_substream *plug, argument
151 err = snd_pcm_plugin_build(plug, "linear format conversion",
H A Dmulaw.c287 int snd_pcm_plugin_build_mulaw(struct snd_pcm_substream *plug, argument
318 err = snd_pcm_plugin_build(plug, "Mu-Law<->linear conversion",
H A Drate.c300 int snd_pcm_plugin_build_rate(struct snd_pcm_substream *plug, argument
318 err = snd_pcm_plugin_build(plug, "rate conversion",
H A Dpcm_oss.c572 struct snd_pcm_runtime *runtime = plugin->plug->runtime;
587 struct snd_pcm_runtime *runtime = plugin->plug->runtime;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/ps3/
H A Dinterrupt.c40 * @status: 256 bit status bitmap indexed by plug
42 * @mask: 256 bit mask bitmap indexed by plug
47 * The HV mantains per SMT thread mappings of HV outlet to HV plug on
49 * supplied bitmaps indexed by plug number. The addresses of the bitmaps
57 * implementation equates HV plug value to Linux virq value, constrains each
58 * interrupt to have a system wide unique plug number, and limits the range
59 * of the plug values to map into the first dword of the bitmaps. This
60 * gives a usable range of plug values of {NUM_ISA_INTERRUPTS..63}. Note
173 * Sets up virq and connects the irq plug.
215 * Disconnects the irq plug an
664 unsigned int plug; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dxmlschemas.in.h192 xmlSchemaSAXUnplug (xmlSchemaSAXPlugPtr plug);
H A Dxmlschemas.c28377 * We only allow to plug into SAX2 event streams
28490 * plug the pointers back.
28501 * @plug: a data structure returned by xmlSchemaSAXPlug
28509 xmlSchemaSAXUnplug(xmlSchemaSAXPlugPtr plug) argument
28514 if ((plug == NULL) || (plug->magic != XML_SAX_PLUG_MAGIC))
28516 plug->magic = 0;
28518 xmlSchemaPostRun(plug->ctxt);
28520 sax = plug->user_sax_ptr;
28521 *sax = plug
28552 xmlSchemaSAXPlugPtr plug = NULL; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/include/libxml/
H A Dxmlschemas.h212 xmlSchemaSAXUnplug (xmlSchemaSAXPlugPtr plug);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dxmlschemas.in.h192 xmlSchemaSAXUnplug (xmlSchemaSAXPlugPtr plug);
H A Dxmlschemas.c28377 * We only allow to plug into SAX2 event streams
28490 * plug the pointers back.
28501 * @plug: a data structure returned by xmlSchemaSAXPlug
28509 xmlSchemaSAXUnplug(xmlSchemaSAXPlugPtr plug) argument
28514 if ((plug == NULL) || (plug->magic != XML_SAX_PLUG_MAGIC))
28516 plug->magic = 0;
28518 xmlSchemaPostRun(plug->ctxt);
28520 sax = plug->user_sax_ptr;
28521 *sax = plug
28552 xmlSchemaSAXPlugPtr plug = NULL; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/block/
H A Delevator.c9 * one or even write a new "plug in". There are three pieces:
647 int plug)
676 if (plug)
685 int plug)
690 __elv_add_request(q, rq, where, plug);
646 __elv_add_request(request_queue_t *q, struct request *rq, int where, int plug) argument
684 elv_add_request(request_queue_t *q, struct request *rq, int where, int plug) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/
H A Dxmlschemas.c28400 * We only allow to plug into SAX2 event streams
28513 * plug the pointers back.
28524 * @plug: a data structure returned by xmlSchemaSAXPlug
28532 xmlSchemaSAXUnplug(xmlSchemaSAXPlugPtr plug) argument
28537 if ((plug == NULL) || (plug->magic != XML_SAX_PLUG_MAGIC))
28539 plug->magic = 0;
28541 xmlSchemaPostRun(plug->ctxt);
28543 sax = plug->user_sax_ptr;
28544 *sax = plug
28575 xmlSchemaSAXPlugPtr plug = NULL; local
[all...]
H A Dtestapi.c34026 xmlSchemaSAXPlugPtr plug; /* a data structure returned by xmlSchemaSAXPlug */ local
34031 plug = gen_xmlSchemaSAXPlugPtr(n_plug, 0);
34033 ret_val = xmlSchemaSAXUnplug(plug);
34036 des_xmlSchemaSAXPlugPtr(n_plug, plug, 0);
[all...]

Completed in 502 milliseconds