Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/power/supply/
Dgeneric-adc-battery.c70 static const enum power_supply_property gab_props[] = { enum
244 int index = ARRAY_SIZE(gab_props); in gab_probe()
269 properties = kcalloc(ARRAY_SIZE(gab_props) + in gab_probe()
278 memcpy(properties, gab_props, sizeof(gab_props)); in gab_probe()