| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/serio/ |
| H A D | ps2-gpio.txt | 4 - compatible = "ps2-gpio" 16 ps2@0 { 17 compatible = "ps2-gpio";
|
| H A D | altera_ps2.txt | 4 - compatible : should be "ALTR,ps2-1.0". <DEPRECATED> 5 - compatible : should be "altr,ps2-1.0".
|
| /OK3568_Linux_fs/kernel/drivers/input/ |
| H A D | mousedev.c | 104 u8 ps2[6]; member 631 client->ps2[0] = 0xfa; /* ACK */ in mousedev_generate_response() 636 mousedev_packet(client, &client->ps2[1]); in mousedev_generate_response() 643 client->ps2[1] = 0; in mousedev_generate_response() 646 client->ps2[1] = 3; in mousedev_generate_response() 649 client->ps2[1] = 4; in mousedev_generate_response() 656 client->ps2[1] = 0x60; client->ps2[2] = 3; client->ps2[3] = 200; in mousedev_generate_response() 663 client->ps2[1] = 0xaa; client->ps2[2] = 0x00; in mousedev_generate_response() 721 u8 data[sizeof(client->ps2)]; in mousedev_read() 739 mousedev_packet(client, client->ps2); in mousedev_read() [all …]
|
| /OK3568_Linux_fs/kernel/arch/arc/boot/dts/ |
| H A D | vdk_axs10x_mb.dtsi | 93 /* VDK has additional ps2 keyboard/mouse interface integrated in LCD screen model */ 94 ps2: ps2@e0017400 { label
|
| H A D | nsimosci_hs.dts | 71 ps2: ps2@f9001000 { label
|
| H A D | nsimosci.dts | 71 ps2: ps2@f9001000 { label
|
| H A D | nsimosci_hs_idu.dts | 77 ps2: ps2@f9001000 { label
|
| /OK3568_Linux_fs/kernel/drivers/input/serio/ |
| H A D | Makefile | 33 obj-$(CONFIG_SERIO_SUN4I_PS2) += sun4i-ps2.o 34 obj-$(CONFIG_SERIO_GPIO_PS2) += ps2-gpio.o
|
| H A D | maceps2.c | 181 port_data[0].port = &mace->perif.ps2.keyb; in maceps2_init() 183 port_data[1].port = &mace->perif.ps2.mouse; in maceps2_init()
|
| H A D | Kconfig | 294 module will be called sun4i-ps2. 303 module will be called ps2-gpio.
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/gpm/gpm/ |
| H A D | init | 18 start-stop-daemon -S -x /usr/sbin/gpm -- -R -m /dev/psaux -t ps2
|
| /OK3568_Linux_fs/kernel/drivers/net/can/ |
| H A D | grcan.c | 410 int bpr, rsj, ps1, ps2, scaler; in grcan_set_bittiming() local 421 ps2 = bt->phase_seg2; in grcan_set_bittiming() 424 bpr, rsj, ps1, ps2, scaler); in grcan_set_bittiming() 425 if (!(ps1 > ps2)) { in grcan_set_bittiming() 427 ps1, ps2); in grcan_set_bittiming() 430 if (!(ps2 >= rsj)) { in grcan_set_bittiming() 432 ps2, rsj); in grcan_set_bittiming() 439 timing |= (ps2 << GRCAN_CONF_PS2_BIT) & GRCAN_CONF_PS2; in grcan_set_bittiming()
|
| /OK3568_Linux_fs/yocto/poky/meta/classes/ |
| H A D | devshell.bbclass | 81 ps2 = "... " 90 prompt = ps2
|
| /OK3568_Linux_fs/kernel/arch/arm/boot/dts/ |
| H A D | sun4i-a10.dtsi | 760 ps2_ch0_pins: ps2-ch0-pins { 762 function = "ps2"; 765 ps2_ch1_ph_pins: ps2-ch1-ph-pins { 767 function = "ps2"; 1031 ps20: ps2@1c2a000 { 1032 compatible = "allwinner,sun4i-a10-ps2"; 1039 ps21: ps2@1c2a400 { 1040 compatible = "allwinner,sun4i-a10-ps2";
|
| H A D | sun7i-a20.dtsi | 979 ps2_0_pins: ps2-0-pins { 981 function = "ps2"; 985 ps2_1_ph_pins: ps2-1-ph-pins { 987 function = "ps2"; 1399 ps20: ps2@1c2a000 { 1400 compatible = "allwinner,sun4i-a10-ps2"; 1407 ps21: ps2@1c2a400 { 1408 compatible = "allwinner,sun4i-a10-ps2";
|
| H A D | aspeed-bmc-ibm-rainier.dts | 77 ps2-presence { 78 label = "ps2-presence"; 151 /*S0-S7*/ "presence-ps0","presence-ps1","presence-ps2","presence-ps3",
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ |
| H A D | dfs_pri_detector.c | 308 struct pri_sequence *ps, *ps2; in pseq_handler_add_to_existing_seqs() local 309 list_for_each_entry_safe(ps, ps2, &pde->sequences, head) { in pseq_handler_add_to_existing_seqs()
|
| /OK3568_Linux_fs/kernel/drivers/staging/nvec/ |
| H A D | Kconfig | 31 called serio-nvec-ps2
|
| /OK3568_Linux_fs/u-boot/arch/arm/dts/ |
| H A D | sun4i-a10.dtsi | 1053 allwinner,function = "ps2"; 1060 allwinner,function = "ps2"; 1363 ps20: ps2@01c2a000 { 1364 compatible = "allwinner,sun4i-a10-ps2"; 1371 ps21: ps2@01c2a400 { 1372 compatible = "allwinner,sun4i-a10-ps2";
|
| H A D | sun7i-a20.dtsi | 1238 allwinner,function = "ps2"; 1245 allwinner,function = "ps2"; 1702 ps20: ps2@01c2a000 { 1703 compatible = "allwinner,sun4i-a10-ps2"; 1710 ps21: ps2@01c2a400 { 1711 compatible = "allwinner,sun4i-a10-ps2";
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/rsync/ |
| H A D | rsync_3.2.5.bb | 49 …int32 get_checksum1_avx2_64(schar* buf, int32 len, int32 i, uint32* ps1, uint32* ps2) { return i; }
|
| /OK3568_Linux_fs/kernel/Documentation/driver-api/gpio/ |
| H A D | drivers-on-gpio.rst | 83 - ps2-gpio: drivers/input/serio/ps2-gpio.c is used to drive a PS/2 (IBM) serio
|
| /OK3568_Linux_fs/kernel/arch/mips/include/asm/ip32/ |
| H A D | mace.h | 295 struct mace_ps2 ps2; member
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/radeon/ |
| H A D | trinity_dpm.c | 908 struct trinity_ps *ps2 = trinity_get_ps(rps2); in trinity_uvd_clocks_equal() local 912 (ps1->vclk_low_divider == ps2->vclk_low_divider) && in trinity_uvd_clocks_equal() 913 (ps1->vclk_high_divider == ps2->vclk_high_divider) && in trinity_uvd_clocks_equal() 914 (ps1->dclk_low_divider == ps2->dclk_low_divider) && in trinity_uvd_clocks_equal() 915 (ps1->dclk_high_divider == ps2->dclk_high_divider)) in trinity_uvd_clocks_equal()
|
| /OK3568_Linux_fs/kernel/Documentation/input/ |
| H A D | input.rst | 63 gpm -t ps2 -m /dev/input/mice
|