| /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-4.19/sound/core/seq/oss/ |
| D | seq_oss_event.c | 41 static int note_on_event(struct seq_oss_devinfo *dp, int dev, int ch, int note, int vel, struct snd… 42 static int note_off_event(struct seq_oss_devinfo *dp, int dev, int ch, int note, int vel, struct sn… 43 static int set_note_event(struct seq_oss_devinfo *dp, int dev, int type, int ch, int note, int vel,… 112 return note_off_event(dp, 0, q->n.chn, q->n.note, q->n.vel, ev); in old_event() 115 return note_on_event(dp, 0, q->n.chn, q->n.note, q->n.vel, ev); in old_event() 123 q->n.chn, 0, q->n.note, ev); in old_event() 194 return note_on_event(dp, q->v.dev, q->v.chn, q->v.note, q->v.parm, ev); in chn_voice_event() 197 return note_off_event(dp, q->v.dev, q->v.chn, q->v.note, q->v.parm, ev); in chn_voice_event() 201 q->v.chn, q->v.note, q->v.parm, ev); in chn_voice_event() 277 * process note-on event for OSS synth [all …]
|
| /kernel/linux/linux-4.19/sound/core/seq/ |
| D | seq_midi_emul.c | 49 int note, int vel); 99 dest_channel = ev->data.note.channel; in snd_midi_process_event() 114 /* Make sure that we don't have a note on that should really be in snd_midi_process_event() 115 * a note off */ in snd_midi_process_event() 116 if (ev->type == SNDRV_SEQ_EVENT_NOTEON && ev->data.note.velocity == 0) in snd_midi_process_event() 119 /* Make sure the note is within array range */ in snd_midi_process_event() 123 if (ev->data.note.note >= 128) in snd_midi_process_event() 129 if (chan->note[ev->data.note.note] & SNDRV_MIDI_NOTE_ON) { in snd_midi_process_event() 131 ops->note_off(drv, ev->data.note.note, 0, chan); in snd_midi_process_event() 133 chan->note[ev->data.note.note] = SNDRV_MIDI_NOTE_ON; in snd_midi_process_event() [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-4.19/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-4.19/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-4.19/sound/drivers/opl3/ |
| D | opl3_midi.c | 28 static void snd_opl3_note_off_unsafe(void *p, int note, int vel, 84 * Converts the note frequency to block and fnum values for the FM chip 94 int note, struct snd_midi_channel *chan) in snd_opl3_calc_pitch() argument 96 int block = ((note / 12) & 0x07) - 1; in snd_opl3_calc_pitch() 97 int idx = (note % 12) + 2; in snd_opl3_calc_pitch() 136 * Get a FM voice (channel) to play a note on. 250 snd_opl3_note_off_unsafe(opl3, vp->note, 0, in snd_opl3_timer_func() 288 * Start a note. 290 void snd_opl3_note_on(void *p, int note, int vel, struct snd_midi_channel *chan) in snd_opl3_note_on() argument 310 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
|
| D | sysfs-driver-toshiba_acpi | 13 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-4.19/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
|
| D | sysfs-driver-toshiba_acpi | 11 Note that from kernel 3.16 onwards this file accepts all listed 14 Also note that toggling this value on type 1 devices, requires 25 Note that the kernel 3.15 only had support for the first 58 Note that not all keyboard types support the listed modes. 82 Note that from kernel 4.1 onwards this file accepts all listed 84 Note that this feature only works when connected to power, if 101 Note that when the value is set to disabled, the sleep function 112 Note that toggling this value requires a reboot for changes to 123 Note that this feature only works when connected to power, if 156 Note that toggling this value requires a reboot for changes to [all …]
|
| /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-4.19/arch/s390/kernel/ |
| D | crash_dump.c | 306 * Initialize ELF note 311 Elf64_Nhdr *note; in nt_init_name() local 314 note = (Elf64_Nhdr *)buf; in nt_init_name() 315 note->n_namesz = strlen(name) + 1; in nt_init_name() 316 note->n_descsz = d_len; in nt_init_name() 317 note->n_type = type; in nt_init_name() 320 memcpy(buf + len, name, note->n_namesz); in nt_init_name() 321 len = roundup(len + note->n_namesz, 4); in nt_init_name() 323 memcpy(buf + len, desc, note->n_descsz); in nt_init_name() 324 len = roundup(len + note->n_descsz, 4); in nt_init_name() [all …]
|
| /kernel/linux/linux-4.19/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-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/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
|
| /kernel/linux/linux-4.19/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/include/sound/ |
| D | emux_synth.h | 108 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-4.19/include/linux/ |
| D | elfnote.h | 5 * 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/include/linux/ |
| D | elfnote.h | 5 * 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-4.19/drivers/usb/host/ |
| D | ehci-fsl.h | 31 #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 */
|