Lines Matching refs:vset
1369 * @vset: charging voltage
1376 int enable, int vset, int iset)
1394 dev_dbg(di->dev, "Enable AC: %dmV %dmA\n", vset, iset);
1416 volt_index = ab8500_voltage_to_regval(vset);
1546 * @vset: charging voltage
1553 int enable, int vset, int ich_out)
1589 dev_dbg(di->dev, "Enable USB: %dmV %dmA\n", vset, ich_out);
1592 volt_index = ab8500_voltage_to_regval(vset);
1727 * @vset: charging voltage
1734 int vset, int iset)
1763 ret = ab8500_charger_usb_en(&di->usb_chg, true, vset, iset);
1776 * @vset: charging voltage
1783 int vset, int iset)
1813 ret = ab8500_charger_ac_en(&di->usb_chg, true, vset, iset);