Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/staging/greybus/
Dpower_supply.c37 u8 properties_count; member
320 for (i = 0; i < gbpsy->properties_count; i++) in get_psy_prop()
426 return (gbpsy->properties_count + gbpsy->properties_count_str); in total_props()
501 gbpsy->properties_count = resp.properties_count; in gb_power_supply_description_get()
512 u8 props_count = gbpsy->properties_count; in gb_power_supply_prop_descriptors_get()
544 gbpsy->properties_count--; in gb_power_supply_prop_descriptors_get()
548 gbpsy->props = kcalloc(gbpsy->properties_count, sizeof(*gbpsy->props), in gb_power_supply_prop_descriptors_get()
555 gbpsy->props_raw = kcalloc(gbpsy->properties_count, in gb_power_supply_prop_descriptors_get()
708 for (i = 0; i < gbpsy->properties_count; i++) { in gb_power_supply_status_get()
/linux-5.19.10/include/linux/greybus/
Dgreybus_protocols.h507 __u8 properties_count; member
582 __u8 properties_count; member