Home
last modified time | relevance | path

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

123

/Linux-v4.19/sound/core/oss/
Dpcm_oss.c559 plugin = runtime->oss.plugin_first; in snd_pcm_oss_plugin_clear()
565 runtime->oss.plugin_first = runtime->oss.plugin_last = NULL; in snd_pcm_oss_plugin_clear()
572 plugin->next = runtime->oss.plugin_first; in snd_pcm_plugin_insert()
574 if (runtime->oss.plugin_first) { in snd_pcm_plugin_insert()
575 runtime->oss.plugin_first->prev = plugin; in snd_pcm_plugin_insert()
576 runtime->oss.plugin_first = plugin; in snd_pcm_plugin_insert()
578 runtime->oss.plugin_last = in snd_pcm_plugin_insert()
579 runtime->oss.plugin_first = plugin; in snd_pcm_plugin_insert()
588 plugin->prev = runtime->oss.plugin_last; in snd_pcm_plugin_append()
589 if (runtime->oss.plugin_last) { in snd_pcm_plugin_append()
[all …]
DMakefile7 snd-mixer-oss-objs := mixer_oss.o
9 snd-pcm-oss-y := pcm_oss.o
10 snd-pcm-oss-$(CONFIG_SND_PCM_OSS_PLUGINS) += pcm_plugin.o \
13 obj-$(CONFIG_SND_MIXER_OSS) += snd-mixer-oss.o
14 obj-$(CONFIG_SND_PCM_OSS) += snd-pcm-oss.o
/Linux-v4.19/arch/m68k/mac/
Doss.c31 volatile struct mac_oss *oss; variable
44 oss = (struct mac_oss *) OSS_BASE; in oss_init()
45 pr_debug("OSS detected at %p", oss); in oss_init()
52 oss->irq_level[i] = 0; in oss_init()
75 events = oss->irq_pending & OSS_IP_NUBUS; in oss_nubus_irq()
117 oss->irq_level[OSS_VIA1] = OSS_IRQLEV_VIA1; in oss_register_interrupts()
132 oss->irq_level[OSS_IOPSCC] = OSS_IRQLEV_IOPSCC; in oss_irq_enable()
135 oss->irq_level[OSS_IOPISM] = OSS_IRQLEV_IOPISM; in oss_irq_enable()
138 oss->irq_level[OSS_SCSI] = OSS_IRQLEV_SCSI; in oss_irq_enable()
147 oss->irq_level[irq] = OSS_IRQLEV_NUBUS; in oss_irq_enable()
[all …]
DMakefile5 obj-y := config.o macints.o iop.o via.o oss.o psc.o \
/Linux-v4.19/Documentation/sound/designs/
Doss-emulation.rst13 as add-on kernel modules, snd-pcm-oss, snd-mixer-oss and snd-seq-oss.
33 /proc/asound/oss/sndstat. This shows in the same syntax of
79 snd-pcm-oss and snd-rawmidi. In the case of PCM, the following
80 options are available for snd-pcm-oss:
93 options snd-pcm-oss adsp_map=2
100 options snd-pcm-oss adsp_map=0,2
130 stream, ``/proc/asound/cardX/pcmY[cp]/oss``, where X is the card number
133 exists only after snd-pcm-oss module is loaded.
171 % echo "quake 0 0 direct" > /proc/asound/card0/pcm0p/oss
177 % echo "quake 0 0 disable" > /proc/asound/card0/pcm0c/oss
[all …]
Dindex.rst15 oss-emulation
16 seq-oss
Dseq-oss.rst67 ``/proc/asound/seq/oss`` at any time. In the later version,
75 and OSS emulation (``--with-oss=yes``) options. A module ``snd-seq-oss.o``
86 Run ``cat /proc/asound/seq/oss``, and check the devices. For example,
112 ``/proc/asound/oss-devices`` or ones of the original OSS driver.
113 Use the device number listed in ``/proc/asound/seq/oss``
132 ``/proc/asound/seq/oss``.
134 ``/proc/asound/oss-devices``.
/Linux-v4.19/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>
/Linux-v4.19/Documentation/translations/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
126 I810_STATE_MAGIC 0x63657373 i810_state sound/oss/i810_audio.c
127 TRIDENT_STATE_MAGIC 0x63657373 trient_state sound/oss/trident.c
128 M3_CARD_MAGIC 0x646e6f50 m3_card sound/oss/maestro3.c
134 M3_STATE_MAGIC 0x734d724d m3_state sound/oss/maestro3.c
/Linux-v4.19/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_OSS) += snd-seq-oss.o
/Linux-v4.19/Documentation/ABI/stable/
Do2cb4 Contact: ocfs2-devel@oss.oracle.com
10 ocfs2-devel@oss.oracle.com.
/Linux-v4.19/Documentation/ABI/removed/
Do2cb4 Contact: ocfs2-devel@oss.oracle.com
10 ocfs2-devel@oss.oracle.com.
/Linux-v4.19/Documentation/process/
Dmagic-number.rst112 CS_CARD_MAGIC 0x43525553 cs_card ``sound/oss/cs46xx.c``
118 CS_STATE_MAGIC 0x4c4f4749 cs_state ``sound/oss/cs46xx.c``
121 I810_CARD_MAGIC 0x5072696E i810_card ``sound/oss/i810_audio.c``
122 TRIDENT_CARD_MAGIC 0x5072696E trident_card ``sound/oss/trident.c``
131 I810_STATE_MAGIC 0x63657373 i810_state ``sound/oss/i810_audio.c``
132 TRIDENT_STATE_MAGIC 0x63657373 trient_state ``sound/oss/trident.c``
133 M3_CARD_MAGIC 0x646e6f50 m3_card ``sound/oss/maestro3.c``
139 M3_STATE_MAGIC 0x734d724d m3_state ``sound/oss/maestro3.c``
/Linux-v4.19/drivers/iio/pressure/
Dbmp280.h84 #define BMP180_MEAS_PRESS_X(oss) ((oss) << 6 | 0x14 | BMP180_MEAS_SCO) argument
Dbmp280-core.c843 u8 oss = data->oversampling_press; in bmp180_read_adc_press() local
845 ret = bmp180_measure(data, BMP180_MEAS_PRESS_X(oss)); in bmp180_read_adc_press()
853 *val = (be32_to_cpu(tmp) >> 8) >> (8 - oss); in bmp180_read_adc_press()
868 s32 oss = data->oversampling_press; in bmp180_compensate_press() local
875 b3 = ((((s32)calib->AC1 * 4 + x3) << oss) + 2) / 4; in bmp180_compensate_press()
880 b7 = ((u32)adc_press - b3) * (50000 >> oss); in bmp180_compensate_press()
/Linux-v4.19/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-v4.19/sound/core/
DKconfig51 and read <file:Documentation/sound/designs/oss-emulation.rst>.
56 will be called snd-mixer-oss.
64 here and read <file:Documentation/sound/designs/oss-emulation.rst>.
69 will be called snd-pcm-oss.
Dpcm.c413 if (substream->oss.oss) { in snd_pcm_substream_proc_hw_params_read()
414 snd_iprintf(buffer, "OSS format: %s\n", snd_pcm_oss_format_name(runtime->oss.format)); in snd_pcm_substream_proc_hw_params_read()
415 snd_iprintf(buffer, "OSS channels: %u\n", runtime->oss.channels); in snd_pcm_substream_proc_hw_params_read()
416 snd_iprintf(buffer, "OSS rate: %u\n", runtime->oss.rate); in snd_pcm_substream_proc_hw_params_read()
417 snd_iprintf(buffer, "OSS period bytes: %lu\n", (unsigned long)runtime->oss.period_bytes); in snd_pcm_substream_proc_hw_params_read()
418 snd_iprintf(buffer, "OSS periods: %u\n", runtime->oss.periods); in snd_pcm_substream_proc_hw_params_read()
419 snd_iprintf(buffer, "OSS period frames: %lu\n", (unsigned long)runtime->oss.period_frames); in snd_pcm_substream_proc_hw_params_read()
704 mutex_init(&pstr->oss.setup_mutex); in snd_pcm_new_stream()
896 for (setup = pstr->oss.setup_list; setup; setup = setupn) { in snd_pcm_free_stream()
/Linux-v4.19/sound/
DMakefile6 obj-$(CONFIG_DMASOUND) += oss/dmasound/
/Linux-v4.19/arch/m68k/include/asm/
Dmac_oss.h73 extern volatile struct mac_oss *oss;
/Linux-v4.19/include/sound/
Dpcm_oss.h73 unsigned oss: 1; /* oss mode */ member
/Linux-v4.19/sound/core/seq/
DMakefile18 obj-$(CONFIG_SND_SEQUENCER_OSS) += oss/
/Linux-v4.19/Documentation/
Dnumastat.txt28 (http://oss.sgi.com/projects/libnuma/). Note that it only works
/Linux-v4.19/Documentation/admin-guide/LSM/
DSELinux.rst9 http://oss.tresys.com/projects/refpolicy

123