Home
last modified time | relevance | path

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

/linux-6.15/tools/power/pm-graph/
H A Dsleepgraph.py1534 self.currphase = ''
1887 if self.currphase:
1888 if 'resume_machine' not in self.currphase:
1889 sysvals.vprint('WARNING: phase %s failed to end' % self.currphase)
1890 self.dmesg[self.currphase]['end'] = ktime
1900 self.currphase = phase
1903 if phase not in self.currphase:
1904 if self.currphase:
1909 phase = self.currphase
1911 self.currphase = ''
[all …]
/linux-6.15/drivers/hwmon/pmbus/
H A Dpmbus_core.c112 s16 currphase; /* current phase, 0xff for all, -1 for unknown/unset */ member
227 if (data->info->phases[page] && data->currphase != phase && in pmbus_set_page()
236 data->currphase = phase; in pmbus_set_page()
3691 data->currphase = -1; in pmbus_do_probe()