Lines Matching full:powersupply

142         auto psu = std::make_unique<PowerSupply>(bus, "", 3, 0x68, "ibm-cffps",  in TEST_F()
160 auto psu = std::make_unique<PowerSupply>(bus, PSUInventoryPath, 3, 0x68, in TEST_F()
178 auto psu = std::make_unique<PowerSupply>( in TEST_F()
228 PowerSupply psu{bus, PSUInventoryPath, 4, 0x69, in TEST_F()
253 PowerSupply psu2{bus, PSUInventoryPath, 5, 0x6a, in TEST_F()
692 PowerSupply psu{bus, PSUInventoryPath, 4, 0x69, in TEST_F()
712 PowerSupply psu{bus, PSUInventoryPath, 5, 0x6a, in TEST_F()
747 PowerSupply psu{bus, PSUInventoryPath, 13, 0x68, in TEST_F()
974 PowerSupply psu{bus, PSUInventoryPath, 3, 0x68, in TEST_F()
988 PowerSupply psu{bus, PSUInventoryPath, 13, 0x69, in TEST_F()
1035 PowerSupply psu{bus, PSUInventoryPath, 3, 0x68, in TEST_F()
1069 PowerSupply psu{bus, PSUInventoryPath, 11, 0x6f, in TEST_F()
1128 PowerSupply psu{bus, PSUInventoryPath, 3, 0x68, in TEST_F()
1184 PowerSupply psu{bus, PSUInventoryPath, 3, 0x68, in TEST_F()
1234 PowerSupply psu{bus, PSUInventoryPath, 3, 0x68, in TEST_F()
1304 PowerSupply psu{bus, PSUInventoryPath, 3, 0x69, in TEST_F()
1354 PowerSupply psu{bus, PSUInventoryPath, 3, 0x6d, in TEST_F()
1409 PowerSupply psu{bus, PSUInventoryPath, 3, 0x6a, in TEST_F()
1462 PowerSupply psu{bus, PSUInventoryPath, 3, 0x6d, in TEST_F()
1517 PowerSupply psu{bus, PSUInventoryPath, 3, 0x6a, in TEST_F()
1569 PowerSupply psu{bus, PSUInventoryPath, 3, 0x6b, in TEST_F()
1703 PowerSupply psu{bus, PSUInventoryPath, 4, 0x6d, in TEST_F()
1792 PowerSupply psu{bus, PSUInventoryPath, 5, 0x6e, in TEST_F()
1865 PowerSupply psu{bus, PSUInventoryPath, 6, 0x6f, in TEST_F()
1938 PowerSupply psu{bus, PSUInventoryPath, 6, 0x6f, in TEST_F()
1963 PowerSupply psu{bus, PSUInventoryPath, 3, 0x68, in TEST_F()
1988 PowerSupply psu{bus, PSUInventoryPath, 11, in TEST_F()
2014 PowerSupply psu{bus, PSUInventoryPath, 6, 0x6f, in TEST_F()
2046 PowerSupply psu{bus, PSUInventoryPath, 8, 0x6f, in TEST_F()
2076 EXPECT_EQ(0, PowerSupply::linearToInteger(0)); in TEST_F()
2077 EXPECT_EQ(1, PowerSupply::linearToInteger(1)); in TEST_F()
2078 EXPECT_EQ(38, PowerSupply::linearToInteger(0x26)); in TEST_F()
2079 EXPECT_EQ(1023, PowerSupply::linearToInteger(0x3FF)); in TEST_F()
2082 EXPECT_EQ(-1, PowerSupply::linearToInteger(0x7FF)); in TEST_F()
2083 EXPECT_EQ(-20, PowerSupply::linearToInteger(0x7EC)); in TEST_F()
2084 EXPECT_EQ(-769, PowerSupply::linearToInteger(0x4FF)); in TEST_F()
2085 EXPECT_EQ(-989, PowerSupply::linearToInteger(0x423)); in TEST_F()
2086 EXPECT_EQ(-1024, PowerSupply::linearToInteger(0x400)); in TEST_F()
2090 EXPECT_EQ(4, PowerSupply::linearToInteger(0x1001)); in TEST_F()
2093 EXPECT_EQ(1024000, PowerSupply::linearToInteger(0x53E8)); in TEST_F()
2096 EXPECT_EQ(327680, PowerSupply::linearToInteger(0x780A)); in TEST_F()
2100 EXPECT_EQ(0, PowerSupply::linearToInteger(0xF800)); in TEST_F()
2103 EXPECT_EQ(25, PowerSupply::linearToInteger(0xF064)); in TEST_F()
2107 EXPECT_EQ(-50, PowerSupply::linearToInteger(0xFF9C)); in TEST_F()
2110 EXPECT_EQ(-8, PowerSupply::linearToInteger(0xCC00)); in TEST_F()