Home
last modified time | relevance | path

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

/openbmc/linux/drivers/input/keyboard/
H A Dbcm-keypad.c97 int key_press; in bcm_kp_report_keys() local
109 key_press = state & BIT(bit_nr); in bcm_kp_report_keys()
111 key_press = pull_mode ? !key_press : key_press; in bcm_kp_report_keys()
115 input_report_key(kp->input_dev, keycode, key_press); in bcm_kp_report_keys()
H A Dadp5588-keys.c489 int key_press) in adp5588_gpio_irq_handle() argument
519 if ((irq_type & IRQ_TYPE_EDGE_RISING && !key_press) || in adp5588_gpio_irq_handle()
520 (irq_type & IRQ_TYPE_EDGE_FALLING && key_press)) in adp5588_gpio_irq_handle()
531 int key_press = key & KEY_EV_PRESSED; in adp5588_report_events() local
535 adp5588_gpio_irq_handle(kpad, key_val, key_press); in adp5588_report_events()
546 kpad->keycode[code], key_press); in adp5588_report_events()
/openbmc/linux/include/sound/
H A Dseq_midi_emul.h71 void (*key_press)(void *private_data, int note, int vel, struct snd_midi_channel *chan); member
/openbmc/linux/sound/core/seq/
H 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()
/openbmc/linux/sound/drivers/opl3/
H A Dopl3_seq.c136 .key_press = snd_opl3_key_press,
/openbmc/linux/sound/synth/emux/
H A Demux_seq.c25 .key_press = snd_emux_key_press,