Searched refs:_keyboard (Results 1 - 2 of 2) sorted by relevance

/gem5/src/base/vnc/
H A Dvncinput.hh169 * @param _keyboard an object that derrives from VncKeyboard
171 void setKeyboard(VncKeyboard *_keyboard) { keyboard = _keyboard; } argument
/gem5/src/dev/x86/
H A DSouthBridge.py54 _keyboard = I8042(data_port=x86IOAddress(0x60), \
64 keyboard = Param.I8042(_keyboard, "The keyboard controller")
55 command_port=x86IOAddress(0x64)) variable in class:SouthBridge

Completed in 3 milliseconds