/linux-4.4.14/sound/drivers/opl4/ |
D | opl4_synth.c | 312 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()
|
D | opl4_local.h | 163 int note; member
|
/linux-4.4.14/sound/drivers/opl3/ |
D | opl3_midi.c | 98 int note, struct snd_midi_channel *chan) in snd_opl3_calc_pitch() 294 void snd_opl3_note_on(void *p, int note, int vel, struct snd_midi_channel *chan) in snd_opl3_note_on() 671 static void snd_opl3_note_off_unsafe(void *p, int note, int vel, in snd_opl3_note_off_unsafe() 708 void snd_opl3_note_off(void *p, int note, int vel, in snd_opl3_note_off() 722 void snd_opl3_key_press(void *p, int note, int vel, struct snd_midi_channel *chan) in snd_opl3_key_press() 736 void snd_opl3_terminate_note(void *p, int note, struct snd_midi_channel *chan) in snd_opl3_terminate_note()
|
D | opl3_synth.c | 125 struct snd_dm_fm_note note; in snd_opl3_ioctl() local 400 static int snd_opl3_play_note(struct snd_opl3 * opl3, struct snd_dm_fm_note * note) in snd_opl3_play_note()
|
D | opl3_drums.c | 185 void snd_opl3_drum_switch(struct snd_opl3 *opl3, int note, int vel, int on_off, in snd_opl3_drum_switch()
|
/linux-4.4.14/sound/core/seq/oss/ |
D | seq_oss_event.c | 286 note_on_event(struct seq_oss_devinfo *dp, int dev, int ch, int note, int vel, struct snd_seq_event … in note_on_event() 346 note_off_event(struct seq_oss_devinfo *dp, int dev, int ch, int note, int vel, struct snd_seq_event… in note_off_event() 382 set_note_event(struct seq_oss_devinfo *dp, int dev, int type, int ch, int note, int vel, struct snd… in set_note_event()
|
D | seq_oss_event.h | 43 unsigned char note; member 80 unsigned char note, parm; member
|
D | seq_oss_device.h | 61 int note, vel; member
|
/linux-4.4.14/sound/synth/emux/ |
D | emux_synth.c | 60 snd_emux_note_on(void *p, int note, int vel, struct snd_midi_channel *chan) in snd_emux_note_on() 159 snd_emux_note_off(void *p, int note, int vel, struct snd_midi_channel *chan) in snd_emux_note_off() 236 snd_emux_key_press(void *p, int note, int vel, struct snd_midi_channel *chan) in snd_emux_key_press() 378 terminate_note1(struct snd_emux *emu, int note, struct snd_midi_channel *chan, int free) in terminate_note1() 399 snd_emux_terminate_note(void *p, int note, struct snd_midi_channel *chan) in snd_emux_terminate_note()
|
D | soundfont.c | 956 int note, sample_id; in load_guspatch() local
|
/linux-4.4.14/sound/oss/ |
D | sequencer.c | 327 static int seq_queue(unsigned char *note, char nonblock) in seq_queue() 415 static int find_voice(int dev, int chn, int note) in find_voice() 427 static int alloc_voice(int dev, int chn, int note) in alloc_voice() 447 #define note event_rec[4] in seq_chn_voice_event() macro 1556 int note, octave, note_freq; in note_to_freq() local
|
D | midi_synth.c | 283 midi_synth_kill_note(int dev, int channel, int note, int velocity) in midi_synth_kill_note() 373 midi_synth_start_note(int dev, int channel, int note, int velocity) in midi_synth_start_note()
|
D | opl3.c | 268 static int opl3_kill_note (int devno, int voice, int note, int velocity) in opl3_kill_note() 457 static int opl3_start_note (int dev, int voice, int note, int volume) in opl3_start_note() 998 static int opl3_alloc_voice(int dev, int chn, int note, struct voice_alloc_info *alloc) in opl3_alloc_voice()
|
/linux-4.4.14/arch/s390/kernel/ |
D | crash_dump.c | 257 Elf64_Nhdr *note; in nt_init() local 368 Elf64_Nhdr *note; in nt_s390_vx_low() local 429 Elf64_Nhdr note; in get_vmcoreinfo_old() local
|
/linux-4.4.14/arch/ia64/kernel/ |
D | crash.c | 34 struct elf_note *note = (struct elf_note *)buf; in append_elf_note() local
|
/linux-4.4.14/drivers/hid/ |
D | hid-prodikeys.c | 51 unsigned char note; member 218 unsigned char status, unsigned char note, unsigned char velocity) in pcmidi_send_note() 345 unsigned char status, note, velocity; in pcmidi_handle_report3() local
|
/linux-4.4.14/arch/powerpc/kernel/ |
D | fadump.c | 487 struct elf_note note; in fadump_append_elf_note() local 504 struct elf_note note; in fadump_final_note() local
|
/linux-4.4.14/fs/ |
D | binfmt_elf.c | 1389 static void fill_note(struct memelfnote *note, const char *name, int type, in fill_note() 1479 static void fill_auxv_note(struct memelfnote *note, struct mm_struct *mm) in fill_auxv_note() 1489 static void fill_siginfo_note(struct memelfnote *note, user_siginfo_t *csigdata, in fill_siginfo_note() 1511 static int fill_files_note(struct memelfnote *note) in fill_files_note()
|
D | binfmt_elf_fdpic.c | 1352 static inline void fill_note(struct memelfnote *note, const char *name, int type, in fill_note()
|
/linux-4.4.14/sound/core/seq/ |
D | seq_midi_emul.c | 246 int note, int vel) in note_off()
|
/linux-4.4.14/crypto/ |
D | ansi_cprng.c | 58 static void hexdump(char *note, unsigned char *buf, unsigned int len) in hexdump()
|
/linux-4.4.14/drivers/pci/hotplug/ |
D | acpiphp_ibm.c | 256 struct notification *note = context; in ibm_handle_events() local
|
/linux-4.4.14/kernel/ |
D | kexec_core.c | 953 struct elf_note note; in append_elf_note() local 970 struct elf_note note; in final_note() local
|
/linux-4.4.14/drivers/media/pci/saa7134/ |
D | saa7134-tvaudio.c | 253 char *note) in tvaudio_setmode()
|
/linux-4.4.14/include/sound/ |
D | seq_midi_emul.h | 50 unsigned char note[128]; /* Current status for all notes */ member
|
D | emux_synth.h | 179 unsigned char note; /* Note currently assigned to this voice */ member
|
D | opl3.h | 291 unsigned char note; /* Note currently assigned to this voice */ member
|
/linux-4.4.14/tools/usb/ |
D | ffs-test.c | 97 #define note(...) _msg(5, __VA_ARGS__) macro
|
/linux-4.4.14/include/uapi/linux/ |
D | soundcard.h | 1128 #define _CHN_VOICE(dev, event, chn, note, parm) \ argument 1140 #define SEQ_START_NOTE(dev, chn, note, vol) \ argument 1143 #define SEQ_STOP_NOTE(dev, chn, note, vol) \ argument 1146 #define SEQ_KEY_PRESSURE(dev, chn, note, pressure) \ argument
|
/linux-4.4.14/security/smack/ |
D | smack_lsm.c | 100 static int smk_bu_note(char *note, struct smack_known *sskp, in smk_bu_note() 116 #define smk_bu_note(note, sskp, oskp, mode, RC) (RC) argument 120 static int smk_bu_current(char *note, struct smack_known *oskp, in smk_bu_current() 138 #define smk_bu_current(note, oskp, mode, RC) (RC) argument
|
/linux-4.4.14/include/uapi/sound/ |
D | asequencer.h | 196 unsigned char note; member 285 struct snd_seq_ev_note note; member
|
/linux-4.4.14/drivers/scsi/csiostor/ |
D | csio_lnode.c | 1904 csio_notify_lnodes(struct csio_hw *hw, enum csio_ln_notify note) in csio_notify_lnodes()
|
/linux-4.4.14/drivers/net/ethernet/sun/ |
D | cassini.h | 2132 const char *note; member
|