max17042_chip
struct max17042_chip *chip;
static int max17042_get_status(struct max17042_chip *chip, int *status)
struct max17042_chip *chip = dev_get_drvdata(dev);
struct max17042_chip *chip = dev_get_drvdata(dev);
static int max17042_get_battery_health(struct max17042_chip *chip, int *health)
struct max17042_chip *chip = power_supply_get_drvdata(psy);
struct max17042_chip *chip = power_supply_get_drvdata(psy);
static inline void max17042_unlock_model(struct max17042_chip *chip)
static inline void max17042_lock_model(struct max17042_chip *chip)
static inline void max17042_write_model_data(struct max17042_chip *chip,
static inline void max17042_read_model_data(struct max17042_chip *chip,
static inline int max17042_model_data_compare(struct max17042_chip *chip,
static int max17042_init_model(struct max17042_chip *chip)
static int max17042_verify_model_lock(struct max17042_chip *chip)
static void max17042_write_config_regs(struct max17042_chip *chip)
static void max17042_write_custom_regs(struct max17042_chip *chip)
static void max17042_update_capacity_regs(struct max17042_chip *chip)
static void max17042_reset_vfsoc0_reg(struct max17042_chip *chip)
static void max17042_load_new_capacity_params(struct max17042_chip *chip)
static inline void max17042_override_por_values(struct max17042_chip *chip)
static int max17042_init_chip(struct max17042_chip *chip)
static void max17042_set_soc_threshold(struct max17042_chip *chip, u16 off)
struct max17042_chip *chip = dev;
struct max17042_chip *chip = container_of(work,
struct max17042_chip, work);
max17042_get_of_pdata(struct max17042_chip *chip)
max17042_get_default_pdata(struct max17042_chip *chip)
static int max17042_get_temperature(struct max17042_chip *chip, int *temp)
max17042_get_pdata(struct max17042_chip *chip)