Searched refs:vnc (Results 1 - 11 of 11) sorted by relevance

/gem5/src/dev/ps2/
H A DPS2.py51 vnc = Param.VncInput(Parent.any, "VNC server providing keyboard input") variable in class:PS2Keyboard
61 vnc = Param.VncInput(Parent.any, "VNC server providing mouse input") variable in class:PS2TouchKit
H A Dtouchkit.cc54 vnc(p->vnc),
57 if (vnc)
58 vnc->setMouse(this);
192 // it anything. Similarly we can get vnc mouse events orders of magnitude
199 const uint16_t _x = (2047.0 / vnc->videoWidth()) * x;
200 const uint16_t _y = (2047.0 / vnc->videoHeight()) * y;
H A Dtouchkit.hh43 #include "base/vnc/vncinput.hh"
79 /** The vnc server we're connected to (if any) */
80 VncInput *const vnc; member in class:PS2TouchKit
H A Dkeyboard.cc56 if (p->vnc)
57 p->vnc->setKeyboard(this);
/gem5/src/dev/x86/
H A DI8042.py46 keyboard = Param.PS2Device(PS2Keyboard(vnc=NULL), "PS/2 keyboard device")
/gem5/src/dev/arm/
H A Dhdlcd.cc45 #include "base/vnc/vncinput.hh"
63 vnc(p->vnc),
92 if (vnc)
93 vnc->setFrameBuffer(&pixelPump.fb);
225 if (pixelPump.active() && vnc)
226 vnc->setDirty();
572 if (vnc)
573 vnc->setDirty();
H A Dpl111.cc45 #include "base/vnc/vncinput.hh"
68 vnc(p->vnc), bmp(&fb), pic(NULL),
90 if (vnc)
91 vnc->setFrameBuffer(&fb);
444 if (lcdControl.lcdpwr && vnc)
445 vnc->setFrameBuffer(&fb);
523 if (vnc)
524 vnc->setDirty();
752 if (vnc)
[all...]
H A Dpl111.hh266 VncInput *vnc; member in class:Pl111
306 /** Send updated parameters to the vnc server */
H A Dhdlcd.hh113 VncInput *vnc; member in class:HDLcd
H A DRealView.py469 vnc = Param.VncInput(Parent.any, "Vnc server for remote frame buffer display") variable in class:Pl111
476 vnc = Param.VncInput(Parent.any, "Vnc server for remote frame buffer " variable in class:HDLcd
/gem5/ext/pybind11/tests/
H A Dtest_stl_binders.py174 vnc = m.get_vnc(5)
176 assert vnc[i].value == i + 1
178 for i, j in enumerate(vnc, start=1):

Completed in 22 milliseconds