Searched refs:props_raw (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/staging/greybus/
H A Dpower_supply.c44 enum power_supply_property *props_raw; member in struct:gb_power_supply
435 new_props_raw = krealloc(gbpsy->props_raw, total_props(gbpsy) *
440 gbpsy->props_raw = new_props_raw;
441 gbpsy->props_raw[total_props(gbpsy) - 1] = prop;
555 gbpsy->props_raw = kcalloc(gbpsy->properties_count,
556 sizeof(*gbpsy->props_raw), GFP_KERNEL);
557 if (!gbpsy->props_raw) {
571 gbpsy->props_raw[i - r] = psp;
826 gbpsy->desc.properties = gbpsy->props_raw;
842 kfree(gbpsy->props_raw);
[all...]

Completed in 131 milliseconds