Home
last modified time | relevance | path

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

/linux/drivers/power/supply/
H A Dadp5061.c94 static const int adp5061_chg_type[4] = { variable
430 if (chg_type >= ARRAY_SIZE(adp5061_chg_type)) in adp5061_get_chg_type()
433 val->intval = adp5061_chg_type[chg_type]; in adp5061_get_chg_type()