Home
last modified time | relevance | path

Searched refs:gb_operation_response_alloc (Results 1 – 5 of 5) sorted by relevance

/drivers/greybus/
Doperation.c468 bool gb_operation_response_alloc(struct gb_operation *operation, in gb_operation_response_alloc() function
494 EXPORT_SYMBOL_GPL(gb_operation_response_alloc);
539 if (!gb_operation_response_alloc(operation, response_size, in gb_operation_create_common()
831 if (!gb_operation_response_alloc(operation, 0, GFP_KERNEL)) in gb_operation_response_send()
Dsvc.c665 if (!gb_operation_response_alloc(op, sizeof(*response), GFP_KERNEL)) in gb_svc_version_request()
/drivers/staging/greybus/
Dfw-download.c253 if (!gb_operation_response_alloc(op, sizeof(*response), GFP_KERNEL)) { in fw_download_find_firmware()
328 if (!gb_operation_response_alloc(op, sizeof(*response) + size, in fw_download_fetch_firmware()
Dbootrom.c214 if (!gb_operation_response_alloc(op, sizeof(*size_response), in gb_bootrom_firmware_size_request()
283 if (!gb_operation_response_alloc(op, sizeof(*firmware_response) + size, in gb_bootrom_get_firmware()
Dloopback.c681 if (!gb_operation_response_alloc(operation, in gb_loopback_request_handler()