Searched refs:currphase (Results 1 – 2 of 2) sorted by relevance
104 s16 currphase; /* current phase, 0xff for all, -1 for unknown/unset */ member167 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()
1331 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'] = ktime1681 self.currphase = phase1684 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 …]