Searched refs:set_max_voltage (Results 1 – 2 of 2) sorted by relevance
| /drivers/cpufreq/ |
| A D | e_powersaver.c | 48 static int set_max_voltage; variable 305 if (brand == EPS_BRAND_C7M && set_max_voltage) { in eps_cpu_init() 309 v = (set_max_voltage - 700) / 16; in eps_cpu_init() 414 module_param(set_max_voltage, int, 0644); 415 MODULE_PARM_DESC(set_max_voltage, "Set maximum CPU voltage (mV) C7-M only");
|
| /drivers/power/supply/ |
| A D | axp20x_battery.c | 104 int (*set_max_voltage)(struct axp20x_batt_ps *batt, int val); member 780 return axp20x_batt->data->set_max_voltage(axp20x_batt, val->intval); in axp20x_battery_set_prop() 816 return axp20x_batt->data->set_max_voltage(axp20x_batt, val->intval); in axp717_battery_set_prop() 1032 .set_max_voltage = axp20x_battery_set_max_voltage, 1045 .set_max_voltage = axp22x_battery_set_max_voltage, 1057 .set_max_voltage = axp717_battery_set_max_voltage, 1070 .set_max_voltage = axp20x_battery_set_max_voltage,
|
Completed in 9 milliseconds