Searched defs:gab_props (Results 1 - 1 of 1) sorted by relevance

/drivers/power/
H A Dgeneric-adc-battery.c68 static const enum power_supply_property gab_props[] = { variable in typeref:enum:power_supply_property
270 psy->properties = kcalloc(ARRAY_SIZE(gab_props) +
278 memcpy(psy->properties, gab_props, sizeof(gab_props));
280 ((char *)psy->properties + sizeof(gab_props));
313 psy->num_properties = ARRAY_SIZE(gab_props) + index;

Completed in 53 milliseconds