Searched defs:vel (Results  1 – 11 of 11) sorted by relevance
| /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_device.h | 61 	int note, vel;  member
 | 
| D | seq_oss_event.h | 44 	unsigned char vel;  member
 | 
| /linux-4.4.14/sound/drivers/opl3/ | 
| D | opl3_midi.c | 64 void snd_opl3_calc_volume(unsigned char *volbyte, int vel,  in snd_opl3_calc_volume()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()
 
 | 
| D | opl3_drums.c | 138 				  int vel, struct snd_midi_channel *chan)  in snd_opl3_drum_vol_set()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/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()
 904 	 int *notep, int vel, struct snd_midi_channel *chan,  in get_zone()
 
 | 
| D | soundfont.c | 1232 snd_soundfont_search_zone(struct snd_sf_list *sflist, int *notep, int vel,  in snd_soundfont_search_zone()1285 search_zones(struct snd_sf_list *sflist, int *notep, int vel,  in search_zones()
 
 | 
| /linux-4.4.14/sound/drivers/opl4/ | 
| D | opl4_synth.c | 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()
 
 | 
| /linux-4.4.14/drivers/staging/iio/resolver/ | 
| D | ad2s1200.c | 51 	s16 vel;  in ad2s1200_read_raw()  local
 | 
| D | ad2s1210.c | 474 	s16 vel;  in ad2s1210_read_raw()  local
 | 
| /linux-4.4.14/sound/core/seq/ | 
| D | seq_midi_emul.c | 246 	 int note, int vel)  in note_off()
 |