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

/linux-master/drivers/staging/greybus/
H A Dpower_supply.c37 u8 properties_count; member in struct:gb_power_supply
320 for (i = 0; i < gbpsy->properties_count; i++)
426 return (gbpsy->properties_count + gbpsy->properties_count_str);
501 gbpsy->properties_count = resp.properties_count;
512 u8 props_count = gbpsy->properties_count;
544 gbpsy->properties_count--;
548 gbpsy->props = kcalloc(gbpsy->properties_count, sizeof(*gbpsy->props),
555 gbpsy->props_raw = kcalloc(gbpsy->properties_count,
708 for (i = 0; i < gbpsy->properties_count;
[all...]
/linux-master/include/linux/greybus/
H A Dgreybus_protocols.h503 __u8 properties_count; member in struct:gb_power_supply_get_description_response
578 __u8 properties_count; member in struct:gb_power_supply_get_property_descriptors_response

Completed in 130 milliseconds