Searched refs:set_max_voltage (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/cpufreq/ |
H 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() 415 module_param(set_max_voltage, int, 0644); 416 MODULE_PARM_DESC(set_max_voltage, "Set maximum CPU voltage (mV) C7-M only");
|
/linux/drivers/power/supply/ |
H A D | axp20x_battery.c | 102 int (*set_max_voltage)(struct axp20x_batt_ps *batt, int val); member 777 return axp20x_batt->data->set_max_voltage(axp20x_batt, val->intval); in axp20x_battery_set_prop() 813 return axp20x_batt->data->set_max_voltage(axp20x_batt, val->intval); in axp717_battery_set_prop() 1011 .set_max_voltage = axp20x_battery_set_max_voltage, 1024 .set_max_voltage = axp22x_battery_set_max_voltage, 1036 .set_max_voltage = axp717_battery_set_max_voltage, 1049 .set_max_voltage = axp20x_battery_set_max_voltage,
|