struct_pre_voltage_change_data(9) - phpMan
STRUCT PRE_VOLTAGE_C(9) API reference STRUCT PRE_VOLTAGE_C(9)
NAME
struct_pre_voltage_change_data - Data sent with PRE_VOLTAGE_CHANGE event
SYNOPSIS
struct pre_voltage_change_data {
unsigned long old_uV;
unsigned long min_uV;
unsigned long max_uV;
};
MEMBERS
old_uV
Current voltage before change.
min_uV
Min voltage we'll change to.
max_uV
Max voltage we'll change to.
AUTHORS
Liam Girdwood <lrg AT slimlogic.uk>
Author.
Mark Brown <broonie AT opensource.com>
Wolfson Microelectronics,
Author.
COPYRIGHT
Kernel Hackers Manual 4.8. January 2017 STRUCT PRE_VOLTAGE_C(9)
|