Searched refs:key_press (Results 1 – 4 of 4) sorted by relevance
107 int key_press; in bcm_kp_report_keys() local119 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()
85 void (*key_press)(void *private_data, int note, int vel, struct snd_midi_channel *chan); member
144 if (ops->key_press) in snd_midi_process_event()145 ops->key_press(drv, ev->data.note.note, ev->data.note.velocity, chan); in snd_midi_process_event()
148 .key_press = snd_opl3_key_press,