Searched refs:gb_operation_request_send (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/include/linux/greybus/ |
H A D | operation.h | 172 int gb_operation_request_send(struct gb_operation *operation,
|
/kernel/linux/linux-6.6/include/linux/greybus/ |
H A D | operation.h | 172 int gb_operation_request_send(struct gb_operation *operation,
|
/kernel/linux/linux-5.10/drivers/greybus/ |
H A D | operation.c | 704 * gb_operation_request_send() - send an operation request message 720 int gb_operation_request_send(struct gb_operation *operation, in gb_operation_request_send() function 786 EXPORT_SYMBOL_GPL(gb_operation_request_send); variable 799 ret = gb_operation_request_send(operation, gb_operation_sync_callback, in gb_operation_request_send_sync_timeout()
|
/kernel/linux/linux-6.6/drivers/greybus/ |
H A D | operation.c | 704 * gb_operation_request_send() - send an operation request message 720 int gb_operation_request_send(struct gb_operation *operation, in gb_operation_request_send() function 786 EXPORT_SYMBOL_GPL(gb_operation_request_send); variable 799 ret = gb_operation_request_send(operation, gb_operation_sync_callback, in gb_operation_request_send_sync_timeout()
|
/kernel/linux/linux-5.10/drivers/staging/greybus/ |
H A D | loopback.c | 497 ret = gb_operation_request_send(operation, in gb_loopback_async_operation()
|
/kernel/linux/linux-6.6/drivers/staging/greybus/ |
H A D | loopback.c | 496 ret = gb_operation_request_send(operation, in gb_loopback_async_operation()
|
Completed in 8 milliseconds