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