Home
last modified time | relevance | path

Searched refs:ps2 (Results 1 – 8 of 8) sorted by relevance

/openbmc/qemu/hw/input/
H A Dps2.c587 PS2State *ps2 = PS2_DEVICE(s); in ps2_reset_keyboard() local
592 ps2_reset_queue(ps2); in ps2_reset_keyboard()
598 PS2State *ps2 = PS2_DEVICE(s); in ps2_write_keyboard() local
601 ps2_cqueue_reset(ps2); in ps2_write_keyboard()
602 switch (ps2->write_cmd) { in ps2_write_keyboard()
607 ps2_cqueue_1(ps2, KBD_REPLY_ACK); in ps2_write_keyboard()
610 ps2_cqueue_1(ps2, KBD_REPLY_RESEND); in ps2_write_keyboard()
614 ps2_cqueue_3(ps2, KBD_REPLY_ACK, KBD_REPLY_ID, in ps2_write_keyboard()
618 ps2_cqueue_1(ps2, KBD_CMD_ECHO); in ps2_write_keyboard()
622 ps2_cqueue_1(ps2, KBD_REPLY_ACK); in ps2_write_keyboard()
[all …]
H A Dmeson.build5 system_ss.add(when: 'CONFIG_PS2', if_true: files('ps2.c'))
H A Dtrace-events31 # ps2.c
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/gpm/gpm/
H A Dinit18 start-stop-daemon -S -x /usr/sbin/gpm -- -R -m /dev/psaux -t ps2
/openbmc/openbmc/poky/meta/classes-global/
H A Ddevshell.bbclass87 ps2 = "... "
96 prompt = ps2
/openbmc/u-boot/arch/arm/dts/
H A Dsun4i-a10.dtsi680 ps2_ch0_pins: ps2-ch0-pins {
682 function = "ps2";
685 ps2_ch1_ph_pins: ps2-ch1-ph-pins {
687 function = "ps2";
944 ps20: ps2@1c2a000 {
945 compatible = "allwinner,sun4i-a10-ps2";
952 ps21: ps2@1c2a400 {
953 compatible = "allwinner,sun4i-a10-ps2";
H A Dsun7i-a20.dtsi810 function = "ps2";
815 function = "ps2";
1138 ps20: ps2@1c2a000 {
1139 compatible = "allwinner,sun4i-a10-ps2";
1146 ps21: ps2@1c2a400 {
1147 compatible = "allwinner,sun4i-a10-ps2";
/openbmc/openbmc/poky/meta/recipes-devtools/rsync/
H A Drsync_3.4.1.bb45 …int32 get_checksum1_avx2_64(schar* buf, int32 len, int32 i, uint32* ps1, uint32* ps2) { return i; }