Home
last modified time | relevance | path

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

/Linux-v5.4/tools/power/pm-graph/
Dsleepgraph.py2435 def __init__(self, rowheight, scaleheight): argument
2439 self.rowH = rowheight # device row height
2443 self.rowheight = dict()
2543 rowheight = 1
2563 if 'devrows' in dev and dev['devrows'] > rowheight:
2564 rowheight = dev['devrows']
2566 if t not in self.rowlines or t not in self.rowheight:
2568 self.rowheight[t] = dict()
2569 if p not in self.rowlines[t] or p not in self.rowheight[t]:
2571 self.rowheight[t][p] = dict()
[all …]