Lines Matching defs:cw201x
64 static u8 cw201x_read(struct cw201x_info *cw201x, u8 reg) in cw201x_read()
79 static int cw201x_write(struct cw201x_info *cw201x, u8 reg, u8 val) in cw201x_write()
93 static u16 cw201x_read_half_word(struct cw201x_info *cw201x, int reg) in cw201x_read_half_word()
105 static int cw201x_parse_config_info(struct cw201x_info *cw201x) in cw201x_parse_config_info()
157 struct cw201x_info *cw201x = dev_get_priv(dev); in cw201x_ofdata_to_platdata() local
203 static int cw201x_get_vol(struct cw201x_info *cw201x) in cw201x_get_vol()
272 static int cw201x_get_usb_state(struct cw201x_info *cw201x) in cw201x_get_usb_state()
295 static bool cw201x_get_dc_state(struct cw201x_info *cw201x) in cw201x_get_dc_state()
303 static bool cw201x_check_charge(struct cw201x_info *cw201x) in cw201x_check_charge()
313 static int cw201x_get_soc(struct cw201x_info *cw201x) in cw201x_get_soc()
332 struct cw201x_info *cw201x = dev_get_priv(dev); in cw201x_update_get_soc() local
339 struct cw201x_info *cw201x = dev_get_priv(dev); in cw201x_update_get_voltage() local
351 struct cw201x_info *cw201x = dev_get_priv(dev); in cw201x_update_get_chrg_online() local
369 static int cw201x_fg_cfg(struct cw201x_info *cw201x) in cw201x_fg_cfg()
389 struct cw201x_info *cw201x = dev_get_priv(dev); in cw201x_fg_probe() local