gb_operation_response_alloc  494 drivers/greybus/operation.c EXPORT_SYMBOL_GPL(gb_operation_response_alloc);
gb_operation_response_alloc  539 drivers/greybus/operation.c 		if (!gb_operation_response_alloc(operation, response_size,
gb_operation_response_alloc  831 drivers/greybus/operation.c 		if (!gb_operation_response_alloc(operation, 0, GFP_KERNEL))
gb_operation_response_alloc  665 drivers/greybus/svc.c 	if (!gb_operation_response_alloc(op, sizeof(*response), GFP_KERNEL))
gb_operation_response_alloc  214 drivers/staging/greybus/bootrom.c 	if (!gb_operation_response_alloc(op, sizeof(*size_response),
gb_operation_response_alloc  283 drivers/staging/greybus/bootrom.c 	if (!gb_operation_response_alloc(op, sizeof(*firmware_response) + size,
gb_operation_response_alloc  253 drivers/staging/greybus/fw-download.c 	if (!gb_operation_response_alloc(op, sizeof(*response), GFP_KERNEL)) {
gb_operation_response_alloc  328 drivers/staging/greybus/fw-download.c 	if (!gb_operation_response_alloc(op, sizeof(*response) + size,
gb_operation_response_alloc  681 drivers/staging/greybus/loopback.c 		if (!gb_operation_response_alloc(operation,
gb_operation_response_alloc  169 include/linux/greybus/operation.h bool gb_operation_response_alloc(struct gb_operation *operation,