| /linux/Documentation/iio/ |
| H A D | adis16550.rst | 23 driver offers the capability to retrieve the delta angle and the delta velocity 27 between each sample update, while the delta velocity measurements represent a 28 calculation of linear velocity change between each sample update. 68 | in_deltavelocity_scale | Scale for delta velocity channels. … 70 | in_deltavelocity_x_raw | Raw X-axis delta velocity channel value. … 72 | in_deltavelocity_y_raw | Raw Y-axis delta velocity channel value. … 74 | in_deltavelocity_z_raw | Raw Z-axis delta velocity channel value. … 169 | Angular velocity on X, Y and Z axis | Radians per second | 171 | Delta velocity on X. Y, and Z axis | Meters per Second | 218 - X-axis angular velocity = in_anglvel_x_raw * in_anglvel_scale = 0.000579927 rad/s [all …]
|
| H A D | adis16475.rst | 34 driver offers the capability to retrieve the delta angle and the delta velocity 38 between each sample update, while the delta velocity measurements represent a 39 calculation of linear velocity change between each sample update. 79 | in_deltavelocity_scale | Scale for delta velocity channels. … 81 | in_deltavelocity_x_raw | Raw X-axis delta velocity channel value. … 83 | in_deltavelocity_y_raw | Raw Y-axis delta velocity channel value. … 85 | in_deltavelocity_z_raw | Raw Z-axis delta velocity channel value. … 172 | Angular velocity on X, Y and Z axis | Radians per second | 174 | Delta velocity on X. Y, and Z axis | Meters per Second | 221 - X-axis angular velocity = in_anglvel_x_raw * in_anglvel_scale = −0.019947756 rad/s [all …]
|
| H A D | adis16480.rst | 36 driver offers the capability to retrieve the delta angle and the delta velocity 40 between each sample update, while the delta velocity measurements represent a 41 calculation of linear velocity change between each sample update. 126 | in_deltavelocity_scale | Scale for delta velocity channels. … 128 | in_deltavelocity_x_raw | Raw X-axis delta velocity channel value. … 130 | in_deltavelocity_y_raw | Raw Y-axis delta velocity channel value. … 132 | in_deltavelocity_z_raw | Raw Z-axis delta velocity channel value. … 231 | Angular velocity on X, Y and Z axis | Radians per second | 233 | Delta velocity on X. Y, and Z axis | Meters per Second | 284 - X-axis angular velocity = in_anglvel_x_raw * in_anglvel_scale = −0.001041702 rad/s [all …]
|
| /linux/drivers/hid/ |
| H A D | hid-prodikeys.c | 41 unsigned char velocity; member 204 unsigned char status, unsigned char note, unsigned char velocity) in pcmidi_send_note() argument 211 buffer[2] = velocity; in pcmidi_send_note() 232 pcmidi_send_note(pms->pm, pms->status, pms->note, pms->velocity); in pcmidi_sustained_note_release() 330 unsigned char status, note, velocity; in pcmidi_handle_report3() local 335 velocity = data[j*2+2]; in pcmidi_handle_report3() 341 if (0 == velocity) in pcmidi_handle_report3() 342 velocity = 1; /* force note on */ in pcmidi_handle_report3() 354 pms->velocity = velocity; in pcmidi_handle_report3() 365 pcmidi_send_note(pm, status, note, velocity); in pcmidi_handle_report3()
|
| /linux/sound/core/seq/ |
| H A D | seq_ump_convert.c | 87 ev->data.note.velocity = val->note.velocity; in ump_midi1_to_note_ev() 208 ev->data.note.velocity = downscale_16_to_7bit(val->note.velocity); in ump_midi2_to_note_ev() 213 !ev->data.note.velocity) in ump_midi2_to_note_ev() 214 ev->data.note.velocity = 1; in ump_midi2_to_note_ev() 384 midi2->note.velocity = upscale_7_to_16bit(midi1->note.velocity); in cvt_ump_midi1_to_midi2() 455 midi1->note.velocity = downscale_16_to_7bit(midi2->note.velocity); in cvt_ump_midi2_to_midi1() 633 if (!event->data.note.velocity) in note_ev_to_ump_midi1() 637 data->note.velocity = event->data.note.velocity & 0x7f; in note_ev_to_ump_midi1() 771 if (!event->data.note.velocity) in note_ev_to_ump_midi2() 776 data->note.velocity = upscale_7_to_16bit(event->data.note.velocity & 0x7f); in note_ev_to_ump_midi2() [all …]
|
| H A D | seq_midi_emul.c | 105 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()
|
| H A D | seq_midi_event.c | 241 ev->data.note.velocity = dev->buf[2]; in note_event() 343 buf[1] = ev->data.note.velocity & 0x7f; in note_decode()
|
| /linux/Documentation/devicetree/bindings/net/ |
| H A D | via-velocity.txt | 4 - compatible : Should be "via,velocity-vt6110" 16 compatible = "via,velocity-vt6110";
|
| /linux/drivers/net/ethernet/via/ |
| H A D | Makefile | 7 obj-$(CONFIG_VIA_VELOCITY) += via-velocity.o
|
| H A D | Kconfig | 57 will be called via-velocity.
|
| /linux/include/sound/ |
| H A D | ump_msg.h | 136 u32 velocity:8; member 138 u32 velocity:8; 282 u32 velocity:16; member 294 u32 velocity:16;
|
| H A D | emux_synth.h | 166 unsigned char velocity; /* Velocity of current note */ member
|
| /linux/sound/drivers/opl4/ |
| H A D | opl4_local.h | 164 int velocity; member
|
| /linux/sound/core/ |
| H A D | ump_convert.c | 114 buf[2] = downscale_16_to_7bit(midi2->note.velocity); in cvt_ump_midi2_to_legacy() 370 midi2->note.velocity = upscale_7_to_16bit(buf[2]); in cvt_legacy_cmd_to_ump()
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-bus-iio-bno055 | 14 Range for angular velocity readings in radians per second. Note
|
| H A D | sysfs-bus-iio | 308 The linear velocity change between two consecutive samples on x, 311 In order to compute the total linear velocity change during a 313 velocity samples acquired during that time. 343 Angular velocity about axis x, y or z (may be arbitrarily 1780 user (which is the norm or magnitude of the velocity vector).
|
| /linux/Documentation/input/devices/ |
| H A D | atarikbd.rst | 171 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
|
| H A D | iforce-protocol.rst | 106 Val 41 Friction (Force = f(velocity)) and Inertia
|
| /linux/sound/core/seq/oss/ |
| H A D | seq_oss_midi.c | 541 ossev.v.parm = ev->data.note.velocity; in send_synth_event()
|
| /linux/Documentation/devicetree/bindings/iio/ |
| H A D | mount-matrix.txt | 130 velocity is defined as orthogonal to the plane of rotation, so if you put the
|
| /linux/sound/pci/asihpi/ |
| H A D | hpi.h | 1234 u16 hpi_outstream_set_velocity(u32 h_outstream, short velocity);
|
| H A D | hpifunc.c | 621 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()
|
| H A D | hpi_internal.h | 720 u16 velocity; member
|
| /linux/Documentation/sound/designs/ |
| H A D | seq-oss.rst | 245 as velocity change, and key pressure event is passed to the port. In
|
| /linux/ |
| H A D | MAINTAINERS | 27805 F: drivers/net/ethernet/via/via-velocity.*
|