Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/greybus/
Dpower_supply.c38 u8 properties_count; member
321 for (i = 0; i < gbpsy->properties_count; i++) in get_psy_prop()
427 return (gbpsy->properties_count + gbpsy->properties_count_str); in total_props()
502 gbpsy->properties_count = resp.properties_count; in gb_power_supply_description_get()
513 u8 props_count = gbpsy->properties_count; in gb_power_supply_prop_descriptors_get()
545 gbpsy->properties_count--; in gb_power_supply_prop_descriptors_get()
549 gbpsy->props = kcalloc(gbpsy->properties_count, sizeof(*gbpsy->props), in gb_power_supply_prop_descriptors_get()
556 gbpsy->props_raw = kcalloc(gbpsy->properties_count, in gb_power_supply_prop_descriptors_get()
709 for (i = 0; i < gbpsy->properties_count; i++) { in gb_power_supply_status_get()
Dgreybus_protocols.h551 __u8 properties_count; member
626 __u8 properties_count; member