Home
last modified time | relevance | path

Searched defs:down (Results 1 – 16 of 16) sorted by relevance

/openbmc/qemu/ui/
H A Dinput-keymap.c64 int qemu_input_key_value_to_scancode(const KeyValue *value, bool down, in qemu_input_key_value_to_scancode()
H A Dinput.c375 static InputEvent *qemu_input_event_new_key(KeyValue *key, bool down) in qemu_input_event_new_key()
385 void qemu_input_event_send_key(QemuConsole *src, KeyValue *key, bool down) in qemu_input_event_send_key()
401 void qemu_input_event_send_key_number(QemuConsole *src, int num, bool down) in qemu_input_event_send_key_number()
407 void qemu_input_event_send_key_qcode(QemuConsole *src, QKeyCode q, bool down) in qemu_input_event_send_key_qcode()
432 void qemu_input_queue_btn(QemuConsole *src, InputButton btn, bool down) in qemu_input_queue_btn()
H A Dkbd-state.c40 void qkbd_state_key_event(QKbdState *kbd, QKeyCode qcode, bool down) in qkbd_state_key_event()
H A Dkeymaps.c193 QKbdState *kbd, bool down) in keysym2scancode()
H A Dvnc.c1860 static void do_key_event(VncState *vs, int down, int keycode, int sym) in do_key_event()
2039 static void key_event(VncState *vs, int down, uint32_t sym) in key_event()
2054 static void ext_key_event(VncState *vs, int down, in ext_key_event()
/openbmc/qemu/tests/tcg/i386/
H A Dtest-i386-f2xm1.c6 long double arg, down, up; member
H A Dtest-i386-fyl2x.c6 long double arg0, arg1, down, up; member
H A Dtest-i386-fpatan.c6 long double arg0, arg1, down, up; member
H A Dtest-i386-fyl2xp1.c6 long double arg0, arg1, down, up; member
/openbmc/qemu/include/hw/acpi/
H A Dpcihp.h45 uint32_t down; member
/openbmc/obmc-ikvm/
H A Dikvm_input.cpp160 void Input::keyEvent(rfbBool down, rfbKeySym key, rfbClientPtr cl) in keyEvent()
/openbmc/qemu/hw/acpi/
H A Dpiix4.c54 uint32_t down; member
/openbmc/u-boot/drivers/video/
H A Dipu_disp.c190 int up, int down) in ipu_di_data_pin_config()
/openbmc/qemu/hw/display/
H A Dxenfb.c152 static int xenfb_send_key(struct XenInput *xenfb, bool down, int keycode) in xenfb_send_key()
/openbmc/u-boot/drivers/usb/eth/
H A Dr8152.h588 void (*down)(struct r8152 *); member
/openbmc/qemu/hw/arm/
H A Domap1.c2151 void omap_mpuio_key(struct omap_mpuio_s *s, int row, int col, int down) in omap_mpuio_key()