properties_count   37 drivers/staging/greybus/power_supply.c 	u8				properties_count;
properties_count  320 drivers/staging/greybus/power_supply.c 	for (i = 0; i < gbpsy->properties_count; i++)
properties_count  426 drivers/staging/greybus/power_supply.c 	return (gbpsy->properties_count + gbpsy->properties_count_str);
properties_count  501 drivers/staging/greybus/power_supply.c 	gbpsy->properties_count = resp.properties_count;
properties_count  512 drivers/staging/greybus/power_supply.c 	u8 props_count = gbpsy->properties_count;
properties_count  544 drivers/staging/greybus/power_supply.c 			gbpsy->properties_count--;
properties_count  548 drivers/staging/greybus/power_supply.c 	gbpsy->props = kcalloc(gbpsy->properties_count, sizeof(*gbpsy->props),
properties_count  555 drivers/staging/greybus/power_supply.c 	gbpsy->props_raw = kcalloc(gbpsy->properties_count,
properties_count  708 drivers/staging/greybus/power_supply.c 	for (i = 0; i < gbpsy->properties_count; i++) {
properties_count  507 include/linux/greybus/greybus_protocols.h 	__u8	properties_count;
properties_count  582 include/linux/greybus/greybus_protocols.h 	__u8	properties_count;