Home
last modified time | relevance | path

Searched defs:note (Results 26 - 50 of 78) sorted by relevance

1234

/kernel/linux/linux-6.6/sound/drivers/opl4/
H A 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() argument
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() argument
563 snd_opl4_note_off(void *private_data, int note, int vel, struct snd_midi_channel *chan) snd_opl4_note_off() argument
578 snd_opl4_terminate_note(void *private_data, int note, struct snd_midi_channel *chan) snd_opl4_terminate_note() argument
[all...]
H A Dopl4_local.h163 int note; member
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/ptrace/
H A Dcore-pkey.c202 void *p = ehdr, *note; in check_core_file() local
/kernel/linux/linux-6.6/kernel/
H A Dwatch_queue.c104 unsigned int head, tail, mask, note, offset, len; in post_one_notification() local
H A Dcrash_core.c508 struct elf_note *note = (struct elf_note *)buf; in append_elf_note() local
/kernel/linux/linux-5.10/sound/drivers/opl3/
H A Dopl3_midi.c276 void snd_opl3_note_on(void *p, int note, int vel, struct snd_midi_channel *chan) in snd_opl3_note_on() argument
79 snd_opl3_calc_pitch(unsigned char *fnum, unsigned char *blocknum, int note, struct snd_midi_channel *chan) snd_opl3_calc_pitch() argument
654 snd_opl3_note_off_unsafe(void *p, int note, int vel, struct snd_midi_channel *chan) snd_opl3_note_off_unsafe() argument
691 snd_opl3_note_off(void *p, int note, int vel, struct snd_midi_channel *chan) snd_opl3_note_off() argument
705 snd_opl3_key_press(void *p, int note, int vel, struct snd_midi_channel *chan) snd_opl3_key_press() argument
716 snd_opl3_terminate_note(void *p, int note, struct snd_midi_channel *chan) snd_opl3_terminate_note() argument
[all...]
/kernel/linux/linux-5.10/sound/synth/emux/
H A Demux_synth.c46 snd_emux_note_on(void *p, int note, int vel, struct snd_midi_channel *chan) in snd_emux_note_on() argument
145 snd_emux_note_off(void *p, int note, int vel, struct snd_midi_channel *chan) snd_emux_note_off() argument
222 snd_emux_key_press(void *p, int note, int vel, struct snd_midi_channel *chan) snd_emux_key_press() argument
364 terminate_note1(struct snd_emux *emu, int note, struct snd_midi_channel *chan, int free) terminate_note1() argument
385 snd_emux_terminate_note(void *p, int note, struct snd_midi_channel *chan) snd_emux_terminate_note() argument
[all...]
/kernel/linux/linux-5.10/fs/proc/
H A Dkcore.c299 struct elf_note *note = (struct elf_note *)&notes[*i]; in append_kcore_note() local
/kernel/linux/linux-5.10/drivers/pci/hotplug/
H A Dacpiphp_ibm.c255 struct notification *note = context; in ibm_handle_events() local
/kernel/linux/linux-6.6/fs/proc/
H A Dkcore.c298 struct elf_note *note = (struct elf_note *)&notes[*i]; in append_kcore_note() local
/kernel/linux/linux-6.6/drivers/pci/hotplug/
H A Dacpiphp_ibm.c255 struct notification *note = context; in ibm_handle_events() local
/kernel/linux/linux-6.6/sound/drivers/opl3/
H A Dopl3_midi.c275 void snd_opl3_note_on(void *p, int note, int vel, struct snd_midi_channel *chan) in snd_opl3_note_on() argument
79 snd_opl3_calc_pitch(unsigned char *fnum, unsigned char *blocknum, int note, struct snd_midi_channel *chan) snd_opl3_calc_pitch() argument
653 snd_opl3_note_off_unsafe(void *p, int note, int vel, struct snd_midi_channel *chan) snd_opl3_note_off_unsafe() argument
690 snd_opl3_note_off(void *p, int note, int vel, struct snd_midi_channel *chan) snd_opl3_note_off() argument
704 snd_opl3_key_press(void *p, int note, int vel, struct snd_midi_channel *chan) snd_opl3_key_press() argument
715 snd_opl3_terminate_note(void *p, int note, struct snd_midi_channel *chan) snd_opl3_terminate_note() argument
[all...]
/kernel/linux/linux-6.6/sound/synth/emux/
H A Demux_synth.c46 snd_emux_note_on(void *p, int note, int vel, struct snd_midi_channel *chan) in snd_emux_note_on() argument
145 snd_emux_note_off(void *p, int note, int vel, struct snd_midi_channel *chan) snd_emux_note_off() argument
222 snd_emux_key_press(void *p, int note, int vel, struct snd_midi_channel *chan) snd_emux_key_press() argument
364 terminate_note1(struct snd_emux *emu, int note, struct snd_midi_channel *chan, int free) terminate_note1() argument
385 snd_emux_terminate_note(void *p, int note, struct snd_midi_channel *chan) snd_emux_terminate_note() argument
[all...]
/kernel/linux/linux-5.10/arch/s390/kernel/
H A Dcrash_dump.c313 Elf64_Nhdr *note; in nt_init_name() local
432 Elf64_Nhdr note; get_vmcoreinfo_old() local
500 Elf64_Nhdr *note; nt_final() local
[all...]
/kernel/linux/linux-5.10/arch/powerpc/platforms/powernv/
H A Dopal-core.c96 Elf64_Nhdr *note = (Elf64_Nhdr *)buf; in append_elf64_note() local
/kernel/linux/linux-5.10/tools/usb/
H A Dffs-test.c97 #define note(...) _msg(5, __VA_ARGS__) macro
/kernel/linux/linux-6.6/arch/powerpc/platforms/powernv/
H A Dopal-core.c96 Elf64_Nhdr *note = (Elf64_Nhdr *)buf; in append_elf64_note() local
/kernel/linux/linux-6.6/arch/s390/kernel/
H A Dcrash_dump.c254 Elf64_Nhdr *note; in nt_init_name() local
374 Elf64_Nhdr note; get_vmcoreinfo_old() local
441 Elf64_Nhdr *note; nt_final() local
[all...]
/kernel/linux/linux-5.10/drivers/media/pci/saa7134/
H A Dsaa7134-tvaudio.c239 tvaudio_setmode(struct saa7134_dev *dev, struct saa7134_tvaudio *audio, char *note) tvaudio_setmode() argument
/kernel/linux/linux-5.10/sound/drivers/opl4/
H A Dopl4_local.h163 int note; member
/kernel/linux/linux-5.10/include/sound/
H A Dseq_midi_emul.h36 unsigned char note[128]; /* Current status for all notes */ member
H A Demux_synth.h164 unsigned char note; /* Note currently assigned to this voice */ member
/kernel/linux/linux-6.6/include/sound/
H A Dseq_midi_emul.h36 unsigned char note[128]; /* Current status for all notes */ member
H A Demux_synth.h164 unsigned char note; /* Note currently assigned to this voice */ member
/kernel/linux/linux-6.6/drivers/media/pci/saa7134/
H A Dsaa7134-tvaudio.c239 tvaudio_setmode(struct saa7134_dev *dev, struct saa7134_tvaudio *audio, char *note) tvaudio_setmode() argument

Completed in 20 milliseconds

1234