Home
last modified time | relevance | path

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

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