vel               469 drivers/staging/iio/resolver/ad2s1210.c 	s16 vel;
vel               503 drivers/staging/iio/resolver/ad2s1210.c 		vel = be16_to_cpup((__be16 *)st->rx);
vel               504 drivers/staging/iio/resolver/ad2s1210.c 		vel >>= 16 - st->resolution;
vel               505 drivers/staging/iio/resolver/ad2s1210.c 		if (vel & 0x8000) {
vel               507 drivers/staging/iio/resolver/ad2s1210.c 			vel |= negative;
vel               509 drivers/staging/iio/resolver/ad2s1210.c 		*val = vel;
vel                69 include/sound/seq_midi_emul.h 	void (*note_on)(void *private_data, int note, int vel, struct snd_midi_channel *chan);
vel                70 include/sound/seq_midi_emul.h 	void (*note_off)(void *private_data,int note, int vel, struct snd_midi_channel *chan); /* release note */
vel                71 include/sound/seq_midi_emul.h 	void (*key_press)(void *private_data, int note, int vel, struct snd_midi_channel *chan);
vel               102 include/sound/soundfont.h int snd_soundfont_search_zone(struct snd_sf_list *sflist, int *notep, int vel,
vel                49 sound/core/seq/oss/seq_oss_device.h 	int note, vel;
vel                28 sound/core/seq/oss/seq_oss_event.c static int note_on_event(struct seq_oss_devinfo *dp, int dev, int ch, int note, int vel, struct snd_seq_event *ev);
vel                29 sound/core/seq/oss/seq_oss_event.c static int note_off_event(struct seq_oss_devinfo *dp, int dev, int ch, int note, int vel, struct snd_seq_event *ev);
vel                30 sound/core/seq/oss/seq_oss_event.c static int set_note_event(struct seq_oss_devinfo *dp, int dev, int type, int ch, int note, int vel, struct snd_seq_event *ev);
vel                99 sound/core/seq/oss/seq_oss_event.c 		return note_off_event(dp, 0, q->n.chn, q->n.note, q->n.vel, ev);
vel               102 sound/core/seq/oss/seq_oss_event.c 		return note_on_event(dp, 0, q->n.chn, q->n.note, q->n.vel, ev);
vel               274 sound/core/seq/oss/seq_oss_event.c note_on_event(struct seq_oss_devinfo *dp, int dev, int ch, int note, int vel, struct snd_seq_event *ev)
vel               286 sound/core/seq/oss/seq_oss_event.c 			return set_note_event(dp, dev, SNDRV_SEQ_EVENT_NOTEON, ch, note, vel, ev);
vel               297 sound/core/seq/oss/seq_oss_event.c 				if (info->ch[ch].vel)
vel               303 sound/core/seq/oss/seq_oss_event.c 			info->ch[ch].vel = vel;
vel               304 sound/core/seq/oss/seq_oss_event.c 			return set_note_event(dp, dev, type, ch, info->ch[ch].note, vel, ev);
vel               313 sound/core/seq/oss/seq_oss_event.c 		info->ch[ch].vel = vel;
vel               314 sound/core/seq/oss/seq_oss_event.c 		if (vel) /* non-zero velocity - start the note now */
vel               315 sound/core/seq/oss/seq_oss_event.c 			return set_note_event(dp, dev, SNDRV_SEQ_EVENT_NOTEON, ch, note, vel, ev);
vel               320 sound/core/seq/oss/seq_oss_event.c 		return set_note_event(dp, dev, SNDRV_SEQ_EVENT_NOTEON, ch, note, vel, ev);
vel               324 sound/core/seq/oss/seq_oss_event.c 			return set_note_event(dp, dev, SNDRV_SEQ_EVENT_KEYPRESS, ch, note - 128, vel, ev);
vel               326 sound/core/seq/oss/seq_oss_event.c 			return set_note_event(dp, dev, SNDRV_SEQ_EVENT_NOTEON, ch, note, vel, ev);
vel               335 sound/core/seq/oss/seq_oss_event.c note_off_event(struct seq_oss_devinfo *dp, int dev, int ch, int note, int vel, struct snd_seq_event *ev)
vel               347 sound/core/seq/oss/seq_oss_event.c 			return set_note_event(dp, dev, SNDRV_SEQ_EVENT_NOTEON, ch, note, vel, ev);
vel               353 sound/core/seq/oss/seq_oss_event.c 			info->ch[ch].vel = 0;
vel               355 sound/core/seq/oss/seq_oss_event.c 			return set_note_event(dp, dev, SNDRV_SEQ_EVENT_NOTEOFF, ch, note, vel, ev);
vel               362 sound/core/seq/oss/seq_oss_event.c 		return set_note_event(dp, dev, SNDRV_SEQ_EVENT_NOTEOFF, ch, note, vel, ev);
vel               372 sound/core/seq/oss/seq_oss_event.c set_note_event(struct seq_oss_devinfo *dp, int dev, int type, int ch, int note, int vel, struct snd_seq_event *ev)
vel               381 sound/core/seq/oss/seq_oss_event.c 	ev->data.note.velocity = vel;
vel                31 sound/core/seq/oss/seq_oss_event.h 	unsigned char vel;
vel               379 sound/core/seq/oss/seq_oss_synth.c 		info->ch[i].vel = 0;
vel                35 sound/core/seq/seq_midi_emul.c 		     int note, int vel);
vel               233 sound/core/seq/seq_midi_emul.c 	 int note, int vel)
vel               245 sound/core/seq/seq_midi_emul.c 			ops->note_off(drv, note, vel, chan);
vel               122 sound/drivers/opl3/opl3_drums.c 				  int vel, struct snd_midi_channel *chan)
vel               131 sound/drivers/opl3/opl3_drums.c 	snd_opl3_calc_volume(&reg_val, vel, chan);
vel               169 sound/drivers/opl3/opl3_drums.c void snd_opl3_drum_switch(struct snd_opl3 *opl3, int note, int vel, int on_off,
vel               203 sound/drivers/opl3/opl3_drums.c 		snd_opl3_drum_vol_set(opl3, drum_voice, vel, chan);
vel                14 sound/drivers/opl3/opl3_midi.c static void snd_opl3_note_off_unsafe(void *p, int note, int vel,
vel                46 sound/drivers/opl3/opl3_midi.c void snd_opl3_calc_volume(unsigned char *volbyte, int vel,
vel                52 sound/drivers/opl3/opl3_midi.c 	volume = (vel * chan->gm_volume * chan->gm_expression) / (127*127);
vel               276 sound/drivers/opl3/opl3_midi.c void snd_opl3_note_on(void *p, int note, int vel, struct snd_midi_channel *chan)
vel               308 sound/drivers/opl3/opl3_midi.c 		   chan->number, chan->midi_program, note, vel);
vel               335 sound/drivers/opl3/opl3_midi.c 		snd_opl3_drum_switch(opl3, note, vel, 1, chan);
vel               442 sound/drivers/opl3/opl3_midi.c 		snd_opl3_calc_volume(&vol_op[3], vel, chan);
vel               445 sound/drivers/opl3/opl3_midi.c 			snd_opl3_calc_volume(&vol_op[2], vel, chan);
vel               448 sound/drivers/opl3/opl3_midi.c 			snd_opl3_calc_volume(&vol_op[0], vel, chan);
vel               451 sound/drivers/opl3/opl3_midi.c 			snd_opl3_calc_volume(&vol_op[1], vel, chan);
vel               454 sound/drivers/opl3/opl3_midi.c 		snd_opl3_calc_volume(&vol_op[1], vel, chan);
vel               456 sound/drivers/opl3/opl3_midi.c 			snd_opl3_calc_volume(&vol_op[0], vel, chan);
vel               654 sound/drivers/opl3/opl3_midi.c static void snd_opl3_note_off_unsafe(void *p, int note, int vel,
vel               671 sound/drivers/opl3/opl3_midi.c 			snd_opl3_drum_switch(opl3, note, vel, 0, chan);
vel               691 sound/drivers/opl3/opl3_midi.c void snd_opl3_note_off(void *p, int note, int vel,
vel               698 sound/drivers/opl3/opl3_midi.c 	snd_opl3_note_off_unsafe(p, note, vel, chan);
vel               705 sound/drivers/opl3/opl3_midi.c void snd_opl3_key_press(void *p, int note, int vel, struct snd_midi_channel *chan)
vel                18 sound/drivers/opl3/opl3_voice.h void snd_opl3_note_on(void *p, int note, int vel, struct snd_midi_channel *chan);
vel                19 sound/drivers/opl3/opl3_voice.h void snd_opl3_note_off(void *p, int note, int vel, struct snd_midi_channel *chan);
vel                20 sound/drivers/opl3/opl3_voice.h void snd_opl3_key_press(void *p, int note, int vel, struct snd_midi_channel *chan);
vel                26 sound/drivers/opl3/opl3_voice.h void snd_opl3_calc_volume(unsigned char *reg, int vel, struct snd_midi_channel *chan);
vel                31 sound/drivers/opl3/opl3_voice.h void snd_opl3_drum_switch(struct snd_opl3 *opl3, int note, int vel, int on_off, struct snd_midi_channel *chan);
vel               225 sound/drivers/opl4/opl4_local.h void snd_opl4_note_on(void *p, int note, int vel, struct snd_midi_channel *chan);
vel               226 sound/drivers/opl4/opl4_local.h void snd_opl4_note_off(void *p, int note, int vel, struct snd_midi_channel *chan);
vel               482 sound/drivers/opl4/opl4_synth.c void snd_opl4_note_on(void *private_data, int note, int vel, struct snd_midi_channel *chan)
vel               510 sound/drivers/opl4/opl4_synth.c 		voice[i]->velocity = vel & 0x7f;
vel               563 sound/drivers/opl4/opl4_synth.c void snd_opl4_note_off(void *private_data, int note, int vel, struct snd_midi_channel *chan)
vel                27 sound/synth/emux/emux_synth.c 		    int *notep, int vel, struct snd_midi_channel *chan,
vel                46 sound/synth/emux/emux_synth.c snd_emux_note_on(void *p, int note, int vel, struct snd_midi_channel *chan)
vel                64 sound/synth/emux/emux_synth.c 	nvoices = get_zone(emu, port, &note, vel, chan, table);
vel               100 sound/synth/emux/emux_synth.c 		vp->velocity = vel;
vel               145 sound/synth/emux/emux_synth.c snd_emux_note_off(void *p, int note, int vel, struct snd_midi_channel *chan)
vel               222 sound/synth/emux/emux_synth.c snd_emux_key_press(void *p, int note, int vel, struct snd_midi_channel *chan)
vel               243 sound/synth/emux/emux_synth.c 			vp->velocity = vel;
vel               890 sound/synth/emux/emux_synth.c 	 int *notep, int vel, struct snd_midi_channel *chan,
vel               906 sound/synth/emux/emux_synth.c 	return snd_soundfont_search_zone(emu->sflist, notep, vel, preset, bank,
vel                34 sound/synth/emux/emux_voice.h void snd_emux_note_on(void *p, int note, int vel, struct snd_midi_channel *chan);
vel                35 sound/synth/emux/emux_voice.h void snd_emux_note_off(void *p, int note, int vel, struct snd_midi_channel *chan);
vel                36 sound/synth/emux/emux_voice.h void snd_emux_key_press(void *p, int note, int vel, struct snd_midi_channel *chan);
vel                55 sound/synth/emux/soundfont.c static int search_zones(struct snd_sf_list *sflist, int *notep, int vel,
vel              1221 sound/synth/emux/soundfont.c snd_soundfont_search_zone(struct snd_sf_list *sflist, int *notep, int vel,
vel              1238 sound/synth/emux/soundfont.c 	nvoices = search_zones(sflist, notep, vel, preset, bank,
vel              1242 sound/synth/emux/soundfont.c 			nvoices = search_zones(sflist, notep, vel,
vel              1274 sound/synth/emux/soundfont.c search_zones(struct snd_sf_list *sflist, int *notep, int vel,
vel              1285 sound/synth/emux/soundfont.c 		    vel >= zp->v.vellow && vel <= zp->v.velhigh) {
vel              1296 sound/synth/emux/soundfont.c 				nvoices = search_zones(sflist, &key, vel,