Searched refs:PS2TouchKit (Results 1 - 4 of 4) sorted by relevance
/gem5/src/dev/ps2/ |
H A D | touchkit.cc | 50 #include "params/PS2TouchKit.hh" 52 PS2TouchKit::PS2TouchKit(const PS2TouchKitParams *p) function in class:PS2TouchKit 62 PS2TouchKit::serialize(CheckpointOut &cp) const 71 PS2TouchKit::unserialize(CheckpointIn &cp) 80 PS2TouchKit::recv(const std::vector<uint8_t> &data) 149 PS2TouchKit::recvTouchKit(const std::vector<uint8_t> &data) 179 PS2TouchKit::sendTouchKit(const uint8_t *data, size_t size) 189 PS2TouchKit::mouseAt(uint16_t x, uint16_t y, uint8_t buttons) 211 PS2TouchKit * [all...] |
H A D | touchkit.hh | 48 class PS2TouchKit : public PS2Device, public VncMouse class in inherits:PS2Device,VncMouse 63 PS2TouchKit(const PS2TouchKitParams *p);
|
H A D | PS2.py | 57 class PS2TouchKit(PS2Device): class in inherits:PS2Device 58 type = 'PS2TouchKit'
|
/gem5/src/dev/arm/ |
H A D | RealView.py | 636 kmi1 = Pl050(pio_addr=0x10007000, int_num=53, ps2=PS2TouchKit()) 807 kmi1 = Pl050(pio_addr=0x1c070000, int_num=45, ps2=PS2TouchKit()) 1037 kmi1 = Pl050(pio_addr=0x1c070000, int_num=45, ps2=PS2TouchKit())
|
Completed in 12 milliseconds