Searched refs:numLines (Results 1 – 10 of 10) sorted by relevance
/openbmc/phosphor-power/phosphor-power-sequencer/src/ |
H A D | services.cpp | 104 unsigned int numLines = chip.num_lines(); in getGPIOValues() local 107 "NAME", chip.name(), "LABEL", chipLabel, "NUM_LINES", numLines); in getGPIOValues() 112 for (unsigned int offset = 0; offset < numLines; ++offset) in getGPIOValues()
|
/openbmc/phosphor-fan-presence/monitor/ |
H A D | fan_error.cpp | 203 nlohmann::json FanError::getJournalEntries(int numLines) const in getJournalEntries() 228 entries.reserve(2 * numLines); in getJournalEntries() 262 if (count++ >= numLines) in getJournalEntries()
|
H A D | fan_error.hpp | 145 nlohmann::json getJournalEntries(int numLines) const;
|
/openbmc/openpower-occ-control/ |
H A D | occ_ffdc.cpp | 292 nlohmann::json FFDC::getJournalEntries(int numLines, std::string executable) in getJournalEntries() argument 327 entries.reserve(numLines); in getJournalEntries() 344 if (count++ >= numLines) in getJournalEntries()
|
H A D | occ_ffdc.hpp | 181 static nlohmann::json getJournalEntries(int numLines,
|
/openbmc/phosphor-logging/extensions/openpower-pels/ |
H A D | pel.cpp | 653 const auto& numLines = std::get<size_t>(jc); in addJournalSections() local 656 auto messages = journal.getMessages("", numLines); in addJournalSections() 671 for (const auto& [syslogID, numLines] : sections) in addJournalSections() 675 auto messages = journal.getMessages(syslogID, numLines); in addJournalSections()
|
H A D | registry.hpp | 124 size_t numLines; member
|
H A D | registry.cpp | 691 ac.numLines = capture.at("NumLines").get<size_t>(); in getJournalCapture()
|
/openbmc/phosphor-logging/test/openpower-pels/ |
H A D | registry_test.cpp | 1199 EXPECT_EQ(acl[0].numLines, 5); in TEST_F() 1202 EXPECT_EQ(acl[1].numLines, 6); in TEST_F()
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/ |
H A D | display_mode_vba_util_32.c | 2553 double numLines; in dml32_CalculatePrefetchSourceLines() local 2593 numLines = *MaxNumSwath * SwathHeight + MaxPartialSwath; in dml32_CalculatePrefetchSourceLines() 2600 dml_print("DML::%s: Prefetch source lines = %3.2f\n", __func__, numLines); in dml32_CalculatePrefetchSourceLines() 2602 return numLines; in dml32_CalculatePrefetchSourceLines()
|