Home
last modified time | relevance | path

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

/openbmc/phosphor-power/phosphor-power-sequencer/src/
H A Dservices.cpp104 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 Dfan_error.cpp203 nlohmann::json FanError::getJournalEntries(int numLines) const in getJournalEntries()
228 entries.reserve(2 * numLines); in getJournalEntries()
262 if (count++ >= numLines) in getJournalEntries()
H A Dfan_error.hpp146 nlohmann::json getJournalEntries(int numLines) const;
/openbmc/openpower-occ-control/
H A Docc_ffdc.cpp297 nlohmann::json FFDC::getJournalEntries(int numLines, std::string executable) in getJournalEntries() argument
332 entries.reserve(numLines); in getJournalEntries()
349 if (count++ >= numLines) in getJournalEntries()
H A Docc_ffdc.hpp179 static nlohmann::json getJournalEntries(int numLines,
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dpel.cpp643 const auto& numLines = std::get<size_t>(jc); in addJournalSections() local
646 auto messages = journal.getMessages("", numLines); in addJournalSections()
661 for (const auto& [syslogID, numLines] : sections) in addJournalSections()
665 auto messages = journal.getMessages(syslogID, numLines); in addJournalSections()
H A Dregistry.hpp124 size_t numLines; member
H A Dregistry.cpp693 ac.numLines = capture.at("NumLines").get<size_t>(); in getJournalCapture()
/openbmc/phosphor-logging/test/openpower-pels/
H A Dregistry_test.cpp1164 EXPECT_EQ(acl[0].numLines, 5); in TEST_F()
1167 EXPECT_EQ(acl[1].numLines, 6); in TEST_F()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/
H A Ddisplay_mode_vba_util_32.c2553 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()