Home
last modified time | relevance | path

Searched refs:oss (Results 1 – 61 of 61) sorted by relevance

/linux-4.1.27/arch/m68k/mac/
Doss.c30 volatile struct mac_oss *oss; variable
45 oss = (struct mac_oss *) OSS_BASE; in oss_init()
51 oss->irq_level[i] = 0; in oss_init()
68 int events = oss->irq_pending & in oss_irq()
74 (int) oss->irq_pending); in oss_irq()
79 oss->irq_pending &= ~OSS_IP_IOPSCC; in oss_irq()
84 oss->irq_pending &= ~OSS_IP_SCSI; in oss_irq()
89 oss->irq_pending &= ~OSS_IP_IOPISM; in oss_irq()
104 events = oss->irq_pending & OSS_IP_NUBUS; in oss_nubus_irq()
121 oss->irq_pending &= ~irq_bit; in oss_nubus_irq()
[all …]
DMakefile5 obj-y := config.o macints.o iop.o via.o oss.o psc.o \
Dmisc.c392 oss->rom_ctrl = OSS_POWEROFF; in oss_shutdown()
/linux-4.1.27/sound/core/oss/
Dpcm_oss.c570 plugin = runtime->oss.plugin_first; in snd_pcm_oss_plugin_clear()
576 runtime->oss.plugin_first = runtime->oss.plugin_last = NULL; in snd_pcm_oss_plugin_clear()
583 plugin->next = runtime->oss.plugin_first; in snd_pcm_plugin_insert()
585 if (runtime->oss.plugin_first) { in snd_pcm_plugin_insert()
586 runtime->oss.plugin_first->prev = plugin; in snd_pcm_plugin_insert()
587 runtime->oss.plugin_first = plugin; in snd_pcm_plugin_insert()
589 runtime->oss.plugin_last = in snd_pcm_plugin_insert()
590 runtime->oss.plugin_first = plugin; in snd_pcm_plugin_insert()
599 plugin->prev = runtime->oss.plugin_last; in snd_pcm_plugin_append()
600 if (runtime->oss.plugin_last) { in snd_pcm_plugin_append()
[all …]
DMakefile6 snd-mixer-oss-objs := mixer_oss.o
8 snd-pcm-oss-y := pcm_oss.o
9 snd-pcm-oss-$(CONFIG_SND_PCM_OSS_PLUGINS) += pcm_plugin.o \
12 obj-$(CONFIG_SND_MIXER_OSS) += snd-mixer-oss.o
13 obj-$(CONFIG_SND_PCM_OSS) += snd-pcm-oss.o
Dpcm_plugin.c35 #define snd_pcm_plug_first(plug) ((plug)->runtime->oss.plugin_first)
36 #define snd_pcm_plug_last(plug) ((plug)->runtime->oss.plugin_last)
/linux-4.1.27/Documentation/ABI/testing/
Dsysfs-fs-xfs4 Contact: xfs@oss.sgi.com
13 Contact: xfs@oss.sgi.com
21 Contact: xfs@oss.sgi.com
32 Contact: xfs@oss.sgi.com
Dsysfs-ocfs23 Contact: ocfs2-devel@oss.oracle.com
10 Contact: ocfs2-devel@oss.oracle.com
31 Contact: ocfs2-devel@oss.oracle.com
51 Contact: ocfs2-devel@oss.oracle.com
68 Contact: ocfs2-devel@oss.oracle.com
89 ocfs2-tools <ocfs2-tools-devel@oss.oracle.com>
Dsysfs-driver-hid10 Users: HIDAPI library (http://www.signal11.us/oss/hidapi)
/linux-4.1.27/Documentation/sound/alsa/
DOSS-Emulation.txt12 as add-on kernel modules, snd-pcm-oss, snd-mixer-oss and snd-seq-oss.
32 /proc/asound/oss/sndstat. This shows in the same syntax of
77 snd-pcm-oss and snd-rawmidi. In the case of PCM, the following
78 options are available for snd-pcm-oss:
88 options snd-pcm-oss adsp_map=2
94 options snd-pcm-oss adsp_map=0,2
121 stream, /proc/asound/cardX/pcmY[cp]/oss, where X is the card number
124 exists only after snd-pcm-oss module is loaded.
154 % echo "quake 0 0 direct" > /proc/asound/card0/pcm0p/oss
159 % echo "quake 0 0 disable" > /proc/asound/card0/pcm0c/oss
[all …]
DProcfile.txt48 oss/devices
51 oss/sndstat
201 seq/oss
DALSA-Configuration.txt70 Module snd-pcm-oss
98 similar to those of the snd-pcm-oss module.
1369 See Documentation/sound/oss/MultiSound for important information
2245 options of snd-pcm-oss module.
2251 /proc/asound/card#/pcm#[cp]/oss
2273 Example: echo "x11amp 128 16384" > /proc/asound/card0/pcm0p/oss
2274 echo "squake 0 0 disable" > /proc/asound/card0/pcm0c/oss
2275 echo "rvplayer 0 0 block" > /proc/asound/card0/pcm0p/oss
/linux-4.1.27/sound/core/seq/oss/
DMakefile6 snd-seq-oss-objs := seq_oss.o seq_oss_init.o seq_oss_timer.o seq_oss_ioctl.o \
10 obj-$(CONFIG_SND_SEQUENCER) += snd-seq-oss.o
/linux-4.1.27/Documentation/zh_CN/
Dmagic-number.txt107 CS_CARD_MAGIC 0x43525553 cs_card sound/oss/cs46xx.c
113 CS_STATE_MAGIC 0x4c4f4749 cs_state sound/oss/cs46xx.c
116 I810_CARD_MAGIC 0x5072696E i810_card sound/oss/i810_audio.c
117 TRIDENT_CARD_MAGIC 0x5072696E trident_card sound/oss/trident.c
127 I810_STATE_MAGIC 0x63657373 i810_state sound/oss/i810_audio.c
128 TRIDENT_STATE_MAGIC 0x63657373 trient_state sound/oss/trident.c
129 M3_CARD_MAGIC 0x646e6f50 m3_card sound/oss/maestro3.c
135 M3_STATE_MAGIC 0x734d724d m3_state sound/oss/maestro3.c
/linux-4.1.27/sound/
DMakefile6 obj-$(CONFIG_SOUND_PRIME) += oss/
7 obj-$(CONFIG_DMASOUND) += oss/
DKconfig13 <file:Documentation/sound/oss/Introduction>. The file
14 <file:Documentation/sound/oss/README.OSS> contains some slightly
23 and read <file:Documentation/sound/oss/README.modules>; the module
57 source "sound/oss/dmasound/Kconfig"
121 source "sound/oss/Kconfig"
/linux-4.1.27/Documentation/ABI/stable/
Do2cb4 Contact: ocfs2-devel@oss.oracle.com
10 ocfs2-devel@oss.oracle.com.
/linux-4.1.27/Documentation/ABI/removed/
Do2cb4 Contact: ocfs2-devel@oss.oracle.com
10 ocfs2-devel@oss.oracle.com.
/linux-4.1.27/sound/oss/
DKconfig23 See <file:Documentation/sound/oss/MultiSound> for important information
44 <file:Documentation/sound/oss/MultiSound> for information on how to
55 <file:Documentation/sound/oss/MultiSound> for information on how to
85 See <file:Documentation/sound/oss/MultiSound> for important information
106 <file:Documentation/sound/oss/MultiSound> for information on how to
117 <file:Documentation/sound/oss/MultiSound> for information on how to
151 <file:Documentation/sound/oss/MultiSound> for information on how to make
327 specific instructions in <file:Documentation/sound/oss/README.OSS>.
344 instructions in the <file:Documentation/sound/oss/README.OSS> file. It
356 PAS16 compatible. Please read <file:Documentation/sound/oss/PAS16>.
[all …]
/linux-4.1.27/Documentation/
Dmagic-number.txt107 CS_CARD_MAGIC 0x43525553 cs_card sound/oss/cs46xx.c
113 CS_STATE_MAGIC 0x4c4f4749 cs_state sound/oss/cs46xx.c
116 I810_CARD_MAGIC 0x5072696E i810_card sound/oss/i810_audio.c
117 TRIDENT_CARD_MAGIC 0x5072696E trident_card sound/oss/trident.c
127 I810_STATE_MAGIC 0x63657373 i810_state sound/oss/i810_audio.c
128 TRIDENT_STATE_MAGIC 0x63657373 trient_state sound/oss/trident.c
129 M3_CARD_MAGIC 0x646e6f50 m3_card sound/oss/maestro3.c
135 M3_STATE_MAGIC 0x734d724d m3_state sound/oss/maestro3.c
Dnumastat.txt25 (http://oss.sgi.com/projects/libnuma/). Note that it only works
DChanges331 o <ftp://oss.sgi.com/projects/xfs/>
Dkernel-docs.txt495 http://www.cse.unsw.edu.au/~neilb/oss/linux-commentary/nfsd.html
DDMA-API-HOWTO.txt968 Ralf Baechle <ralf@oss.sgi.com>
Dkernel-parameters.txt2583 See Documentation/sound/oss/oss-parameters.txt
/linux-4.1.27/fs/ocfs2/
DKconfig18 Project web page: http://oss.oracle.com/projects/ocfs2
19 Tools web page: http://oss.oracle.com/projects/ocfs2-tools
20 OCFS2 mailing lists: http://oss.oracle.com/projects/ocfs2/mailman/
/linux-4.1.27/sound/core/
Dpcm.c406 if (substream->oss.oss) { in snd_pcm_substream_proc_hw_params_read()
407 snd_iprintf(buffer, "OSS format: %s\n", snd_pcm_oss_format_name(runtime->oss.format)); in snd_pcm_substream_proc_hw_params_read()
408 snd_iprintf(buffer, "OSS channels: %u\n", runtime->oss.channels); in snd_pcm_substream_proc_hw_params_read()
409 snd_iprintf(buffer, "OSS rate: %u\n", runtime->oss.rate); in snd_pcm_substream_proc_hw_params_read()
410 snd_iprintf(buffer, "OSS period bytes: %lu\n", (unsigned long)runtime->oss.period_bytes); in snd_pcm_substream_proc_hw_params_read()
411 snd_iprintf(buffer, "OSS periods: %u\n", runtime->oss.periods); in snd_pcm_substream_proc_hw_params_read()
412 snd_iprintf(buffer, "OSS period frames: %lu\n", (unsigned long)runtime->oss.period_frames); in snd_pcm_substream_proc_hw_params_read()
694 mutex_init(&pstr->oss.setup_mutex); in snd_pcm_new_stream()
868 for (setup = pstr->oss.setup_list; setup; setup = setupn) { in snd_pcm_free_stream()
DMakefile39 obj-$(CONFIG_SND_OSSEMUL) += oss/
DKconfig66 will be called snd-mixer-oss.
79 will be called snd-pcm-oss.
102 snd-seq-oss.
Drawmidi.c446 rawmidi_file->input->runtime->oss = (maj == SOUND_MAJOR); in snd_rawmidi_open()
448 rawmidi_file->output->runtime->oss = (maj == SOUND_MAJOR); in snd_rawmidi_open()
1428 runtime->oss ? "OSS compatible" : "native", in snd_rawmidi_proc_info_read()
Dpcm_native.c524 if (!substream->oss.oss) in snd_pcm_hw_params()
/linux-4.1.27/arch/m68k/include/asm/
Dmac_oss.h72 extern volatile struct mac_oss *oss;
/linux-4.1.27/include/sound/
Dpcm_oss.h72 unsigned oss: 1; /* oss mode */ member
Drawmidi.h70 oss: 1; /* OSS compatible mode */ member
Dpcm.h428 struct snd_pcm_oss_runtime oss; member
478 struct snd_pcm_oss_substream oss; member
508 struct snd_pcm_oss_stream oss; member
539 struct snd_pcm_oss oss; member
/linux-4.1.27/Documentation/sound/oss/
DPAS1612 Sound-HOWTO, Documentation/sound/oss/Introduction and other
75 Documentation/sound/oss/Introduction. The file
76 Documentation/sound/oss/README.OSS contains some slightly outdated but
121 Please read the file Documentation/sound/oss/OPL3 if your card has an
Doss-parameters.txt20 See also header of sound/oss/aedsp16.c.
DCMI83305 ( Be sure to read Documentation/sound/oss/SoundPro too )
DSoundPro4 ( Be sure to read Documentation/sound/oss/CMI8330 too )
DREADME.modules29 Then, add to your /etc/modprobe.d/oss.conf something like:
DIntroduction27 as Documentation/sound/oss/Introduction
171 requested by modprobe. For example, my /etc/modprobe.d/oss.conf contains:
DREADME.OSS330 require recompiling of the kernel. See http://www.4Front-tech.com/oss.html for
1436 of this driver (see http://www.4Front-tech.com/oss.html for more info).
1455 (Open Sound System) drivers: http://www.opensound.com/oss.html
/linux-4.1.27/Documentation/security/
DSELinux.txt4 http://oss.tresys.com/projects/refpolicy
/linux-4.1.27/sound/core/seq/
DMakefile19 obj-$(CONFIG_SND_SEQUENCER) += oss/
/linux-4.1.27/Documentation/video4linux/
Dsi470x.txt82 sox -2 --endian little -r 96000 -t oss /dev/dsp1 -t oss /dev/dsp
DREADME.saa71346 This is a v4l2/oss device driver for saa7130/33/34/35 based capture / TV
/linux-4.1.27/kernel/
Dsignal.c3147 stack_t oss; in do_sigaltstack() local
3150 oss.ss_sp = (void __user *) current->sas_ss_sp; in do_sigaltstack()
3151 oss.ss_size = current->sas_ss_size; in do_sigaltstack()
3152 oss.ss_flags = sas_ss_flags(sp); in do_sigaltstack()
3201 error = __put_user(oss.ss_sp, &uoss->ss_sp) | in do_sigaltstack()
3202 __put_user(oss.ss_size, &uoss->ss_size) | in do_sigaltstack()
3203 __put_user(oss.ss_flags, &uoss->ss_flags); in do_sigaltstack()
/linux-4.1.27/fs/xfs/
DKconfig15 Refer to the documentation at <http://oss.sgi.com/projects/xfs/>
/linux-4.1.27/Documentation/filesystems/
Ddlmfs.txt10 OCFS2 mailing lists: http://oss.oracle.com/projects/ocfs2/mailman/
Docfs2.txt13 OCFS2 mailing lists: http://oss.oracle.com/projects/ocfs2/mailman/
Dxfs.txt12 Refer to the documentation at http://oss.sgi.com/projects/xfs/
Dvfs.txt1165 <http://www.cse.unsw.edu.au/~neilb/oss/linux-commentary/vfs.html>
/linux-4.1.27/Documentation/hid/
Dhidraw.txt34 http://www.signal11.us/oss/udev/
/linux-4.1.27/Documentation/vm/
Dpage_migration21 ftp://oss.sgi.com/www/projects/libnuma/download/). numactl provides libnuma
/linux-4.1.27/Documentation/networking/
Dnetdev-FAQ.txt199 http://oss-security.openwall.org/wiki/mailing-lists/distros
Drds.txt9 http://oss.oracle.com/pipermail/rds-devel/2007-November/000228.html
/linux-4.1.27/sound/isa/
DKconfig449 See <file:Documentation/sound/oss/MultiSound> for important information
/linux-4.1.27/
DMAINTAINERS456 F: sound/oss/aedsp16.c
1435 W: http://oss.renesas.com
2450 L: cbe-oss-dev@lists.ozlabs.org
2723 W: http://oss.sgi.com/projects/cpusets/
6643 F: Documentation/sound/oss/MultiSound
6644 F: sound/oss/msnd*
7320 L: ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
7864 L: cbe-oss-dev@lists.ozlabs.org
7871 L: cbe-oss-dev@lists.ozlabs.org
7885 L: cbe-oss-dev@lists.ozlabs.org
[all …]
/linux-4.1.27/Documentation/RCU/
DRTFP.txt581 \url{http://oss.sgi.com/projects/netdev/archive/2000-06/msg00250.html}
599 \url{http://oss.sgi.com/projects/netdev/archive/2000-06/msg00254.html}
/linux-4.1.27/Documentation/virtual/uml/
DUserModeLinux-HOWTO.txt4558 uni-koblenz.de> ) gave me an account on oss.sgi.com
4559 <http://www.oss.sgi.com> . The bandwidth there made it possible to
/linux-4.1.27/drivers/scsi/
DKconfig1713 <http://oss.software.ibm.com/developerworks/opensource/linux390>