Searched defs:note (Results 1 - 34 of 34) sorted by relevance

/linux-4.1.27/arch/x86/um/vdso/
H A DMakefile
/linux-4.1.27/sound/core/seq/oss/
H A Dseq_oss_event.c286 note_on_event(struct seq_oss_devinfo *dp, int dev, int ch, int note, int vel, struct snd_seq_event *ev) note_on_event() argument
346 note_off_event(struct seq_oss_devinfo *dp, int dev, int ch, int note, int vel, struct snd_seq_event *ev) note_off_event() argument
382 set_note_event(struct seq_oss_devinfo *dp, int dev, int type, int ch, int note, int vel, struct snd_seq_event *ev) set_note_event() argument
H A Dseq_oss_event.h43 unsigned char note; member in struct:evrec_note
80 unsigned char note, parm; member in struct:evrec_voice
H A Dseq_oss_device.h61 int note, vel; member in struct:seq_oss_chinfo
/linux-4.1.27/sound/drivers/opl3/
H A Dopl3_drums.c185 void snd_opl3_drum_switch(struct snd_opl3 *opl3, int note, int vel, int on_off, snd_opl3_drum_switch() argument
H A Dopl3_synth.c125 struct snd_dm_fm_note note; snd_opl3_ioctl() local
400 static int snd_opl3_play_note(struct snd_opl3 * opl3, struct snd_dm_fm_note * note) snd_opl3_play_note() argument
H A Dopl3_midi.c294 void snd_opl3_note_on(void *p, int note, int vel, struct snd_midi_channel *chan) snd_opl3_note_on() argument
671 static void snd_opl3_note_off_unsafe(void *p, int note, int vel, snd_opl3_note_off_unsafe() argument
708 void snd_opl3_note_off(void *p, int note, int vel, snd_opl3_note_off() argument
722 void snd_opl3_key_press(void *p, int note, int vel, struct snd_midi_channel *chan) snd_opl3_key_press() argument
736 void snd_opl3_terminate_note(void *p, int note, struct snd_midi_channel *chan) snd_opl3_terminate_note() argument
97 snd_opl3_calc_pitch(unsigned char *fnum, unsigned char *blocknum, int note, struct snd_midi_channel *chan) snd_opl3_calc_pitch() argument
/linux-4.1.27/arch/x86/vdso/
H A DMakefile
/linux-4.1.27/crypto/
H A Dansi_cprng.c60 static void hexdump(char *note, unsigned char *buf, unsigned int len) hexdump() argument
/linux-4.1.27/arch/ia64/kernel/
H A Dcrash.c34 struct elf_note *note = (struct elf_note *)buf; append_elf_note() local
/linux-4.1.27/sound/core/seq/
H A Dseq_midi_emul.c245 note_off(struct snd_midi_op *ops, void *drv, struct snd_midi_channel *chan, int note, int vel) note_off() argument
/linux-4.1.27/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, snd_opl4_do_for_note() argument
423 int note, pitch, octave; snd_opl4_update_pitch() local
482 void snd_opl4_note_on(void *private_data, int note, int vel, struct snd_midi_channel *chan) snd_opl4_note_on() argument
563 void snd_opl4_note_off(void *private_data, int note, int vel, struct snd_midi_channel *chan) snd_opl4_note_off() argument
578 void snd_opl4_terminate_note(void *private_data, int note, struct snd_midi_channel *chan) snd_opl4_terminate_note() argument
H A Dopl4_local.h163 int note; member in struct:opl4_voice
/linux-4.1.27/drivers/pci/hotplug/
H A Dacpiphp_ibm.c256 struct notification *note = context; ibm_handle_events() local
/linux-4.1.27/sound/oss/
H A Dmidi_synth.c283 midi_synth_kill_note(int dev, int channel, int note, int velocity) midi_synth_kill_note() argument
373 midi_synth_start_note(int dev, int channel, int note, int velocity) midi_synth_start_note() argument
H A Dopl3.c268 static int opl3_kill_note (int devno, int voice, int note, int velocity) opl3_kill_note() argument
457 static int opl3_start_note (int dev, int voice, int note, int volume) opl3_start_note() argument
998 static int opl3_alloc_voice(int dev, int chn, int note, struct voice_alloc_info *alloc) opl3_alloc_voice() argument
H A Dsequencer.c327 static int seq_queue(unsigned char *note, char nonblock) seq_queue() argument
415 static int find_voice(int dev, int chn, int note) find_voice() argument
427 static int alloc_voice(int dev, int chn, int note) alloc_voice() argument
447 #define note event_rec[4] seq_chn_voice_event() macro
519 #undef note seq_chn_voice_event() macro
1556 int note, octave, note_freq; note_to_freq() local
/linux-4.1.27/sound/synth/emux/
H A Demux_synth.c60 snd_emux_note_on(void *p, int note, int vel, struct snd_midi_channel *chan) snd_emux_note_on() argument
159 snd_emux_note_off(void *p, int note, int vel, struct snd_midi_channel *chan) snd_emux_note_off() argument
236 snd_emux_key_press(void *p, int note, int vel, struct snd_midi_channel *chan) snd_emux_key_press() argument
378 terminate_note1(struct snd_emux *emu, int note, struct snd_midi_channel *chan, int free) terminate_note1() argument
399 snd_emux_terminate_note(void *p, int note, struct snd_midi_channel *chan) snd_emux_terminate_note() argument
H A Dsoundfont.c956 int note, sample_id; load_guspatch() local
/linux-4.1.27/drivers/media/pci/saa7134/
H A Dsaa7134-tvaudio.c253 tvaudio_setmode(struct saa7134_dev *dev, struct saa7134_tvaudio *audio, char *note) tvaudio_setmode() argument
/linux-4.1.27/include/sound/
H A Demux_synth.h179 unsigned char note; /* Note currently assigned to this voice */ member in struct:snd_emux_voice
H A Dseq_midi_emul.h50 unsigned char note[128]; /* Current status for all notes */ member in struct:snd_midi_channel
H A Dopl3.h291 unsigned char note; /* Note currently assigned to this voice */ member in struct:snd_opl3_voice
/linux-4.1.27/arch/s390/kernel/
H A Dcrash_dump.c291 Elf64_Nhdr *note; nt_init() local
402 Elf64_Nhdr *note; nt_s390_vx_low() local
463 Elf64_Nhdr note; get_vmcoreinfo_old() local
/linux-4.1.27/arch/powerpc/kernel/
H A Dfadump.c487 struct elf_note note; fadump_append_elf_note() local
504 struct elf_note note; fadump_final_note() local
/linux-4.1.27/tools/usb/
H A Dffs-test.c97 #define note(...) _msg(5, __VA_ARGS__) macro
/linux-4.1.27/drivers/scsi/csiostor/
H A Dcsio_lnode.c1904 csio_notify_lnodes(struct csio_hw *hw, enum csio_ln_notify note) csio_notify_lnodes() argument
/linux-4.1.27/drivers/hid/
H A Dhid-prodikeys.c51 unsigned char note; member in struct:pcmidi_sustain
345 unsigned char status, note, velocity; pcmidi_handle_report3() local
217 pcmidi_send_note(struct pcmidi_snd *pm, unsigned char status, unsigned char note, unsigned char velocity) pcmidi_send_note() argument
/linux-4.1.27/fs/
H A Dbinfmt_elf_fdpic.c1312 static inline void fill_note(struct memelfnote *note, const char *name, int type, fill_note() argument
H A Dbinfmt_elf.c1379 static void fill_note(struct memelfnote *note, const char *name, int type, fill_note() argument
1469 static void fill_auxv_note(struct memelfnote *note, struct mm_struct *mm) fill_auxv_note() argument
1479 static void fill_siginfo_note(struct memelfnote *note, user_siginfo_t *csigdata, fill_siginfo_note() argument
1501 static int fill_files_note(struct memelfnote *note) fill_files_note() argument
/linux-4.1.27/kernel/
H A Dkexec.c1558 struct elf_note note; append_elf_note() local
1575 struct elf_note note; final_note() local
/linux-4.1.27/include/uapi/sound/
H A Dasequencer.h196 unsigned char note; member in struct:snd_seq_ev_note
285 struct snd_seq_ev_note note; member in union:snd_seq_event::__anon13841
/linux-4.1.27/security/smack/
H A Dsmack_lsm.c90 static int smk_bu_note(char *note, struct smack_known *sskp, smk_bu_note() argument
110 static int smk_bu_current(char *note, struct smack_known *oskp, smk_bu_current() argument
/linux-4.1.27/drivers/net/ethernet/sun/
H A Dcassini.h2132 const char *note; member in struct:cas_hp_inst

Completed in 2471 milliseconds