Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/hid/
Dhid-prodikeys.c52 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()
344 unsigned char status, note, velocity; in pcmidi_handle_report3() local
349 velocity = data[j*2+2]; in pcmidi_handle_report3()
355 if (0 == velocity) in pcmidi_handle_report3()
356 velocity = 1; /* force note on */ in pcmidi_handle_report3()
368 pms->velocity = velocity; in pcmidi_handle_report3()
379 pcmidi_send_note(pm, status, note, velocity); in pcmidi_handle_report3()
/linux-4.19.296/include/sound/
Demux_synth.h179 unsigned char velocity; /* Velocity of current note */ member
/linux-4.19.296/include/uapi/sound/
Dasequencer.h198 unsigned char velocity; member
/linux-4.19.296/
DMAINTAINERS15486 F: drivers/net/ethernet/via/via-velocity.*