Home
last modified time | relevance | path

Searched refs:i2cBusPath (Results 1 – 1 of 1) sorted by relevance

/openbmc/dbus-sensors/src/
H A DDeviceMgmt.cpp51 static fs::path i2cBusPath(uint64_t bus) in i2cBusPath() function
66 fs::path path = i2cBusPath(bus) / deviceDirName(bus, address); in devicePresent()
85 fs::path ofNode = i2cBusPath(bus) / deviceDirName(bus, address) / "of_node"; in deviceStatic()
115 fs::path ctorPath = i2cBusPath(params.bus) / "new_device"; in create()
148 fs::path dtorPath = i2cBusPath(params.bus) / "delete_device"; in destroy()