Home
last modified time | relevance | path

Searched defs:note (Results 1 – 25 of 78) sorted by relevance

1234

/kernel/linux/linux-5.10/sound/drivers/opl4/
Dopl4_synth.c312 static void snd_opl4_do_for_note(struct snd_opl4 *opl4, int note, struct snd_midi_channel *chan, in snd_opl4_do_for_note()
423 int note, pitch, octave; in snd_opl4_update_pitch() local
482 void snd_opl4_note_on(void *private_data, int note, int vel, struct snd_midi_channel *chan) in snd_opl4_note_on()
563 void snd_opl4_note_off(void *private_data, int note, int vel, struct snd_midi_channel *chan) in snd_opl4_note_off()
578 void snd_opl4_terminate_note(void *private_data, int note, struct snd_midi_channel *chan) in snd_opl4_terminate_note()
/kernel/linux/linux-6.6/sound/drivers/opl4/
Dopl4_synth.c312 static void snd_opl4_do_for_note(struct snd_opl4 *opl4, int note, struct snd_midi_channel *chan, in snd_opl4_do_for_note()
423 int note, pitch, octave; in snd_opl4_update_pitch() local
482 void snd_opl4_note_on(void *private_data, int note, int vel, struct snd_midi_channel *chan) in snd_opl4_note_on()
563 void snd_opl4_note_off(void *private_data, int note, int vel, struct snd_midi_channel *chan) in snd_opl4_note_off()
578 void snd_opl4_terminate_note(void *private_data, int note, struct snd_midi_channel *chan) in snd_opl4_terminate_note()
/kernel/linux/linux-6.6/sound/drivers/opl3/
Dopl3_midi.c80 int note, struct snd_midi_channel *chan) in snd_opl3_calc_pitch()
275 void snd_opl3_note_on(void *p, int note, int vel, struct snd_midi_channel *chan) in snd_opl3_note_on()
653 static void snd_opl3_note_off_unsafe(void *p, int note, int vel, in snd_opl3_note_off_unsafe()
690 void snd_opl3_note_off(void *p, int note, int vel, in snd_opl3_note_off()
704 void snd_opl3_key_press(void *p, int note, int vel, struct snd_midi_channel *chan) in snd_opl3_key_press()
715 void snd_opl3_terminate_note(void *p, int note, struct snd_midi_channel *chan) in snd_opl3_terminate_note()
Dopl3_synth.c115 struct snd_dm_fm_note note; in snd_opl3_ioctl() local
390 static int snd_opl3_play_note(struct snd_opl3 * opl3, struct snd_dm_fm_note * note) in snd_opl3_play_note()
Dopl3_drums.c169 void snd_opl3_drum_switch(struct snd_opl3 *opl3, int note, int vel, int on_off, in snd_opl3_drum_switch()
/kernel/linux/linux-5.10/sound/drivers/opl3/
Dopl3_midi.c80 int note, struct snd_midi_channel *chan) in snd_opl3_calc_pitch()
276 void snd_opl3_note_on(void *p, int note, int vel, struct snd_midi_channel *chan) in snd_opl3_note_on()
654 static void snd_opl3_note_off_unsafe(void *p, int note, int vel, in snd_opl3_note_off_unsafe()
691 void snd_opl3_note_off(void *p, int note, int vel, in snd_opl3_note_off()
705 void snd_opl3_key_press(void *p, int note, int vel, struct snd_midi_channel *chan) in snd_opl3_key_press()
716 void snd_opl3_terminate_note(void *p, int note, struct snd_midi_channel *chan) in snd_opl3_terminate_note()
Dopl3_synth.c115 struct snd_dm_fm_note note; in snd_opl3_ioctl() local
390 static int snd_opl3_play_note(struct snd_opl3 * opl3, struct snd_dm_fm_note * note) in snd_opl3_play_note()
Dopl3_drums.c169 void snd_opl3_drum_switch(struct snd_opl3 *opl3, int note, int vel, int on_off, in snd_opl3_drum_switch()
/kernel/linux/linux-5.10/sound/core/seq/oss/
Dseq_oss_event.c274 note_on_event(struct seq_oss_devinfo *dp, int dev, int ch, int note, int vel, struct snd_seq_event … in note_on_event()
335 note_off_event(struct seq_oss_devinfo *dp, int dev, int ch, int note, int vel, struct snd_seq_event… in note_off_event()
372 set_note_event(struct seq_oss_devinfo *dp, int dev, int type, int ch, int note, int vel, struct snd… in set_note_event()
Dseq_oss_event.h30 unsigned char note; member
67 unsigned char note, parm; member
/kernel/linux/linux-6.6/sound/core/seq/oss/
Dseq_oss_event.c274 note_on_event(struct seq_oss_devinfo *dp, int dev, int ch, int note, int vel, struct snd_seq_event … in note_on_event()
335 note_off_event(struct seq_oss_devinfo *dp, int dev, int ch, int note, int vel, struct snd_seq_event… in note_off_event()
372 set_note_event(struct seq_oss_devinfo *dp, int dev, int type, int ch, int note, int vel, struct snd… in set_note_event()
Dseq_oss_event.h30 unsigned char note; member
67 unsigned char note, parm; member
/kernel/linux/linux-5.10/tools/perf/util/
Dgenelf.c105 gen_build_id(struct buildid_note *note, in gen_build_id()
129 gen_build_id(struct buildid_note *note, in gen_build_id()
143 gen_build_id(struct buildid_note *note, unsigned long load_addr, const void *code, size_t csize) in gen_build_id()
Dprobe-file.c706 static unsigned long long sdt_note__get_addr(struct sdt_note *note) in sdt_note__get_addr()
713 static unsigned long long sdt_note__get_ref_ctr_offset(struct sdt_note *note) in sdt_note__get_ref_ctr_offset()
789 static char *synthesize_sdt_probe_command(struct sdt_note *note, in synthesize_sdt_probe_command()
842 struct sdt_note *note; in probe_cache__scan_sdt() local
/kernel/linux/linux-6.6/tools/perf/util/
Dgenelf.c102 gen_build_id(struct buildid_note *note, in gen_build_id()
126 gen_build_id(struct buildid_note *note, in gen_build_id()
140 gen_build_id(struct buildid_note *note, unsigned long load_addr, const void *code, size_t csize) in gen_build_id()
Dprobe-file.c741 static unsigned long long sdt_note__get_addr(struct sdt_note *note) in sdt_note__get_addr()
748 static unsigned long long sdt_note__get_ref_ctr_offset(struct sdt_note *note) in sdt_note__get_ref_ctr_offset()
824 static char *synthesize_sdt_probe_command(struct sdt_note *note, in synthesize_sdt_probe_command()
911 struct sdt_note *note; in probe_cache__scan_sdt() local
/kernel/linux/linux-6.6/sound/synth/emux/
Demux_synth.c46 snd_emux_note_on(void *p, int note, int vel, struct snd_midi_channel *chan) in snd_emux_note_on()
145 snd_emux_note_off(void *p, int note, int vel, struct snd_midi_channel *chan) in snd_emux_note_off()
222 snd_emux_key_press(void *p, int note, int vel, struct snd_midi_channel *chan) in snd_emux_key_press()
364 terminate_note1(struct snd_emux *emu, int note, struct snd_midi_channel *chan, int free) in terminate_note1()
385 snd_emux_terminate_note(void *p, int note, struct snd_midi_channel *chan) in snd_emux_terminate_note()
/kernel/linux/linux-5.10/sound/synth/emux/
Demux_synth.c46 snd_emux_note_on(void *p, int note, int vel, struct snd_midi_channel *chan) in snd_emux_note_on()
145 snd_emux_note_off(void *p, int note, int vel, struct snd_midi_channel *chan) in snd_emux_note_off()
222 snd_emux_key_press(void *p, int note, int vel, struct snd_midi_channel *chan) in snd_emux_key_press()
364 terminate_note1(struct snd_emux *emu, int note, struct snd_midi_channel *chan, int free) in terminate_note1()
385 snd_emux_terminate_note(void *p, int note, struct snd_midi_channel *chan) in snd_emux_terminate_note()
/kernel/linux/linux-6.6/include/sound/
Dump_msg.h135 u32 note:8; member
154 u32 note:8; member
261 struct snd_ump_midi1_msg_note note; member
279 u32 note:8; member
306 u32 note:8; member
331 u32 note:8; member
356 u32 note:8; member
508 u32 note:8; member
527 struct snd_ump_midi2_msg_note note; member
/kernel/linux/linux-6.6/arch/s390/kernel/
Dcrash_dump.c254 Elf64_Nhdr *note; in nt_init_name() local
374 Elf64_Nhdr note; in get_vmcoreinfo_old() local
441 Elf64_Nhdr *note; in nt_final() local
/kernel/linux/linux-5.10/arch/s390/kernel/
Dcrash_dump.c313 Elf64_Nhdr *note; in nt_init_name() local
432 Elf64_Nhdr note; in get_vmcoreinfo_old() local
500 Elf64_Nhdr *note; in nt_final() local
/kernel/linux/linux-6.6/fs/
Dbinfmt_elf.c798 } note; in parse_elf_properties() local
1565 static void fill_note(struct memelfnote *note, const char *name, int type, in fill_note()
1657 static void fill_auxv_note(struct memelfnote *note, struct mm_struct *mm) in fill_auxv_note()
1667 static void fill_siginfo_note(struct memelfnote *note, user_siginfo_t *csigdata, in fill_siginfo_note()
1686 static int fill_files_note(struct memelfnote *note, struct coredump_params *cprm) in fill_files_note()
/kernel/linux/linux-6.6/drivers/hid/
Dhid-prodikeys.c47 unsigned char note; member
214 unsigned char status, unsigned char note, unsigned char velocity) in pcmidi_send_note()
340 unsigned char status, note, velocity; in pcmidi_handle_report3() local
/kernel/linux/linux-5.10/drivers/hid/
Dhid-prodikeys.c47 unsigned char note; member
214 unsigned char status, unsigned char note, unsigned char velocity) in pcmidi_send_note()
340 unsigned char status, note, velocity; in pcmidi_handle_report3() local
/kernel/linux/linux-5.10/fs/
Dbinfmt_elf.c769 } note; in parse_elf_properties() local
1523 static void fill_note(struct memelfnote *note, const char *name, int type, in fill_note()
1613 static void fill_auxv_note(struct memelfnote *note, struct mm_struct *mm) in fill_auxv_note()
1623 static void fill_siginfo_note(struct memelfnote *note, user_siginfo_t *csigdata, in fill_siginfo_note()
1642 static int fill_files_note(struct memelfnote *note, struct coredump_params *cprm) in fill_files_note()

1234