Searched refs:note (Results 101 - 125 of 131) sorted by relevance

123456

/linux-master/include/uapi/sound/
H A Dasequencer.h1 /* SPDX-License-Identifier: GPL-2.0+ WITH Linux-syscall-note */
25 /** note messages (channel specific)
179 /* note event */
182 unsigned char note; member in struct:snd_seq_ev_note
209 void *ptr; /* pointer to data (note: maybe 64-bit) */
257 struct snd_seq_ev_note note; member in union:snd_seq_event_data
/linux-master/arch/mips/boot/
H A DMakefile21 drop-sections := .reginfo .mdebug .comment .note .pdr .options .MIPS.options
/linux-master/tools/testing/selftests/bpf/
H A Dsdt.h16 note section. The data in the note section describes the operands, in terms
208 operand note format.
219 register, then a sys/sdt.h note consumer may need to employ
254 _SDT_ASM_3(.pushsection .note.stapsdt,"","note") \
261 _SDT_ASM_3(.pushsection .note.stapsdt,"","note") \
269 _SDT_ASM_3(.pushsection .note.stapsdt,"","note") \
[all...]
/linux-master/arch/arm/mach-pxa/
H A Dsleep.S128 @ note, turbo is not preserved over sleep so there is no
/linux-master/include/sound/
H A Dopl3.h273 unsigned char note; /* Note currently assigned to this voice */ member in struct:snd_opl3_voice
275 unsigned long note_off; /* note-off time */
276 int note_off_check; /* check note-off time */
280 struct snd_midi_channel *chan; /* Midi channel for this note */
331 struct timer_list tlist; /* timer for note-offs and effects */
/linux-master/arch/x86/kernel/
H A Dvmlinux.lds.S108 note PT_NOTE FLAGS(0); /* ___ */
/linux-master/include/asm-generic/
H A Dvmlinux.lds.h68 #define NOTES_HEADERS :text :note
904 * Discard .note.GNU-stack, which is emitted as PROGBITS by the compiler.
907 * Also, discard .note.gnu.property, otherwise it forces the notes section to
913 *(.note.GNU-stack) \
914 *(.note.gnu.property) \
917 BOUNDED_SECTION_BY(.note.*, _notes) \
/linux-master/drivers/firmware/efi/libstub/
H A DMakefile95 # .note.gnu.property for code-less object files (like lib/ctype.c),
98 STUBCOPY_FLAGS-y += --remove-section=.note.gnu.property
/linux-master/arch/arm64/kernel/vdso32/
H A DMakefile111 c-obj-vdso := note.o
/linux-master/arch/parisc/
H A DMakefile78 OBJCOPY_FLAGS =-O binary -R .note -R .comment -S
/linux-master/arch/x86/boot/
H A DMakefile72 OBJCOPYFLAGS_vmlinux.bin := -O binary -R .note -R .comment -S
/linux-master/drivers/media/test-drivers/vidtv/
H A Dvidtv_s302m.c77 enum musical_notes note; member in struct:tone_duration
249 ctx->last_tone = beethoven_fur_elise[e->src_buf_offset].note;
/linux-master/arch/powerpc/kernel/
H A Dvmlinux.lds.S44 note PT_NOTE FLAGS(0);
H A DMakefile78 paca.o nvram_64.o note.o
/linux-master/sound/core/seq/
H A Dseq_prioq.c351 /* data.note.channel and data.control.channel are identical */
352 if (ev->data.note.channel != info->channel)
H A Dseq_clientmgr.c855 /* reserve this event to enqueue note-off later */
861 * This was originally a note event. We now re-use the
862 * cell for the note-off event.
872 cell->event.time.tick += ev->data.note.duration;
876 ev->time.time.tv_nsec += 1000000 * (ev->data.note.duration % 1000);
877 ev->time.time.tv_sec += ev->data.note.duration / 1000 +
882 ev->data.note.velocity = ev->data.note.off_velocity;
884 /* Now queue this cell as the note off event */
/linux-master/sound/synth/emux/
H A Dsoundfont.c983 int note, sample_id; local
1071 note = freq_to_note(patch.base_note);
1072 zone->v.root = note / 100;
1073 zone->v.tune = -(note % 100);
1264 * The note can be rewritten by preset mapping (alias).
1364 * drums are mapped from 128 to 255 according to its note key.
/linux-master/drivers/media/pci/saa7134/
H A Dsaa7134-tvaudio.c241 char *note)
253 if (note)
255 note, audio->name,
239 tvaudio_setmode(struct saa7134_dev *dev, struct saa7134_tvaudio *audio, char *note) argument
/linux-master/fs/
H A Dbinfmt_elf_fdpic.c1196 /* An ELF note in memory */
1268 static inline void fill_note(struct memelfnote *note, const char *name, int type, argument
1271 note->name = name;
1272 note->type = type;
1273 note->datasz = sz;
1274 note->data = data;
/linux-master/drivers/scsi/csiostor/
H A Dcsio_lnode.c1915 * @note: Notification
1923 csio_notify_lnodes(struct csio_hw *hw, enum csio_ln_notify note) argument
1928 csio_dbg(hw, "Notifying all nodes of event %d\n", note);
1934 switch (note) {
/linux-master/arch/m68k/math-emu/
H A Dfp_scan.S373 | read this as "1.0 * 2^0" - note the high bit in the mantissa
/linux-master/tools/usb/
H A Dffs-test.c71 [5] = "note:",
97 #define note(...) _msg(5, __VA_ARGS__) macro
/linux-master/sound/core/seq/oss/
H A Dseq_oss_synth.c369 * reset note and velocity on each channel.
378 info->ch[i].note = -1;
/linux-master/arch/arm64/include/asm/
H A Dassembler.h771 * This macro emits a program property note section identifying
790 .pushsection .note.gnu.property, "a"
/linux-master/scripts/
H A Dsphinx-pre-install888 printf "\n Please note that Sphinx >= 3.0 will currently produce false-positive\n";

Completed in 288 milliseconds

123456