Searched refs:set_max_voltage (Results 1 – 2 of 2) sorted by relevance
48 static int set_max_voltage; variable305 if (brand == EPS_BRAND_C7M && set_max_voltage) { in eps_cpu_init()309 v = (set_max_voltage - 700) / 16; in eps_cpu_init()416 module_param(set_max_voltage, int, 0644);417 MODULE_PARM_DESC(set_max_voltage, "Set maximum CPU voltage (mV) C7-M only");
65 int (*set_max_voltage)(struct axp20x_batt_ps *batt, int val); member462 return axp20x_batt->data->set_max_voltage(axp20x_batt, val->intval); in axp20x_battery_set_prop()513 .set_max_voltage = axp20x_battery_set_max_voltage,521 .set_max_voltage = axp22x_battery_set_max_voltage,529 .set_max_voltage = axp20x_battery_set_max_voltage,