Searched refs:gb_operation_response_alloc (Results 1 – 6 of 6) sorted by relevance
/linux-5.19.10/drivers/greybus/ |
D | operation.c | 468 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()
|
D | svc.c | 665 if (!gb_operation_response_alloc(op, sizeof(*response), GFP_KERNEL)) in gb_svc_version_request()
|
/linux-5.19.10/drivers/staging/greybus/ |
D | bootrom.c | 214 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()
|
D | fw-download.c | 253 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()
|
D | loopback.c | 681 if (!gb_operation_response_alloc(operation, in gb_loopback_request_handler()
|
/linux-5.19.10/include/linux/greybus/ |
D | operation.h | 169 bool gb_operation_response_alloc(struct gb_operation *operation,
|