Home
last modified time | relevance | path

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

/Linux-v6.1/tools/power/pm-graph/
Dsleepgraph.py1493 self.currphase = ''
1844 if self.currphase:
1845 if 'resume_machine' not in self.currphase:
1846 sysvals.vprint('WARNING: phase %s failed to end' % self.currphase)
1847 self.dmesg[self.currphase]['end'] = ktime
1857 self.currphase = phase
1860 if phase not in self.currphase:
1861 if self.currphase:
1862 sysvals.vprint('WARNING: %s ended instead of %s, ftrace corruption?' % (phase, self.currphase))
1866 phase = self.currphase
[all …]
/Linux-v6.1/drivers/hwmon/pmbus/
Dpmbus_core.c106 s16 currphase; /* current phase, 0xff for all, -1 for unknown/unset */ member
183 if (data->info->phases[page] && data->currphase != phase && in pmbus_set_page()
190 data->currphase = phase; in pmbus_set_page()
3354 data->currphase = -1; in pmbus_do_probe()