Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/greybus/
Doperation.c467 bool gb_operation_response_alloc(struct gb_operation *operation, in gb_operation_response_alloc() function
493 EXPORT_SYMBOL_GPL(gb_operation_response_alloc);
538 if (!gb_operation_response_alloc(operation, response_size, in gb_operation_create_common()
829 if (!gb_operation_response_alloc(operation, 0, GFP_KERNEL)) in gb_operation_response_send()
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.c213 if (!gb_operation_response_alloc(op, sizeof(*size_response), in gb_bootrom_firmware_size_request()
282 if (!gb_operation_response_alloc(op, sizeof(*firmware_response) + size, in gb_bootrom_get_firmware()
Doperation.h164 bool gb_operation_response_alloc(struct gb_operation *operation,
Dloopback.c688 if (!gb_operation_response_alloc(operation, in gb_loopback_request_handler()
Dsvc.c667 if (!gb_operation_response_alloc(op, sizeof(*response), GFP_KERNEL)) in gb_svc_version_request()