Lines Matching full:charge
10 #include <linux/power/bq25700-charge.h>
126 u32 ichg; /* charge current */
127 u32 max_chg_vol; /*max charge voltage*/
524 /* uV max charge voltage*/
526 /* uV input charge voltage*/
722 DBG("battery charge current: %dmA\n", in bq25700_dump_regs()
777 DBG("battery charge current: %dmA\n", in bq25703_dump_regs()
901 {"ti,charge-current", false, TBL_ICHG, in bq25700_fw_read_u32_props()
903 {"ti,max-charge-voltage", false, TBL_CHGMAX, in bq25700_fw_read_u32_props()
932 dev_err(charger->dev, "ti,charge-current is error\n"); in bq25700_fw_read_u32_props()
937 dev_err(charger->dev, "ti,max-charge-voltage is error\n"); in bq25700_fw_read_u32_props()
1933 ret = of_property_read_u32(np, "pd-charge-only", in bq25700_parse_dt()
1936 dev_err(charger->dev, "pd-charge-only!\n"); in bq25700_parse_dt()