Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/hwmon/pmbus/
Dpmbus_core.c104 s16 currphase; /* current phase, 0xff for all, -1 for unknown/unset */ member
167 if (data->info->phases[page] && data->currphase != phase && in pmbus_set_page()
174 data->currphase = phase; in pmbus_set_page()
2595 data->currphase = -1; in pmbus_do_probe()
/kernel/linux/linux-5.10/tools/power/pm-graph/
Dsleepgraph.py1331 self.currphase = ''
1668 if self.currphase:
1669 if 'resume_machine' not in self.currphase:
1670 sysvals.vprint('WARNING: phase %s failed to end' % self.currphase)
1671 self.dmesg[self.currphase]['end'] = ktime
1681 self.currphase = phase
1684 if phase not in self.currphase:
1685 if self.currphase:
1686 sysvals.vprint('WARNING: %s ended instead of %s, ftrace corruption?' % (phase, self.currphase))
1690 phase = self.currphase
[all …]