GB_MESSAGE_TYPE_RESPONSE  476 drivers/greybus/operation.c 	type = operation->type | GB_MESSAGE_TYPE_RESPONSE;
GB_MESSAGE_TYPE_RESPONSE  584 drivers/greybus/operation.c 	if (WARN_ON_ONCE(type & GB_MESSAGE_TYPE_RESPONSE))
GB_MESSAGE_TYPE_RESPONSE  585 drivers/greybus/operation.c 		type &= ~GB_MESSAGE_TYPE_RESPONSE;
GB_MESSAGE_TYPE_RESPONSE 1058 drivers/greybus/operation.c 	if (header.type & GB_MESSAGE_TYPE_RESPONSE) {