MCPcopy Create free account
hub / github.com/CalcProgrammer1/OpenRGB / RegisterI2CBus

Method RegisterI2CBus

ResourceManager.cpp:151–155  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

149}
150
151void ResourceManager::RegisterI2CBus(i2c_smbus_interface *bus)
152{
153 LOG_INFO("Registering I2C interface: %s Device %04X:%04X Subsystem: %04X:%04X", bus->device_name, bus->pci_vendor, bus->pci_device,bus->pci_subsystem_vendor,bus->pci_subsystem_device);
154 busses.push_back(bus);
155}
156
157std::vector<i2c_smbus_interface*> & ResourceManager::GetI2CBusses()
158{

Callers 6

i2c_smbus_amdadl_detectFunction · 0.80
i2c_smbus_nct6775_detectFunction · 0.80
i2c_smbus_i801_detectFunction · 0.80
i2c_smbus_piix4_detectFunction · 0.80
i2c_smbus_linux_detectFunction · 0.80
i2c_smbus_nvapi_detectFunction · 0.80

Calls 1

push_backMethod · 0.45

Tested by

no test coverage detected