/linux-4.4.14/sound/oss/ |
D | midi_synth.c | 283 midi_synth_kill_note(int dev, int channel, int note, int velocity) in midi_synth_kill_note() argument 292 if (velocity < 0) in midi_synth_kill_note() 293 velocity = 0; in midi_synth_kill_note() 294 if (velocity > 127) in midi_synth_kill_note() 295 velocity = 127; in midi_synth_kill_note() 302 if (chn == channel && ((msg == 0x90 && velocity == 64) || msg == 0x80)) in midi_synth_kill_note() 319 midi_outc(orig_dev, velocity); in midi_synth_kill_note() 322 if (velocity == 64) in midi_synth_kill_note() 341 midi_outc(orig_dev, velocity); in midi_synth_kill_note() 373 midi_synth_start_note(int dev, int channel, int note, int velocity) in midi_synth_start_note() argument [all …]
|
D | midi_synth.h | 3 int midi_synth_kill_note (int dev, int channel, int note, int velocity);
|
D | dev_table.h | 268 int (*kill_note) (int dev, int voice, int note, int velocity); 269 int (*start_note) (int dev, int voice, int note, int velocity);
|
D | opl3.c | 85 static int opl3_kill_note(int dev, int voice, int note, int velocity); 268 static int opl3_kill_note (int devno, int voice, int note, int velocity) in opl3_kill_note() argument
|
/linux-4.4.14/drivers/hid/ |
D | hid-prodikeys.c | 52 unsigned char velocity; member 218 unsigned char status, unsigned char note, unsigned char velocity) in pcmidi_send_note() argument 225 buffer[2] = velocity; in pcmidi_send_note() 246 pcmidi_send_note(pms->pm, pms->status, pms->note, pms->velocity); in pcmidi_sustained_note_release() 345 unsigned char status, note, velocity; in pcmidi_handle_report3() local 350 velocity = data[j*2+2]; in pcmidi_handle_report3() 356 if (0 == velocity) in pcmidi_handle_report3() 357 velocity = 1; /* force note on */ in pcmidi_handle_report3() 369 pms->velocity = velocity; in pcmidi_handle_report3() 380 pcmidi_send_note(pm, status, note, velocity); in pcmidi_handle_report3()
|
/linux-4.4.14/Documentation/devicetree/bindings/net/ |
D | via-velocity.txt | 4 - compatible : Should be "via,velocity-vt6110" 16 compatible = "via,velocity-vt6110";
|
/linux-4.4.14/drivers/net/ethernet/via/ |
D | Makefile | 6 obj-$(CONFIG_VIA_VELOCITY) += via-velocity.o
|
D | Kconfig | 54 will be called via-velocity.
|
/linux-4.4.14/sound/synth/emux/ |
D | emux_synth.c | 114 vp->velocity = vel; in snd_emux_note_on() 257 vp->velocity = vel; in snd_emux_key_press() 762 LIMITMAX(vp->velocity, 127); in calc_volume() 767 vol = (vp->velocity * main_vol * expression_vol) / (127*127); in calc_volume() 779 vol = voltab1[main_vol] + voltab2[vp->velocity]; in calc_volume() 805 if (vp->velocity < 70) in calc_volume() 808 atten = vp->velocity; in calc_volume()
|
/linux-4.4.14/sound/core/seq/ |
D | seq_midi_emul.c | 116 if (ev->type == SNDRV_SEQ_EVENT_NOTEON && ev->data.note.velocity == 0) in snd_midi_process_event() 135 ops->note_on(drv, ev->data.note.note, ev->data.note.velocity, chan); in snd_midi_process_event() 141 note_off(ops, drv, chan, ev->data.note.note, ev->data.note.velocity); in snd_midi_process_event() 145 ops->key_press(drv, ev->data.note.note, ev->data.note.velocity, chan); in snd_midi_process_event()
|
D | seq_midi_event.c | 316 ev->data.note.velocity = dev->buf[2]; in note_event() 417 buf[1] = ev->data.note.velocity & 0x7f; in note_decode()
|
D | seq_clientmgr.c | 894 ev->data.note.velocity = ev->data.note.off_velocity; in snd_seq_dispatch_event()
|
/linux-4.4.14/sound/drivers/opl4/ |
D | opl4_local.h | 164 int velocity; member
|
D | opl4_synth.c | 377 att += snd_opl4_volume_table[voice->velocity]; in snd_opl4_update_volume() 510 voice[i]->velocity = vel & 0x7f; in snd_opl4_note_on()
|
/linux-4.4.14/include/sound/ |
D | emux_synth.h | 181 unsigned char velocity; /* Velocity of current note */ member
|
/linux-4.4.14/include/uapi/sound/ |
D | asequencer.h | 197 unsigned char velocity; member
|
/linux-4.4.14/Documentation/input/ |
D | atarikbd.txt | 149 velocity joystick cursor. 439 ; horizontal velocity breakpoint is reached 441 ; vertical velocity breakpoint is reached 459 every Vn tenths of seconds. This provides a velocity (auto-repeat) breakpoint 461 Note that by setting RX and/or Ry to zero, the velocity feature can be
|
D | iforce-protocol.txt | 68 Val 41 Friction (Force = f(velocity)) and Inertia (Force = f(acceleration))
|
/linux-4.4.14/sound/core/seq/oss/ |
D | seq_oss_event.c | 391 ev->data.note.velocity = vel; in set_note_event()
|
D | seq_oss_midi.c | 578 ossev.v.parm = ev->data.note.velocity; in send_synth_event()
|
/linux-4.4.14/sound/pci/asihpi/ |
D | hpi.h | 1258 u16 hpi_outstream_set_velocity(u32 h_outstream, short velocity);
|
D | hpifunc.c | 620 u16 hpi_outstream_set_velocity(u32 h_outstream, short velocity) in hpi_outstream_set_velocity() argument 629 hm.u.d.u.velocity = velocity; in hpi_outstream_set_velocity()
|
D | hpi_internal.h | 731 u16 velocity; member
|
/linux-4.4.14/Documentation/ABI/testing/ |
D | sysfs-bus-iio | 172 Angular velocity about axis x, y or z (may be arbitrarily 1339 user (which is the norm or magnitude of the velocity vector).
|
/linux-4.4.14/ |
D | MAINTAINERS | 11466 F: drivers/net/ethernet/via/via-velocity.*
|