| /kernel/linux/linux-5.10/sound/core/seq/oss/ |
| D | seq_oss_event.c | 28 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-6.6/sound/core/seq/oss/ |
| D | seq_oss_event.c | 28 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-6.6/sound/core/seq/ |
| D | seq_midi_emul.c | 35 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 …]
|
| D | seq_ump_convert.c | 81 /* encode note event */ 85 ev->data.note.channel = val->note.channel; in ump_midi1_to_note_ev() 86 ev->data.note.note = val->note.note; in ump_midi1_to_note_ev() 87 ev->data.note.velocity = val->note.velocity; in ump_midi1_to_note_ev() 136 unsigned char status = val->note.status; in cvt_ump_midi1_to_event() 202 /* encode note event */ 206 ev->data.note.channel = val->note.channel; in ump_midi2_to_note_ev() 207 ev->data.note.note = val->note.note; in ump_midi2_to_note_ev() 208 ev->data.note.velocity = downscale_16_to_7bit(val->note.velocity); in ump_midi2_to_note_ev() 209 /* correct note-on velocity 0 to 1; in ump_midi2_to_note_ev() [all …]
|
| /kernel/linux/linux-5.10/sound/core/seq/ |
| D | seq_midi_emul.c | 35 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-6.6/Documentation/sound/cards/ |
| D | hdspm.rst | 31 .. 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/sound/cards/ |
| D | hdspm.rst | 31 .. 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-6.6/Documentation/gpu/rfc/ |
| D | i915_small_bar.h | 5 * Note this is using both struct drm_i915_query_item and struct drm_i915_query. 19 * Note that it should not be possible to ever encounter a zero value 20 * here, also note that no current region type will ever return -1 here. 31 * always equal the @probed_size. Note this is only currently tracked 53 * Note this is only tracked for 57 * Note that if the value returned here is zero, then 73 * Note this is only tracked for 80 * equal the @probed_cpu_visible_size. Note this is only 97 * Note that new buffer flags should be added here, at least for the stuff that 109 * Note that for some devices we have might have further minimum [all …]
|
| /kernel/linux/linux-6.6/Documentation/RCU/ |
| D | RTFP.txt | 317 ,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/Documentation/RCU/ |
| D | RTFP.txt | 317 ,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-6.6/sound/drivers/opl3/ |
| D | opl3_midi.c | 14 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. 235 snd_opl3_note_off_unsafe(opl3, vp->note, 0, in snd_opl3_timer_func() 273 * Start a note. 275 void snd_opl3_note_on(void *p, int note, int vel, struct snd_midi_channel *chan) in snd_opl3_note_on() argument 295 int key = note; in snd_opl3_note_on() [all …]
|
| /kernel/linux/linux-5.10/sound/drivers/opl3/ |
| D | opl3_midi.c | 14 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 …]
|
| /kernel/linux/linux-5.10/Documentation/ABI/testing/ |
| D | sysfs-kernel-vmcoreinfo | 8 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
|
| /kernel/linux/linux-6.6/Documentation/ABI/testing/ |
| D | sysfs-kernel-vmcoreinfo | 8 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
|
| /kernel/linux/linux-5.10/arch/arm64/kernel/vdso/ |
| D | vdso.lds.S | 35 * 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/ |
| D | crash_dump.c | 308 * 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-6.6/arch/s390/kernel/ |
| D | crash_dump.c | 249 * Initialize ELF note 254 Elf64_Nhdr *note; in nt_init_name() local 257 note = (Elf64_Nhdr *)buf; in nt_init_name() 258 note->n_namesz = strlen(name) + 1; in nt_init_name() 259 note->n_descsz = d_len; in nt_init_name() 260 note->n_type = type; in nt_init_name() 263 memcpy(buf + len, name, note->n_namesz); in nt_init_name() 264 len = roundup(len + note->n_namesz, 4); in nt_init_name() 266 memcpy(buf + len, desc, note->n_descsz); in nt_init_name() 267 len = roundup(len + note->n_descsz, 4); in nt_init_name() [all …]
|
| /kernel/linux/linux-6.6/include/sound/ |
| D | ump_msg.h | 128 /* MIDI 1.0 Note Off / Note On (32bit) */ 135 u32 note:8; member 139 u32 note:8; 154 u32 note:8; member 158 u32 note:8; 261 struct snd_ump_midi1_msg_note note; member 271 /* MIDI 2.0 Note Off / Note On (64bit) */ 279 u32 note:8; member 287 u32 note:8; 306 u32 note:8; member [all …]
|
| /kernel/linux/linux-6.6/arch/arm64/kernel/vdso/ |
| D | vdso.lds.S | 36 * Discard .note.gnu.property sections which are unused and have 37 * different alignment requirement from vDSO note sections. 40 *(.note.GNU-stack .note.gnu.property) 43 .note : { *(.note.*) } :text :note 92 note PT_NOTE FLAGS(4); /* PF_R */
|
| /kernel/linux/common_modules/ |
| D | LICENSES-Linux-syscall-note | 1 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/LICENSES/exceptions/ |
| D | Linux-syscall-note | 1 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/ |
| D | Linux-syscall-note | 1 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-6.6/LICENSES/exceptions/ |
| D | Linux-syscall-note | 1 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-6.6/Documentation/networking/ |
| D | mac80211-auth-assoc-deauth.txt | 20 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/Documentation/networking/ |
| D | mac80211-auth-assoc-deauth.txt | 20 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
|