Searched refs:rail (Results 1 – 3 of 3) sorted by relevance
34 * Reports accumulated energy since boot on each rail.48 * Stream rail level power measurements for high frequency clients:49 * Streams accumulated energy since boot on each rail. This API is61 * | EnergyData for rail 1 | |63 * | EnergyData for rail 2 | |69 * | EnergyData for rail n | |75 * | EnergyData for rail 1 | |77 * | EnergyData for rail 2 | |83 * | EnergyData for rail n | |
27 /** Index corresponding to the rail */29 /** Name of the rail (opaque to the framework) */31 /** Name of the subsystem to which this rail belongs (opaque to the framework) */39 * Index corresponding to the rail. This index matches62 * that is controlled by a single voltage rail.
353 for (auto rail : rails[0]) { in TEST_P() local354 ASSERT_TRUE(ids.insert(rail.index).second); in TEST_P()