Lines Matching defs:vset_uv
1387 * @vset_uv: charging voltage in microvolt
1394 int enable, int vset_uv, int iset_ua)
1412 dev_dbg(di->dev, "Enable AC: %duV %duA\n", vset_uv, iset_ua);
1434 volt_index = ab8500_voltage_to_regval(vset_uv);
1564 * @vset_uv: charging voltage in microvolt
1571 int enable, int vset_uv, int ich_out_ua)
1607 dev_dbg(di->dev, "Enable USB: %d uV %d uA\n", vset_uv, ich_out_ua);
1610 volt_index = ab8500_voltage_to_regval(vset_uv);
1722 * @vset_uv: charging voltage in microvolt
1729 int vset_uv, int iset_ua)
1758 ret = ab8500_charger_usb_en(&di->usb_chg, true, vset_uv, iset_ua);
1771 * @vset_uv: charging voltage in microvolt
1778 int vset_uv, int iset_ua)
1808 ret = ab8500_charger_ac_en(&di->usb_chg, true, vset_uv, iset_ua);