Lines Matching +full:instance +full:- +full:id
1 # phosphor-hwmon
4 [Sensor Architecture](https://github.com/openbmc/docs/blob/master/architecture/sensor-architecture.…
11 2. ninja -C build
13 To clean the repository run `rm -rf build`.
15 ## D-Bus bus names
18 control, one instance of phosphor-hwmon is intended to be run per hwmon sysfs
19 class instance.
21 This requires an algorithm for selecting a stable, well-known D-Bus busname.
23 The algorithm is `<PREFIX>-<ID>.Hwmon<N>` where PREFIX is a meson configurable
24 prefix (`BUSNAME_PREFIX=xyz.openbmc_project` by default), ID is either a
25 `std::hash` of the `/sys/devices` path backing the hwmon class instance or
27 phosphor-hwmon D-Bus API version.