/openbmc/qemu/hw/input/ |
H A D | pl050.c | 2 * Arm PrimeCell PL050 Keyboard / Mouse Interface 12 * + sysbus MMIO region 0: MemoryRegion defining the PL050 registers 15 * + sysbus IRQ 0: PL050 output irq 22 #include "hw/input/pl050.h" 30 .name = "pl050", 154 PL050State *s = PL050(dev); in pl050_realize() 164 PL050State *ps = PL050(dev); in pl050_kbd_realize() 177 PL050State *ps = PL050(obj); in pl050_kbd_init() 187 PL050State *ps = PL050(dev); in pl050_mouse_realize() 200 PL050State *ps = PL050(obj); in pl050_mouse_init() [all …]
|
H A D | Kconfig | 9 config PL050 config
|
H A D | meson.build | 4 system_ss.add(when: 'CONFIG_PL050', if_true: files('pl050.c'))
|
/openbmc/linux/Documentation/devicetree/bindings/serio/ |
H A D | arm,pl050.yaml | 4 $id: http://devicetree.org/schemas/serio/arm,pl050.yaml# 7 title: Arm Ltd. PrimeCell PL050 PS/2 Keyboard/Mouse Interface 22 const: arm,pl050 29 - const: arm,pl050 60 compatible = "arm,pl050", "arm,primecell";
|
/openbmc/qemu/include/hw/input/ |
H A D | pl050.h | 2 * Arm PrimeCell PL050 Keyboard / Mouse Interface 24 #define TYPE_PL050 "pl050" 25 OBJECT_DECLARE_TYPE(PL050State, PL050DeviceClass, PL050)
|
/openbmc/qemu/hw/arm/ |
H A D | Kconfig | 95 select PL050 # keyboard/mouse 179 select PL050 # keyboard/mouse 270 select PL050 # keyboard/mouse
|
/openbmc/linux/drivers/input/serio/ |
H A D | ambakmi.c | 78 ret = request_irq(kmi->irq, amba_kmi_int, IRQF_SHARED, "kmi-pl050", in amba_kmi_open() 197 .name = "kmi-pl050",
|
/openbmc/qemu/docs/system/arm/ |
H A D | integratorcp.rst | 14 - PL050 KMI with PS/2 keyboard and mouse.
|
H A D | realview.rst | 25 - PL050 KMI with PS/2 keyboard and mouse
|
H A D | versatile.rst | 16 - PL050 KMI with PS/2 keyboard and mouse.
|
H A D | vexpress.rst | 19 - PL050 keyboard and mouse
|
/openbmc/linux/arch/arm64/boot/dts/arm/ |
H A D | rtsm_ve-motherboard.dtsi | 154 compatible = "arm,pl050", "arm,primecell"; 162 compatible = "arm,pl050", "arm,primecell";
|
H A D | juno-motherboard.dtsi | 252 compatible = "arm,pl050", "arm,primecell"; 260 compatible = "arm,pl050", "arm,primecell";
|
/openbmc/linux/arch/arm/boot/dts/arm/ |
H A D | integratorcp.dts | 260 compatible = "arm,pl050", "arm,primecell"; 266 compatible = "arm,pl050", "arm,primecell";
|
H A D | integratorap.dts | 236 compatible = "arm,pl050", "arm,primecell"; 243 compatible = "arm,pl050", "arm,primecell";
|
H A D | versatile-ab.dts | 433 compatible = "arm,pl050", "arm,primecell"; 441 compatible = "arm,pl050", "arm,primecell";
|
H A D | arm-realview-eb.dtsi | 350 compatible = "arm,pl050", "arm,primecell"; 357 compatible = "arm,pl050", "arm,primecell";
|
H A D | vexpress-v2m-rs1.dtsi | 284 compatible = "arm,pl050", "arm,primecell"; 292 compatible = "arm,pl050", "arm,primecell";
|
H A D | vexpress-v2m.dtsi | 204 compatible = "arm,pl050", "arm,primecell"; 212 compatible = "arm,pl050", "arm,primecell";
|
H A D | arm-realview-pbx.dtsi | 548 compatible = "arm,pl050", "arm,primecell"; 555 compatible = "arm,pl050", "arm,primecell";
|
H A D | arm-realview-pb1176.dts | 526 compatible = "arm,pl050", "arm,primecell"; 535 compatible = "arm,pl050", "arm,primecell";
|
H A D | arm-realview-pb11mp.dts | 499 compatible = "arm,pl050", "arm,primecell"; 508 compatible = "arm,pl050", "arm,primecell";
|
/openbmc/linux/include/linux/amba/ |
H A D | kmi.h | 10 * From ARM PrimeCell(tm) PS2 Keyboard/Mouse Interface (PL050) Technical
|
/openbmc/qemu/ |
H A D | MAINTAINERS | 658 F: hw/input/pl050.c 659 F: include/hw/input/pl050.h
|
/openbmc/linux/ |
H A D | MAINTAINERS | 1703 ARM PRIMECELL KMI PL050 DRIVER
|