Lines Matching defs:cw_battery
90 struct cw_battery { struct
91 struct i2c_client *client;
92 struct workqueue_struct *battery_workqueue;
93 struct delayed_work battery_delay_work;
94 struct cw_bat_platform_data plat_data;
96 struct power_supply *rk_bat;
98 struct power_supply *chrg_usb_psy;
99 struct power_supply *chrg_ac_psy;
102 struct timespec suspend_time_before;
103 struct timespec after;
104 int suspend_resume_mark;
106 int charger_mode;
107 int capacity;
108 int voltage;
109 int status;
110 int time_to_empty;
111 int alt;
112 u32 monitor_sec;
113 u32 bat_mode;
114 int bat_change;
115 bool dual_battery;
116 int charge_count;