Searched refs:I2CDevice (Results 1 - 4 of 4) sorted by relevance

/gem5/src/dev/i2c/
H A Ddevice.hh49 #include "params/I2CDevice.hh"
52 class I2CDevice : public SimObject class in inherits:SimObject
61 I2CDevice(const I2CDeviceParams* p) function in class:I2CDevice
65 virtual ~I2CDevice() { }
H A DI2C.py42 class I2CDevice(SimObject): class in inherits:SimObject
43 type = 'I2CDevice'
51 devices = VectorParam.I2CDevice([], "Devices")
H A Dbus.hh53 class I2CDevice;
109 std::map<uint8_t, I2CDevice*> devices;
H A Dbus.cc59 vector<I2CDevice*> devs = p->devices;

Completed in 6 milliseconds