Home
last modified time | relevance | path

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

/linux-6.6.21/tools/power/pm-graph/
Dsleepgraph.py1511 self.currphase = ''
1864 if self.currphase:
1865 if 'resume_machine' not in self.currphase:
1866 sysvals.vprint('WARNING: phase %s failed to end' % self.currphase)
1867 self.dmesg[self.currphase]['end'] = ktime
1877 self.currphase = phase
1880 if phase not in self.currphase:
1881 if self.currphase:
1882 sysvals.vprint('WARNING: %s ended instead of %s, ftrace corruption?' % (phase, self.currphase))
1886 phase = self.currphase
[all …]
/linux-6.6.21/drivers/hwmon/pmbus/
Dpmbus_core.c107 s16 currphase; /* current phase, 0xff for all, -1 for unknown/unset */ member
184 if (data->info->phases[page] && data->currphase != phase && in pmbus_set_page()
191 data->currphase = phase; in pmbus_set_page()
3595 data->currphase = -1; in pmbus_do_probe()