Home
last modified time | relevance | path

Searched refs:gb_operation_result (Results 1 – 2 of 2) sorted by relevance

/drivers/greybus/
Doperation.c180 int gb_operation_result(struct gb_operation *operation) in gb_operation_result() function
189 EXPORT_SYMBOL_GPL(gb_operation_result);
285 if (gb_operation_result(operation) == -ETIMEDOUT) in gb_operation_work()
810 return gb_operation_result(operation); in gb_operation_request_send_sync_timeout()
/drivers/staging/greybus/
Dloopback.c431 result = gb_operation_result(operation); in gb_loopback_async_operation_callback()