velocity           48 drivers/hid/hid-prodikeys.c 	unsigned char		velocity;
velocity          214 drivers/hid/hid-prodikeys.c 	unsigned char status, unsigned char note, unsigned char velocity)
velocity          221 drivers/hid/hid-prodikeys.c 	buffer[2] = velocity;
velocity          242 drivers/hid/hid-prodikeys.c 	pcmidi_send_note(pms->pm, pms->status, pms->note, pms->velocity);
velocity          340 drivers/hid/hid-prodikeys.c 	unsigned char status, note, velocity;
velocity          345 drivers/hid/hid-prodikeys.c 		velocity = data[j*2+2];
velocity          351 drivers/hid/hid-prodikeys.c 			if (0 == velocity)
velocity          352 drivers/hid/hid-prodikeys.c 				velocity = 1; /* force note on */
velocity          364 drivers/hid/hid-prodikeys.c 						pms->velocity = velocity;
velocity          375 drivers/hid/hid-prodikeys.c 		pcmidi_send_note(pm, status, note, velocity);
velocity          166 include/sound/emux_synth.h 	unsigned char velocity;	/* Velocity of current note */
velocity          198 include/uapi/sound/asequencer.h 	unsigned char velocity;
velocity          381 sound/core/seq/oss/seq_oss_event.c 	ev->data.note.velocity = vel;
velocity          567 sound/core/seq/oss/seq_oss_midi.c 		ossev.v.parm = ev->data.note.velocity;
velocity          902 sound/core/seq/seq_clientmgr.c 		ev->data.note.velocity = ev->data.note.off_velocity;
velocity          102 sound/core/seq/seq_midi_emul.c 	if (ev->type == SNDRV_SEQ_EVENT_NOTEON && ev->data.note.velocity == 0)
velocity          121 sound/core/seq/seq_midi_emul.c 			ops->note_on(drv, ev->data.note.note, ev->data.note.velocity, chan);
velocity          127 sound/core/seq/seq_midi_emul.c 			note_off(ops, drv, chan, ev->data.note.note, ev->data.note.velocity);
velocity          131 sound/core/seq/seq_midi_emul.c 			ops->key_press(drv, ev->data.note.note, ev->data.note.velocity, chan);
velocity          249 sound/core/seq/seq_midi_event.c 	ev->data.note.velocity = dev->buf[2];
velocity          351 sound/core/seq/seq_midi_event.c 	buf[1] = ev->data.note.velocity & 0x7f;
velocity          164 sound/drivers/opl4/opl4_local.h 	int velocity;
velocity          377 sound/drivers/opl4/opl4_synth.c 	att += snd_opl4_volume_table[voice->velocity];
velocity          510 sound/drivers/opl4/opl4_synth.c 		voice[i]->velocity = vel & 0x7f;
velocity         1247 sound/pci/asihpi/hpi.h u16 hpi_outstream_set_velocity(u32 h_outstream, short velocity);
velocity          720 sound/pci/asihpi/hpi_internal.h 		u16 velocity;
velocity          621 sound/pci/asihpi/hpifunc.c u16 hpi_outstream_set_velocity(u32 h_outstream, short velocity)
velocity          630 sound/pci/asihpi/hpifunc.c 	hm.u.d.u.velocity = velocity;
velocity          100 sound/synth/emux/emux_synth.c 		vp->velocity = vel;
velocity          243 sound/synth/emux/emux_synth.c 			vp->velocity = vel;
velocity          748 sound/synth/emux/emux_synth.c 	LIMITMAX(vp->velocity, 127);
velocity          753 sound/synth/emux/emux_synth.c 		vol = (vp->velocity * main_vol * expression_vol) / (127*127);
velocity          765 sound/synth/emux/emux_synth.c 		vol = voltab1[main_vol] + voltab2[vp->velocity];
velocity          791 sound/synth/emux/emux_synth.c 		if (vp->velocity < 70)
velocity          794 sound/synth/emux/emux_synth.c 			atten = vp->velocity;