Home
last modified time | relevance | path

Searched refs:currphase (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/tools/power/pm-graph/
H A 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...]
/kernel/linux/linux-6.6/tools/power/pm-graph/
H A 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...]
/kernel/linux/linux-5.10/drivers/hwmon/pmbus/
H A 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-6.6/drivers/hwmon/pmbus/
H A 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()

Completed in 16 milliseconds