Home
last modified time | relevance | path

Searched refs:bq256xx_state (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/power/supply/
H A Dbq256xx_charger.c187 struct bq256xx_state { struct
248 struct bq256xx_state state;
436 struct bq256xx_state *state) in bq256xx_get_state()
998 struct bq256xx_state state; in bq256xx_get_charger_property()
1179 struct bq256xx_state *new_state) in bq256xx_state_changed()
1181 struct bq256xx_state old_state; in bq256xx_state_changed()
1187 return memcmp(&old_state, new_state, sizeof(struct bq256xx_state)) != 0; in bq256xx_state_changed()
1193 struct bq256xx_state state; in bq256xx_irq_handler_thread()