Lines Matching defs:bq24257_device
82 struct bq24257_device { struct
83 struct i2c_client *client;
84 struct device *dev;
85 struct power_supply *charger;
87 enum bq2425x_chip chip;
89 struct regmap *rmap;
90 struct regmap_field *rmap_fields[F_MAX_FIELDS];
92 struct gpio_desc *pg;
94 struct delayed_work iilimit_setup_work;
96 struct bq24257_init_data init_data;
97 struct bq24257_state state;
99 struct mutex lock; /* protect state data */
101 bool iilimit_autoset_enable;