Lines Matching defs:bq24257_device
91 struct bq24257_device { struct
92 struct i2c_client *client;
93 struct device *dev;
94 struct power_supply *charger;
96 enum bq2425x_chip chip;
98 struct regmap *rmap;
99 struct regmap_field *rmap_fields[F_MAX_FIELDS];
101 struct gpio_desc *pg;
103 struct delayed_work iilimit_setup_work;
105 struct bq24257_init_data init_data;
106 struct bq24257_state state;
108 struct mutex lock; /* protect state data */
110 bool iilimit_autoset_enable;