Searched refs:currphase (Results 1 – 2 of 2) sorted by relevance
104 s16 currphase; /* current phase, 0xff for all, -1 for unknown/unset */ member178 if (data->info->phases[page] && data->currphase != phase && in pmbus_set_page()185 data->currphase = phase; in pmbus_set_page()2725 data->currphase = -1; in pmbus_do_probe()
1408 self.currphase = ''1750 if self.currphase:1751 if 'resume_machine' not in self.currphase:1752 sysvals.vprint('WARNING: phase %s failed to end' % self.currphase)1753 self.dmesg[self.currphase]['end'] = ktime1763 self.currphase = phase1766 if phase not in self.currphase:1767 if self.currphase:1768 sysvals.vprint('WARNING: %s ended instead of %s, ftrace corruption?' % (phase, self.currphase))1772 phase = self.currphase[all …]