Home
last modified time | relevance | path

Searched refs:key_press (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/input/keyboard/
A Dbcm-keypad.c107 int key_press; in bcm_kp_report_keys() local
119 key_press = state & BIT(bit_nr); in bcm_kp_report_keys()
121 key_press = pull_mode ? !key_press : key_press; in bcm_kp_report_keys()
125 input_report_key(kp->input_dev, keycode, key_press); in bcm_kp_report_keys()
/linux/include/sound/
A Dseq_midi_emul.h71 void (*key_press)(void *private_data, int note, int vel, struct snd_midi_channel *chan); member
/linux/sound/core/seq/
A Dseq_midi_emul.c133 if (ops->key_press) in snd_midi_process_event()
134 ops->key_press(drv, ev->data.note.note, ev->data.note.velocity, chan); in snd_midi_process_event()
/linux/sound/drivers/opl3/
A Dopl3_seq.c136 .key_press = snd_opl3_key_press,
/linux/sound/synth/emux/
A Demux_seq.c25 .key_press = snd_emux_key_press,

Completed in 9 milliseconds