Home
last modified time | relevance | path

Searched refs:velocity (Results 1 – 25 of 25) sorted by relevance

/kernel/linux/linux-5.10/drivers/hid/
Dhid-prodikeys.c48 unsigned char velocity; member
214 unsigned char status, unsigned char note, unsigned char velocity) in pcmidi_send_note() argument
221 buffer[2] = velocity; in pcmidi_send_note()
242 pcmidi_send_note(pms->pm, pms->status, pms->note, pms->velocity); in pcmidi_sustained_note_release()
340 unsigned char status, note, velocity; in pcmidi_handle_report3() local
345 velocity = data[j*2+2]; in pcmidi_handle_report3()
351 if (0 == velocity) in pcmidi_handle_report3()
352 velocity = 1; /* force note on */ in pcmidi_handle_report3()
364 pms->velocity = velocity; in pcmidi_handle_report3()
375 pcmidi_send_note(pm, status, note, velocity); in pcmidi_handle_report3()
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/net/
Dvia-velocity.txt4 - compatible : Should be "via,velocity-vt6110"
16 compatible = "via,velocity-vt6110";
/kernel/linux/linux-5.10/drivers/net/ethernet/via/
DMakefile7 obj-$(CONFIG_VIA_VELOCITY) += via-velocity.o
DKconfig56 will be called via-velocity.
/kernel/linux/linux-5.10/sound/synth/emux/
Demux_synth.c100 vp->velocity = vel; in snd_emux_note_on()
243 vp->velocity = vel; in snd_emux_key_press()
748 LIMITMAX(vp->velocity, 127); in calc_volume()
753 vol = (vp->velocity * main_vol * expression_vol) / (127*127); in calc_volume()
765 vol = voltab1[main_vol] + voltab2[vp->velocity]; in calc_volume()
791 if (vp->velocity < 70) in calc_volume()
794 atten = vp->velocity; in calc_volume()
/kernel/linux/linux-5.10/sound/core/seq/
Dseq_midi_emul.c105 if (ev->type == SNDRV_SEQ_EVENT_NOTEON && ev->data.note.velocity == 0) in snd_midi_process_event()
124 ops->note_on(drv, ev->data.note.note, ev->data.note.velocity, chan); in snd_midi_process_event()
130 note_off(ops, drv, chan, ev->data.note.note, ev->data.note.velocity); in snd_midi_process_event()
134 ops->key_press(drv, ev->data.note.note, ev->data.note.velocity, chan); in snd_midi_process_event()
Dseq_midi_event.c249 ev->data.note.velocity = dev->buf[2]; in note_event()
351 buf[1] = ev->data.note.velocity & 0x7f; in note_decode()
Dseq_clientmgr.c900 ev->data.note.velocity = ev->data.note.off_velocity; in snd_seq_dispatch_event()
/kernel/linux/linux-5.10/sound/drivers/opl4/
Dopl4_local.h164 int velocity; member
Dopl4_synth.c377 att += snd_opl4_volume_table[voice->velocity]; in snd_opl4_update_volume()
510 voice[i]->velocity = vel & 0x7f; in snd_opl4_note_on()
/kernel/linux/linux-5.10/include/sound/
Demux_synth.h166 unsigned char velocity; /* Velocity of current note */ member
/kernel/linux/linux-5.10/include/uapi/sound/
Dasequencer.h198 unsigned char velocity; member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/sound/
Dasequencer.h112 unsigned char velocity; member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/sound/
Dasequencer.h103 unsigned char velocity; member
/kernel/linux/linux-5.10/Documentation/input/devices/
Datarikbd.rst171 velocity joystick cursor.
525 ; horizontal velocity breakpoint is reached
527 ; vertical velocity breakpoint is reached
545 every Vn tenths of seconds. This provides a velocity (auto-repeat) breakpoint
547 Note that by setting RX and/or Ry to zero, the velocity feature can be
Diforce-protocol.rst106 Val 41 Friction (Force = f(velocity)) and Inertia
/kernel/linux/linux-5.10/sound/core/seq/oss/
Dseq_oss_event.c381 ev->data.note.velocity = vel; in set_note_event()
Dseq_oss_midi.c578 ossev.v.parm = ev->data.note.velocity; in send_synth_event()
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/iio/
Dmount-matrix.txt130 velocity is defined as orthogonal to the plane of rotation, so if you put the
/kernel/linux/linux-5.10/sound/pci/asihpi/
Dhpi.h1247 u16 hpi_outstream_set_velocity(u32 h_outstream, short velocity);
Dhpifunc.c621 u16 hpi_outstream_set_velocity(u32 h_outstream, short velocity) in hpi_outstream_set_velocity() argument
630 hm.u.d.u.velocity = velocity; in hpi_outstream_set_velocity()
Dhpi_internal.h720 u16 velocity; member
/kernel/linux/linux-5.10/Documentation/sound/designs/
Dseq-oss.rst245 as velocity change, and key pressure event is passed to the port. In
/kernel/linux/linux-5.10/Documentation/ABI/testing/
Dsysfs-bus-iio225 Angular velocity about axis x, y or z (may be arbitrarily
1437 user (which is the norm or magnitude of the velocity vector).
/kernel/linux/linux-5.10/
DMAINTAINERS18469 F: drivers/net/ethernet/via/via-velocity.*