Searched refs:ps2 (Results 1 – 10 of 10) sorted by relevance
/linux-3.4.99/drivers/input/ |
D | mousedev.c | 105 signed char ps2[6]; member 647 client->ps2[0] = 0xfa; /* ACK */ in mousedev_generate_response() 652 mousedev_packet(client, &client->ps2[1]); in mousedev_generate_response() 659 client->ps2[1] = 0; in mousedev_generate_response() 662 client->ps2[1] = 3; in mousedev_generate_response() 665 client->ps2[1] = 4; in mousedev_generate_response() 672 client->ps2[1] = 0x60; client->ps2[2] = 3; client->ps2[3] = 200; in mousedev_generate_response() 679 client->ps2[1] = 0xaa; client->ps2[2] = 0x00; in mousedev_generate_response() 736 signed char data[sizeof(client->ps2)]; in mousedev_read() 754 mousedev_packet(client, client->ps2); in mousedev_read() [all …]
|
/linux-3.4.99/Documentation/devicetree/bindings/serio/ |
D | altera_ps2.txt | 4 - compatible : should be "ALTR,ps2-1.0".
|
/linux-3.4.99/drivers/input/serio/ |
D | maceps2.c | 185 port_data[0].port = &mace->perif.ps2.keyb; in maceps2_init() 187 port_data[1].port = &mace->perif.ps2.mouse; in maceps2_init()
|
/linux-3.4.99/Documentation/devicetree/bindings/ |
D | xilinx.txt | 100 following is the system.mhs entry for the dual ps2 controller found 123 opb_ps2_dual_ref_0: opb-ps2-dual-ref@a9000000 { 130 ps2@0 { 131 compatible = "xlnx,opb-ps2-dual-ref-1.00.a"; 137 ps2@1000 { 138 compatible = "xlnx,opb-ps2-dual-ref-1.00.a";
|
/linux-3.4.99/arch/arm/mach-w90x900/ |
D | irq.c | 56 static DEFINE_GROUP(ps2, 28, 2);
|
D | cpu.c | 68 static DEFINE_CLK(ps2, 24);
|
/linux-3.4.99/arch/mips/include/asm/ip32/ |
D | mace.h | 295 struct mace_ps2 ps2; member
|
/linux-3.4.99/arch/x86/kvm/ |
D | x86.c | 3160 struct kvm_pit_state2 ps2; in kvm_arch_vm_ioctl() member 3358 r = kvm_vm_ioctl_get_pit2(kvm, &u.ps2); in kvm_arch_vm_ioctl() 3362 if (copy_to_user(argp, &u.ps2, sizeof(u.ps2))) in kvm_arch_vm_ioctl() 3369 if (copy_from_user(&u.ps2, argp, sizeof(u.ps2))) in kvm_arch_vm_ioctl() 3374 r = kvm_vm_ioctl_set_pit2(kvm, &u.ps2); in kvm_arch_vm_ioctl()
|
/linux-3.4.99/Documentation/input/ |
D | input.txt | 80 gpm -t ps2 -m /dev/input/mice
|
/linux-3.4.99/Documentation/ |
D | kernel-parameters.txt | 2042 Format: [spp|ps2|epp|ecp|ecpepp]
|