Searched defs:wm831x_battery_pdata (Results 1 – 1 of 1) sorted by relevance
33 struct wm831x_battery_pdata { struct34 int enable; /** Enable charging */35 int fast_enable; /** Enable fast charging */36 int off_mask; /** Mask OFF while charging */37 int trickle_ilim; /** Trickle charge current limit, in mA */38 int vsel; /** Target voltage, in mV */39 int eoc_iterm; /** End of trickle charge current, in mA */40 int fast_ilim; /** Fast charge current limit, in mA */41 int timeout; /** Charge cycle timeout, in minutes */