Home
last modified time | relevance | path

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

/linux/drivers/greybus/
A 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()
A Dsvc.c665 if (!gb_operation_response_alloc(op, sizeof(*response), GFP_KERNEL)) in gb_svc_version_request()
/linux/drivers/staging/greybus/
A 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()
A 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()
A Dloopback.c681 if (!gb_operation_response_alloc(operation, in gb_loopback_request_handler()
/linux/include/linux/greybus/
A Doperation.h169 bool gb_operation_response_alloc(struct gb_operation *operation,

Completed in 13 milliseconds