Home
last modified time | relevance | path

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

/linux-4.1.27/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()
Dopl4_local.h163 int note; member
/linux-4.1.27/sound/drivers/opl3/
Dopl3_midi.c98 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()
Dopl3_synth.c125 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()
Dopl3_drums.c185 void snd_opl3_drum_switch(struct snd_opl3 *opl3, int note, int vel, int on_off, in snd_opl3_drum_switch()
/linux-4.1.27/sound/core/seq/oss/
Dseq_oss_event.c286 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()
Dseq_oss_event.h43 unsigned char note; member
80 unsigned char note, parm; member
Dseq_oss_device.h61 int note, vel; member
/linux-4.1.27/sound/synth/emux/
Demux_synth.c60 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()
Dsoundfont.c956 int note, sample_id; in load_guspatch() local
/linux-4.1.27/sound/oss/
Dsequencer.c327 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
Dmidi_synth.c283 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()
Dopl3.c268 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.1.27/arch/s390/kernel/
Dcrash_dump.c291 Elf64_Nhdr *note; in nt_init() local
402 Elf64_Nhdr *note; in nt_s390_vx_low() local
463 Elf64_Nhdr note; in get_vmcoreinfo_old() local
/linux-4.1.27/arch/ia64/kernel/
Dcrash.c34 struct elf_note *note = (struct elf_note *)buf; in append_elf_note() local
/linux-4.1.27/drivers/hid/
Dhid-prodikeys.c51 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.1.27/arch/powerpc/kernel/
Dfadump.c487 struct elf_note note; in fadump_append_elf_note() local
504 struct elf_note note; in fadump_final_note() local
/linux-4.1.27/fs/
Dbinfmt_elf.c1379 static void fill_note(struct memelfnote *note, const char *name, int type, in fill_note()
1469 static void fill_auxv_note(struct memelfnote *note, struct mm_struct *mm) in fill_auxv_note()
1479 static void fill_siginfo_note(struct memelfnote *note, user_siginfo_t *csigdata, in fill_siginfo_note()
1501 static int fill_files_note(struct memelfnote *note) in fill_files_note()
Dbinfmt_elf_fdpic.c1312 static inline void fill_note(struct memelfnote *note, const char *name, int type, in fill_note()
/linux-4.1.27/sound/core/seq/
Dseq_midi_emul.c246 int note, int vel) in note_off()
/linux-4.1.27/crypto/
Dansi_cprng.c60 static void hexdump(char *note, unsigned char *buf, unsigned int len) in hexdump()
/linux-4.1.27/drivers/pci/hotplug/
Dacpiphp_ibm.c256 struct notification *note = context; in ibm_handle_events() local
/linux-4.1.27/include/sound/
Dseq_midi_emul.h50 unsigned char note[128]; /* Current status for all notes */ member
Demux_synth.h179 unsigned char note; /* Note currently assigned to this voice */ member
Dopl3.h291 unsigned char note; /* Note currently assigned to this voice */ member
/linux-4.1.27/drivers/media/pci/saa7134/
Dsaa7134-tvaudio.c255 char *note) in tvaudio_setmode()
/linux-4.1.27/tools/usb/
Dffs-test.c97 #define note(...) _msg(5, __VA_ARGS__) macro
/linux-4.1.27/include/uapi/linux/
Dsoundcard.h1128 #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.1.27/security/smack/
Dsmack_lsm.c90 static int smk_bu_note(char *note, struct smack_known *sskp, in smk_bu_note()
106 #define smk_bu_note(note, sskp, oskp, mode, RC) (RC) argument
110 static int smk_bu_current(char *note, struct smack_known *oskp, in smk_bu_current()
128 #define smk_bu_current(note, oskp, mode, RC) (RC) argument
/linux-4.1.27/include/uapi/sound/
Dasequencer.h196 unsigned char note; member
285 struct snd_seq_ev_note note; member
/linux-4.1.27/kernel/
Dkexec.c1558 struct elf_note note; in append_elf_note() local
1575 struct elf_note note; in final_note() local
/linux-4.1.27/drivers/scsi/csiostor/
Dcsio_lnode.c1904 csio_notify_lnodes(struct csio_hw *hw, enum csio_ln_notify note) in csio_notify_lnodes()
/linux-4.1.27/drivers/net/ethernet/sun/
Dcassini.h2132 const char *note; member