Home
last modified time | relevance | path

Searched full:note (Results 1 – 25 of 6809) sorted by relevance

12345678910>>...273

/kernel/linux/linux-5.10/sound/core/seq/oss/
Dseq_oss_event.c28 static int note_on_event(struct seq_oss_devinfo *dp, int dev, int ch, int note, int vel, struct snd…
29 static int note_off_event(struct seq_oss_devinfo *dp, int dev, int ch, int note, int vel, struct sn…
30 static int set_note_event(struct seq_oss_devinfo *dp, int dev, int type, int ch, int note, int vel,…
99 return note_off_event(dp, 0, q->n.chn, q->n.note, q->n.vel, ev); in old_event()
102 return note_on_event(dp, 0, q->n.chn, q->n.note, q->n.vel, ev); in old_event()
110 q->n.chn, 0, q->n.note, ev); in old_event()
181 return note_on_event(dp, q->v.dev, q->v.chn, q->v.note, q->v.parm, ev); in chn_voice_event()
184 return note_off_event(dp, q->v.dev, q->v.chn, q->v.note, q->v.parm, ev); in chn_voice_event()
188 q->v.chn, q->v.note, q->v.parm, ev); in chn_voice_event()
264 * process note-on event for OSS synth
[all …]
/kernel/linux/linux-5.10/sound/core/seq/
Dseq_midi_emul.c35 int note, int vel);
88 dest_channel = ev->data.note.channel; in snd_midi_process_event()
103 /* Make sure that we don't have a note on that should really be in snd_midi_process_event()
104 * a note off */ in snd_midi_process_event()
105 if (ev->type == SNDRV_SEQ_EVENT_NOTEON && ev->data.note.velocity == 0) in snd_midi_process_event()
108 /* Make sure the note is within array range */ in snd_midi_process_event()
112 if (ev->data.note.note >= 128) in snd_midi_process_event()
118 if (chan->note[ev->data.note.note] & SNDRV_MIDI_NOTE_ON) { in snd_midi_process_event()
120 ops->note_off(drv, ev->data.note.note, 0, chan); in snd_midi_process_event()
122 chan->note[ev->data.note.note] = SNDRV_MIDI_NOTE_ON; in snd_midi_process_event()
[all …]
/kernel/linux/linux-5.10/Documentation/sound/cards/
Dhdspm.rst31 .. note::
32 (Note: Choosing the 56channel mode for transmission or as
39 .. note::
40 Note: Choosing the 56-channel mode for
48 .. note::
114 .. note::
115 Note: Within the windows-driver the latency is accessible of a
129 .. note::
167 .. note::
168 Note: Since MADI has a much higher bit-rate than word-clock, the
[all …]
/kernel/linux/linux-5.10/Documentation/RCU/
DRTFP.txt317 ,note="Available:
327 Note that it does not make sense to just wait a fixed amount of
419 ,note="private communication"
437 ,note="Available:
580 ,note="Available:
598 ,note="Available:
613 ,note="Available:
643 ,note="Available:
658 ,note="Available:
671 ,note="Available:
[all …]
/kernel/linux/linux-5.10/sound/drivers/opl3/
Dopl3_midi.c14 static void snd_opl3_note_off_unsafe(void *p, int note, int vel,
70 * Converts the note frequency to block and fnum values for the FM chip
80 int note, struct snd_midi_channel *chan) in snd_opl3_calc_pitch() argument
82 int block = ((note / 12) & 0x07) - 1; in snd_opl3_calc_pitch()
83 int idx = (note % 12) + 2; in snd_opl3_calc_pitch()
122 * Get a FM voice (channel) to play a note on.
236 snd_opl3_note_off_unsafe(opl3, vp->note, 0, in snd_opl3_timer_func()
274 * Start a note.
276 void snd_opl3_note_on(void *p, int note, int vel, struct snd_midi_channel *chan) in snd_opl3_note_on() argument
296 int key = note; in snd_opl3_note_on()
[all …]
Dopl3_voice.h18 void snd_opl3_note_on(void *p, int note, int vel, struct snd_midi_channel *chan);
19 void snd_opl3_note_off(void *p, int note, int vel, struct snd_midi_channel *chan);
20 void snd_opl3_key_press(void *p, int note, int vel, struct snd_midi_channel *chan);
21 void snd_opl3_terminate_note(void *p, int note, struct snd_midi_channel *chan);
31 void snd_opl3_drum_switch(struct snd_opl3 *opl3, int note, int vel, int on_off, struct snd_midi_cha…
/kernel/linux/linux-5.10/Documentation/ABI/testing/
Dsysfs-kernel-vmcoreinfo8 Shows physical address and size of vmcoreinfo ELF note.
9 First value contains physical address of note in hex and
10 second value contains the size of note in hex. This ELF
11 note info is parsed by second kernel and exported to user
12 space as part of ELF note in /proc/vmcore file. This note
Dsysfs-driver-toshiba_acpi13 Note that from kernel 3.16 onwards this file accepts all listed
16 Also note that toggling this value on type 1 devices, requires
27 Note that the kernel 3.15 only had support for the first
64 Note that not all keyboard types support the listed modes.
91 Note that from kernel 4.1 onwards this file accepts all listed
93 Note that this feature only works when connected to power, if
112 Note that when the value is set to disabled, the sleep function
125 Note that toggling this value requires a reboot for changes to
138 Note that this feature only works when connected to power, if
174 Note that toggling this value requires a reboot for changes to
[all …]
/kernel/linux/linux-5.10/arch/arm64/kernel/vdso/
Dvdso.lds.S35 * Discard .note.gnu.property sections which are unused and have
36 * different alignment requirement from vDSO note sections.
39 *(.note.GNU-stack .note.gnu.property)
41 .note : { *(.note.*) } :text :note
74 note PT_NOTE FLAGS(4); /* PF_R */
/kernel/linux/linux-5.10/arch/s390/kernel/
Dcrash_dump.c308 * Initialize ELF note
313 Elf64_Nhdr *note; in nt_init_name() local
316 note = (Elf64_Nhdr *)buf; in nt_init_name()
317 note->n_namesz = strlen(name) + 1; in nt_init_name()
318 note->n_descsz = d_len; in nt_init_name()
319 note->n_type = type; in nt_init_name()
322 memcpy(buf + len, name, note->n_namesz); in nt_init_name()
323 len = roundup(len + note->n_namesz, 4); in nt_init_name()
325 memcpy(buf + len, desc, note->n_descsz); in nt_init_name()
326 len = roundup(len + note->n_descsz, 4); in nt_init_name()
[all …]
/kernel/linux/linux-5.10/LICENSES/exceptions/
DLinux-syscall-note1 SPDX-Exception-Identifier: Linux-syscall-note
2 SPDX-URL: https://spdx.org/licenses/Linux-syscall-note.html
10 SPDX-License-Identifier: <SPDX-License> WITH Linux-syscall-note
13 NOTE! This copyright does *not* cover user programs that use kernel
16 Also note that the GPL below is copyrighted by the Free Software
20 Also note that the only valid version of the GPL as far as the kernel
/kernel/linux/common_modules/
DLICENSES-Linux-syscall-note1 SPDX-Exception-Identifier: Linux-syscall-note
2 SPDX-URL: https://spdx.org/licenses/Linux-syscall-note.html
10 SPDX-License-Identifier: <SPDX-License> WITH Linux-syscall-note
13 NOTE! This copyright does *not* cover user programs that use kernel
16 Also note that the GPL below is copyrighted by the Free Software
20 Also note that the only valid version of the GPL as far as the kernel
/kernel/linux/common_modules/newip/third_party/linux-5.10/LICENSES/
DLinux-syscall-note1 SPDX-Exception-Identifier: Linux-syscall-note
2 SPDX-URL: https://spdx.org/licenses/Linux-syscall-note.html
10 SPDX-License-Identifier: <SPDX-License> WITH Linux-syscall-note
13 NOTE! This copyright does *not* cover user programs that use kernel
16 Also note that the GPL below is copyrighted by the Free Software
20 Also note that the only valid version of the GPL as far as the kernel
/kernel/linux/linux-5.10/Documentation/networking/
Dmac80211-auth-assoc-deauth.txt20 note over mac80211,driver
23 end note
50 note over mac80211,driver: cleanup like for authenticate
61 note over mac80211: init rate control
73 note left of userspace: associated now
76 note over userspace
79 end note
/kernel/linux/linux-5.10/include/sound/
Demux_synth.h108 struct timer_list tlist; /* for pending note-offs */
156 #define SNDRV_EMUX_ST_ON 0x01 /* Note on */
157 #define SNDRV_EMUX_ST_RELEASED (0x02|SNDRV_EMUX_ST_ON) /* Note released */
158 #define SNDRV_EMUX_ST_SUSTAINED (0x04|SNDRV_EMUX_ST_ON) /* Note sustained */
160 #define SNDRV_EMUX_ST_PENDING (0x10|SNDRV_EMUX_ST_ON) /* Note will be released */
164 unsigned char note; /* Note currently assigned to this voice */ member
166 unsigned char velocity; /* Velocity of current note */
168 struct snd_sf_zone *zone; /* Zone assigned to this note */
170 struct snd_midi_channel *chan; /* Midi channel for this note */
174 unsigned long ontime; /* jiffies at note triggered */
/kernel/linux/linux-5.10/include/linux/
Delfnote.h5 * Helper macros to generate ELF Note structures, which are put into a
10 * Each note has three parts: a name, a type and a desc. The name is
11 * intended to distinguish the note's originator, so it would be a
20 * .note.NAME. When the kernel image is finally linked, all the notes
43 .pushsection .note.name, flags,@note ; \
68 * only define one note per line, since __LINE__ is used to generate
81 __attribute__((section(".note." name), \
/kernel/linux/linux-5.10/arch/x86/entry/vdso/
Dvdso-layout.lds.S61 * Discard .note.gnu.property sections which are unused and have
62 * different alignment requirement from vDSO note sections.
65 *(.note.gnu.property)
67 .note : { *(.note.*) } :text :note
103 note PT_NOTE FLAGS(4); /* PF_R */
/kernel/linux/linux-5.10/drivers/usb/host/
Dehci-fsl.h31 #define FSL_SOC_USB_SNOOP1 0x400 /* NOTE: big-endian */
32 #define FSL_SOC_USB_SNOOP2 0x404 /* NOTE: big-endian */
33 #define FSL_SOC_USB_AGECNTTHRSH 0x408 /* NOTE: big-endian */
34 #define FSL_SOC_USB_PRICTRL 0x40c /* NOTE: big-endian */
35 #define FSL_SOC_USB_SICTRL 0x410 /* NOTE: big-endian */
36 #define FSL_SOC_USB_CTRL 0x500 /* NOTE: big-endian */
/kernel/linux/linux-5.10/arch/nds32/kernel/vdso/
Dvdso.lds.S25 .note : { *(.note.*) } :text :note
39 *(.note.GNU-stack)
53 note PT_NOTE FLAGS(4); /* PF_R */
/kernel/linux/linux-5.10/Documentation/input/devices/
Dedt-ft5x06.rst5 touch screens. Note that it is *not* suitable for other devices based on the
21 allows setting the sensitivity in the range from 0 to 31. Note that
42 possible to get the raw data from the sensor. Note that in factory
48 values for each sensor field. Note that each read() call on this
52 Note that reading raw_data gives a I/O error when the device is not in factory
/kernel/linux/linux-5.10/arch/arm64/kernel/vdso32/
Dvdso.lds.S34 .note : { *(.note.*) } :text :note
46 *(.note.GNU-stack)
60 note PT_NOTE FLAGS(4); /* PF_R */
/kernel/linux/linux-5.10/arch/arm/vdso/
Dvdso.lds.S34 .note : { *(.note.*) } :text :note
50 *(.note.GNU-stack)
64 note PT_NOTE FLAGS(4); /* PF_R */
/kernel/linux/linux-5.10/arch/powerpc/boot/
Daddnote.c5 * Note that OF needs a program header entry for the note, not an
20 /* CHRP note section */
33 /* RPA note section */
37 * Note: setting ignore_my_client_config *should* mean that OF ignores
109 #define PT_NOTE 4 /* Program header type = note */
161 fprintf(stderr, "%s already has a note entry\n", in main()
186 /* fill in the note area we point to */ in main()
196 /* fill in the second program header entry and the RPA note area */ in main()
209 /* fill in the note area we point to */ in main()
244 fprintf(stderr, "sorry, I can't find space in %s to put the note\n", in main()
/kernel/linux/linux-5.10/include/uapi/linux/
Dvfio_ccw.h1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
28 * Note: this is controlled by a capability
40 * Note: this is controlled by a capability
49 * Note: this is controlled by a capability
/kernel/linux/linux-5.10/Documentation/ia64/
Dfsys.rst153 that could contain sensitive information (note that the current
203 PSR.mfl Unchanged. Note: fsys-mode handlers must not write-registers!
204 PSR.mfh Unchanged. Note: fsys-mode handlers must not write-registers!
205 PSR.ic Unchanged. Note: fsys-mode handlers can clear the bit, if needed.
206 PSR.i Unchanged. Note: fsys-mode handlers can clear the bit, if needed.
209 PSR.dfl Unchanged. Note: fsys-mode handlers must not write-registers!
210 PSR.dfh Unchanged. Note: fsys-mode handlers must not write-registers!
222 syscall_via_break(), with privilege level 3. Note: the
235 PSR.id Unchanged. Note: the ia64 linux kernel never sets this bit.
236 PSR.da Unchanged. Note: the ia64 linux kernel never sets this bit.
[all …]

12345678910>>...273