Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/power/supply/
Dbq256xx_charger.c179 struct bq256xx_state { struct
240 struct bq256xx_state state;
424 struct bq256xx_state *state) in bq256xx_get_state()
953 struct bq256xx_state state; in bq256xx_get_charger_property()
1134 struct bq256xx_state *new_state) in bq256xx_state_changed()
1136 struct bq256xx_state old_state; in bq256xx_state_changed()
1142 return memcmp(&old_state, new_state, sizeof(struct bq256xx_state)) != 0; in bq256xx_state_changed()
1148 struct bq256xx_state state; in bq256xx_irq_handler_thread()