Home
last modified time | relevance | path

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

12

/linux/Documentation/devicetree/bindings/net/
H A Dvia-velocity.txt1 * VIA Velocity 10/100/1000 Network Controller
4 - compatible : Should be "via,velocity-vt6110"
16 compatible = "via,velocity-vt6110";
/linux/drivers/net/ethernet/via/
H A DKconfig47 tristate "VIA Velocity support"
54 If you have a VIA "Velocity" based network card say Y here.
57 will be called via-velocity.
H A Dvia-velocity.h6 * File: via-velocity.h
21 #define VELOCITY_NAME "via-velocity"
22 #define VELOCITY_FULL_DRV_NAM "VIA Networking Velocity Family Gigabit Ethernet Adapter Driver"
1450 * @vptr: Velocity to query
1480 * @vptr: velocity to update
1482 * The velocity hardware keeps certain counters in the hardware
1506 * @vptr: velocity to configure
1508 * Configure the flow control registers for this velocity device.
H A DMakefile7 obj-$(CONFIG_VIA_VELOCITY) += via-velocity.o
/linux/drivers/hid/
H A Dhid-prodikeys.c41 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 Dseq_ump_convert.c87 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()
209 /* correct note-on velocity 0 to 1; 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()
[all …]
H A 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()
H A Dseq_midi_event.c241 ev->data.note.velocity = dev->buf[2]; in note_event()
343 buf[1] = ev->data.note.velocity & 0x7f; in note_decode()
/linux/Documentation/iio/
H A Dadis16475.rst34 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 …]
/linux/Documentation/devicetree/bindings/iio/resolver/
H A Dadi,ad2s1210.yaml19 angular velocity data directly from the parallel outputs or through
30 0 1 Normal mode - velocity output
123 enum: [config, velocity, position]
/linux/sound/synth/emux/
H A Demux_synth.c99 vp->velocity = vel; in snd_emux_note_on()
236 vp->velocity = vel; in snd_emux_key_press()
728 LIMITMAX(vp->velocity, 127);
733 vol = (vp->velocity * main_vol * expression_vol) / (127*127);
745 vol = voltab1[main_vol] + voltab2[vp->velocity]; in calc_volume()
771 if (vp->velocity < 70) in calc_volume()
774 atten = vp->velocity; in calc_volume()
866 /* Look for the zones matching with the given note and velocity. in get_bank()
/linux/include/sound/
H A Dump_msg.h136 u32 velocity:8; member
138 u32 velocity:8;
282 u32 velocity:16; member
294 u32 velocity:16;
H A Demux_synth.h166 unsigned char velocity; /* Velocity of current note */ member
H A Dseq_oss.h58 #define SNDRV_SEQ_OSS_PROCESS_EVENTS 0 /* key == 255 is processed as velocity change */
/linux/include/uapi/sound/
H A Dsfnt_info.h117 unsigned char vellow, velhigh; /* velocity range */
118 signed char fixkey, fixvel; /* fixed key, velocity */
/linux/Documentation/input/devices/
H A 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
H A Diforce-protocol.rst106 Val 41 Friction (Force = f(velocity)) and Inertia
/linux/sound/core/
H A Dump_convert.c114 buf[2] = downscale_16_to_7bit(midi2->note.velocity); in cvt_ump_midi2_to_legacy()
357 /* special handling: treat note-on with 0 velocity as note-off */ in cvt_legacy_cmd_to_ump()
370 midi2->note.velocity = upscale_7_to_16bit(buf[2]); in cvt_legacy_cmd_to_ump()
/linux/Documentation/ABI/testing/
H A Dsysfs-bus-iio-bno05514 Range for angular velocity readings in radians per second. Note
/linux/drivers/input/mouse/
H A Dbyd.c49 * Given the above dimensions, relative packets velocity is in multiples of
309 /* Update position based on velocity */ in byd_process_byte()
/linux/drivers/iio/resolver/
H A Dad2s1210.c40 * Velocity exceeds maximum tracking rate | D2 | anglvel0 | mag | rising
295 * velocity, and faults.
417 /* Velocity exceeds maximum tracking rate */ in ad2s1210_push_events()
874 /* Velocity exceeds maximum tracking rate fault. */
1140 return sprintf(label, "velocity\n"); in ad2s1210_read_label()
/linux/sound/drivers/opl4/
H A Dopl4_local.h164 int velocity; member
/linux/drivers/hid/amd-sfh-hid/hid_descriptor/
H A Damd_sfh_hid_report_desc.h251 0x0A, 0x56, 0x14, /* Angular velocity and mod change sensitivity ABS)*/
260 0x0A, 0x56, 0x24, /* Sensor data (motion angular velocity and mod max) */
312 0x0A, 0x57, 0x04, /* Sensor data motion Angular velocity X axis */
321 0x0A, 0x58, 0x04, /* Sensor data motion Angular velocity Y axis */
330 0x0A, 0x59, 0x04, /* Sensor data motion Angular velocity Z axis */
/linux/Documentation/devicetree/bindings/iio/
H A Dmount-matrix.txt130 velocity is defined as orthogonal to the plane of rotation, so if you put the
/linux/Documentation/sound/designs/
H A Dseq-oss.rst245 as velocity change, and key pressure event is passed to the port. In

12