| /linux/sound/core/seq/ |
| H A D | seq_midi_emul.c | 35 int note, int vel); 85 dest_channel = ev->data.note.channel; in snd_midi_process_event() 100 /* Make sure that we don't have a note on that should really be in snd_midi_process_event() 101 * a note off */ in snd_midi_process_event() 102 if (ev->type == SNDRV_SEQ_EVENT_NOTEON && ev->data.note.velocity == 0) in snd_midi_process_event() 105 /* Make sure the note is within array range */ in snd_midi_process_event() 109 if (ev->data.note.note >= 128) in snd_midi_process_event() 115 if (chan->note[ev->data.note in snd_midi_process_event() 237 note_off(const struct snd_midi_op * ops,void * drv,struct snd_midi_channel * chan,int note,int vel) note_off() argument [all...] |
| H A 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 in cvt_ump_midi1_to_event() [all...] |
| /linux/Documentation/sound/cards/ |
| H A 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 …]
|
| /linux/include/xen/interface/ |
| H A D | elfnote.h | 23 * this a note type replaces. 161 * large pages, despite such otherwise not being available to guests. Note 179 * Other than XEN_ELFNOTE_FEATURES on pre-4.2 Xen, this note allows a 183 * specified through this and the string note. 202 * The presence of this note indicates the kernel supports relocating itself. 204 * The note may include up to three 32bit values to place constraints on the 211 * When this note specifies an alignment value, it is used. Otherwise the 226 * note in case of a system crash. This note will contain various 235 * note per cpu in case of a system crash. This note is architecture 236 * specific and will contain registers not saved in the "CORE" note. [all …]
|
| /linux/Documentation/gpu/rfc/ |
| H A 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 …]
|
| /linux/Documentation/ABI/testing/ |
| H A 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
|
| H A 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 …]
|
| /linux/arch/s390/kernel/ |
| H A D | crash_dump.c | 241 * Note that /proc/vmcore might also be available in "standard zfcp/nvme dump" 251 * Initialize ELF note 256 Elf64_Nhdr *note; in nt_init_name() local 259 note = (Elf64_Nhdr *)buf; in nt_init_name() 260 note->n_namesz = strlen(name) + 1; in nt_init_name() 261 note->n_descsz = d_len; in nt_init_name() 262 note->n_type = type; in nt_init_name() 265 memcpy(buf + len, name, note->n_namesz); in nt_init_name() 266 len = roundup(len + note->n_namesz, 4); in nt_init_name() 268 memcpy(buf + len, desc, note->n_descsz); in nt_init_name() [all …]
|
| /linux/tools/testing/selftests/bpf/ |
| H A D | uprobe_multi.ld | 4 .note.gnu.build-id : { *(.note.gnu.build-id) } 9 build_id_start = ADDR(.note.gnu.build-id); 10 build_id_end = ADDR(.note.gnu.build-id) + SIZEOF(.note.gnu.build-id);
|
| /linux/arch/arm64/kernel/vdso/ |
| H A 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 */
|
| /linux/LICENSES/exceptions/ |
| H A 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
|
| /linux/include/sound/ |
| H A 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 …]
|
| /linux/Documentation/networking/ |
| H A 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
|
| /linux/drivers/usb/host/ |
| H A 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 */
|
| /linux/include/linux/ |
| H A D | zstd_lib.h | 135 * NOTE: Providing `dstCapacity >= ZSTD_compressBound(srcSize)` guarantees that zstd will have 165 * note 1 : a 0 return value means the frame is valid but "empty". 167 …* note 2 : decompressed size is an optional field, it may not be present (typically in streaming … 173 …* note 3 : decompressed size is always present when compression is completed using single-pass fu… 175 * note 4 : decompressed size can be very large (64-bits value), 178 * note 5 : If source is untrusted, decompressed size could be wrong or intentionally modified. 181 * note 6 : This function replaces ZSTD_getDecompressedSize() */ 201 * Note 1: this method is called _find*() because it's not enough to read the header, 203 * Note 2: this method also works with Skippable Frames. In which case, 217 * Note : ZSTD_compressBound() itself can fail, if @srcSize >= ZSTD_MAX_INPUT_SIZE . [all …]
|
| /linux/sound/drivers/opl3/ |
| H A D | opl3_voice.h | 18 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…
|
| /linux/arch/loongarch/vdso/ |
| H A D | vdso.lds.S | 26 .note : { *(.note.*) } :text :note 45 *(.note.GNU-stack) 55 note PT_NOTE FLAGS(4); /* PF_R */
|
| /linux/tools/perf/pmu-events/arch/arm64/fujitsu/monaka/ |
| H A D | l3_cache.json | 43 …"BriefDescription": "This event counts operations that cause a miss of the L3 cache. Note: This ev… 63 …D_CACHE_REFILL_L3D_MISS caused by hardware prefetch or software prefetch. Note: This event may cou… 68 …"This event counts L2D_CACHE_REFILL_L3D_MISS caused by hardware prefetch. Note: This event may cou… 73 …"BriefDescription": "This event counts operations that cause a hit of the L3 cache. Note: This eve… 93 …2D_CACHE_REFILL_L3D_HIT caused by hardware prefetch or software prefetch. Note: This event may cou… 98 … "This event counts L2D_CACHE_REFILL_L3D_HIT caused by hardware prefetch. Note: This event may cou… 152 …emory-read operation, as defined by the L2D_CACHE_REFILL_L3D_MISS events. Note: This event may cou…
|
| /linux/include/linux/net/intel/libie/ |
| H A D | pctype.h | 11 /* Note: Values 0-28 are reserved for future use. 22 /* Note: Values 37-38 are reserved for future use. 33 /* Note: Value 47 is reserved for future use */ 37 /* Note: Values 51-62 are reserved for future use */
|
| /linux/net/rxrpc/ |
| H A D | skbuff.c | 20 * Note the allocation or reception of a socket buffer. 29 * Note the re-emergence of a socket buffer from a queue or buffer. 40 * Note the addition of a ref on a socket buffer. 50 * Note the destruction of a socket buffer.
|
| /linux/include/uapi/linux/ |
| H A D | vfio_ccw.h | 1 /* 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
|
| /linux/arch/powerpc/boot/ |
| H A D | addnote.c | 5 * 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 110 #define PT_NOTE 4 /* Program header type = note */ 162 fprintf(stderr, "%s already has a note entry\n", in main() 187 /* fill in the note area we point to */ in main() 197 /* fill in the second program header entry and the RPA note area */ in main() 210 /* fill in the note area we point to */ in main() 245 fprintf(stderr, "sorry, I can't find space in %s to put the note\n", in main()
|
| /linux/Documentation/input/devices/ |
| H A D | edt-ft5x06.rst | 5 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 59 possible to get the raw data from the sensor. Note that in factory 65 values for each sensor field. Note that each read() call on this 69 Note that reading raw_data gives a I/O error when the device is not in factory
|
| /linux/include/dt-bindings/pinctrl/ |
| H A D | qcom,pmic-gpio.h | 20 * Note: PM8018 GPIO3 and GPIO4 are supporting 32 * Note: PM8038 GPIO7 and GPIO8 are supporting 53 * Note: PM8916 GPIO1 and GPIO2 are supporting 76 * Note: PM8941 gpios from 15 to 18 are supporting 85 * Note: PMA8084 gpios from 15 to 18 are supporting
|
| /linux/fs/pstore/ |
| H A D | Kconfig | 79 Note that for historical reasons, the module will be named 131 NOTE that, both Kconfig and module parameters can configure 142 NOTE that, both Kconfig and module parameters can configure 154 NOTE that, both Kconfig and module parameters can configure 166 NOTE that, both Kconfig and module parameters can configure 178 NOTE that, both Kconfig and module parameters can configure 190 NOTE that, both Kconfig and module parameters can configure
|