Home
last modified time | relevance | path

Searched refs:down (Results 1 – 25 of 479) sorted by relevance

12345678910>>...20

/openbmc/qemu/ui/
H A Dkbd-state.c40 void qkbd_state_key_event(QKbdState *kbd, QKeyCode qcode, bool down) in qkbd_state_key_event() argument
44 if (down == false /* got key-up event */ && in qkbd_state_key_event()
61 if (down) { in qkbd_state_key_event()
86 if (down) { in qkbd_state_key_event()
91 if (down) { in qkbd_state_key_event()
102 qemu_input_event_send_key_qcode(kbd->con, qcode, down); in qkbd_state_key_event()
H A Dinput.c168 qemu_input_event_send_key_qcode(con, code, evt->u.key.data->down); in qmp_input_send_event()
197 name, key->down); in qemu_input_event_trace()
201 trace_input_event_key_qcode(idx, name, key->down); in qemu_input_event_trace()
211 trace_input_event_btn(idx, name, btn->down); in qemu_input_event_trace()
375 static InputEvent *qemu_input_event_new_key(KeyValue *key, bool down) in qemu_input_event_new_key() argument
381 evt->u.key.data->down = 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() argument
388 evt = qemu_input_event_new_key(key, 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() argument
404 qemu_input_event_send_key_qcode(src, code, down); in qemu_input_event_send_key_number()
[all …]
H A Dinput-keymap.c64 int qemu_input_key_value_to_scancode(const KeyValue *value, bool down, in qemu_input_key_value_to_scancode() argument
73 int v = down ? 0 : 0x80; in qemu_input_key_value_to_scancode()
83 if (!down) { in qemu_input_key_value_to_scancode()
H A Dinput-legacy.c127 if (btn->down) { in legacy_mouse_event()
132 if (btn->down && btn->button == INPUT_BUTTON_WHEEL_UP) { in legacy_mouse_event()
139 if (btn->down && btn->button == INPUT_BUTTON_WHEEL_DOWN) { in legacy_mouse_event()
146 if (btn->down && btn->button == INPUT_BUTTON_WHEEL_RIGHT) { in legacy_mouse_event()
153 if (btn->down && btn->button == INPUT_BUTTON_WHEEL_LEFT) { in legacy_mouse_event()
/openbmc/openbmc/poky/meta/recipes-core/ifupdown/files/
H A Dtweak-ptest-script.patch42 >$dir/down-res-out.$test 2>$dir/down-res-err.$test || exitcode=$?
46 echo "====stderr===="; cat $dir/down-res-err.$test) > $dir/down-res.$test
48 … if diff -ub $dir/up.$test $dir/up-res.$test && diff -ub $dir/down.$test $dir/down-res.$test; then
/openbmc/qemu/tests/tcg/i386/
H A Dtest-i386-f2xm1.c6 long double arg, down, up; member
1132 if (!check_equal(ld_res, tests[i].down) && in main()
1135 tests[i].arg, tests[i].down, tests[i].up, ld_res); in main()
H A Dtest-i386-fyl2xp1.c6 long double arg0, arg1, down, up; member
1147 if (!check_equal(ld_res, tests[i].down) && in main()
1150 tests[i].arg0, tests[i].arg1, tests[i].down, tests[i].up, in main()
H A Dtest-i386-fpatan.c6 long double arg0, arg1, down, up; member
1062 if (!check_equal(ld_res, tests[i].down) && in main()
1065 tests[i].arg0, tests[i].arg1, tests[i].down, tests[i].up, in main()
H A Dtest-i386-fyl2x.c6 long double arg0, arg1, down, up; member
1152 if (!check_equal(ld_res, tests[i].down) && in main()
1155 tests[i].arg0, tests[i].arg1, tests[i].down, tests[i].up, in main()
/openbmc/qemu/replay/
H A Dreplay-input.c36 replay_put_byte(key->down); in replay_save_input_event()
40 replay_put_byte(key->down); in replay_save_input_event()
50 replay_put_byte(btn->down); in replay_save_input_event()
96 evt.u.key.data->down = replay_get_byte(); in replay_read_input_event()
100 evt.u.key.data->down = replay_get_byte(); in replay_read_input_event()
110 evt.u.btn.data->down = replay_get_byte(); in replay_read_input_event()
/openbmc/u-boot/doc/
H A DREADME.t1040-l2switch53 0 enabled down 10 half
54 1 enabled down 10 half
55 2 enabled down 10 half
57 4 disabled down - half
58 5 disabled down - half
59 6 disabled down - half
60 7 disabled down - half
/openbmc/qemu/include/ui/
H A Dinput.h45 void qemu_input_event_send_key(QemuConsole *src, KeyValue *key, bool down);
46 void qemu_input_event_send_key_number(QemuConsole *src, int num, bool down);
47 void qemu_input_event_send_key_qcode(QemuConsole *src, QKeyCode q, bool down);
52 int qemu_input_key_value_to_scancode(const KeyValue *value, bool down,
56 void qemu_input_queue_btn(QemuConsole *src, InputButton btn, bool down);
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/squid/files/
H A Dsquid.nm4 up|down|vpn-up|vpn-down)
/openbmc/u-boot/doc/device-tree-bindings/misc/
H A Dintel,baytrail-fsp.txt41 - fsp,enable-memory-down
43 If you set "fsp,enable-memory-down" you are strongly encouraged to provide an
44 "fsp,memory-down-params{};" to specify how your memory is configured. If you
45 do not set "fsp,enable-memory-down", then the DIMM SPD information will be
66 - fsp,memory-down-params {
134 fsp,enable-memory-down;
135 fsp,memory-down-params {
/openbmc/qemu/hw/input/
H A Dps2.c331 trace_ps2_keyboard_event(s, qcode, key->down, mod, in ps2_keyboard_event()
333 if (key->down) { in ps2_keyboard_event()
342 if (key->down) { in ps2_keyboard_event()
349 if (key->down) { in ps2_keyboard_event()
360 if (key->down) { in ps2_keyboard_event()
370 if (key->down) { in ps2_keyboard_event()
385 if (key->down) { in ps2_keyboard_event()
393 if (key->down) { in ps2_keyboard_event()
406 && !key->down) { in ps2_keyboard_event()
416 if (!key->down) { in ps2_keyboard_event()
[all …]
H A Dstellaris_gamepad.c27 if (s->keycodes[i] == qcode && s->pressed[i] != key->down) { in stellaris_gamepad_event()
28 s->pressed[i] = key->down; in stellaris_gamepad_event()
29 qemu_set_irq(s->irqs[i], key->down); in stellaris_gamepad_event()
/openbmc/u-boot/doc/device-tree-bindings/clock/
H A Drockchip,rk3288-dmc.txt24 …lock frequency high than pd-enable-freq,this driver should enable the automatic power down function
26down-cnt: Power-down idle period. Memories are placed into power-down mode if the NIF is idle for …
140 rockchip,auto-power-down-cnt = <64>;
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ifenslave/
H A Difenslave_2.14.bb15 …install -m 0755 -D ${S}/debian/ifenslave.if-post-down ${D}${sysconfdir}/network/if-post-down.d/ife…
/openbmc/openbmc-test-automation/network/
H A Dtest_host_network_interfaces.robot11 # a link is down. Default is 1.
34 ... msg=Link ${interface_name} is down.
/openbmc/qemu/qapi/
H A Dyank.json58 # - nbd block device: Yanking it will shut down the connection to the
60 # - socket chardev: Yanking it will shut down the connected socket.
61 # - migration: Yanking it will shut down all migration connections.
/openbmc/qemu/tests/qemu-iotests/
H A D307.out14 {"return": [{"id": "export0", "node-name": "fmt", "shutting-down": false, "type": "nbd"}]}
37 {"return": [{"id": "export0", "node-name": "fmt", "shutting-down": false, "type": "nbd"}]}
43 {"return": [{"id": "export0", "node-name": "fmt", "shutting-down": false, "type": "nbd"}]}
75 …t1", "node-name": "fmt", "shutting-down": false, "type": "nbd"}, {"id": "export0", "node-name": "f…
111 {"return": [{"id": "export1", "node-name": "fmt", "shutting-down": false, "type": "nbd"}]}
137 === Shut down QEMU ===
/openbmc/docs/designs/
H A Dstate-management-and-external-interfaces.md62 "ForceRestart": "Shut down immediately and non-gracefully and restart
64 "GracefulRestart": "Shut down gracefully and restart the system.",
65 "GracefulShutdown": "Shut down gracefully and power off.",
85down | Force system into soft off (S4/S45) state. This is for ‘emergency’ mana…
152 | ForceOff | power down | Chassis.Off |
/openbmc/openbmc/poky/meta/recipes-core/init-ifupdown/
H A Dinit-ifupdown_1.0.bb25 ${D}${sysconfdir}/network/if-down.d \
26 ${D}${sysconfdir}/network/if-post-down.d
/openbmc/openbmc/meta-quanta/meta-s6q/recipes-core/systemd/systemd-conf/
H A Dbond-eth1.conf4 ActivationPolicy=always-down
/openbmc/u-boot/doc/device-tree-bindings/video/
H A Dintel-gma.txt19 - intel,panel-power-down-delay : T3 time sequence
35 intel,panel-power-down-delay = <500>;

12345678910>>...20