is_writeable       22 drivers/staging/greybus/power_supply.c 	bool				is_writeable;
is_writeable      334 drivers/staging/greybus/power_supply.c 	return prop->is_writeable ? 1 : 0;
is_writeable      572 drivers/staging/greybus/power_supply.c 		if (resp->props[i].is_writeable)
is_writeable      573 drivers/staging/greybus/power_supply.c 			gbpsy->props[i - r].is_writeable = true;
is_writeable      574 include/linux/greybus/greybus_protocols.h 	__u8	is_writeable;