gb_operation      537 drivers/greybus/connection.c 	struct gb_operation *operation;
gb_operation      608 drivers/greybus/connection.c 	struct gb_operation *operation;
gb_operation      612 drivers/greybus/connection.c 					    struct gb_operation, links);
gb_operation      637 drivers/greybus/connection.c 	struct gb_operation *operation;
gb_operation      154 drivers/greybus/control.c 	struct gb_operation *operation;
gb_operation      180 drivers/greybus/control.c 	struct gb_operation *operation;
gb_operation       17 drivers/greybus/greybus_trace.h struct gb_operation;
gb_operation       90 drivers/greybus/greybus_trace.h DECLARE_EVENT_CLASS(gb_operation,
gb_operation       92 drivers/greybus/greybus_trace.h 	TP_PROTO(struct gb_operation *operation),
gb_operation      122 drivers/greybus/greybus_trace.h 		DEFINE_EVENT(gb_operation, name,			\
gb_operation      123 drivers/greybus/greybus_trace.h 				TP_PROTO(struct gb_operation *operation), \
gb_operation       33 drivers/greybus/operation.c static int gb_operation_response_send(struct gb_operation *operation,
gb_operation       42 drivers/greybus/operation.c static int gb_operation_get_active(struct gb_operation *operation)
gb_operation       79 drivers/greybus/operation.c static void gb_operation_put_active(struct gb_operation *operation)
gb_operation       96 drivers/greybus/operation.c static bool gb_operation_is_active(struct gb_operation *operation)
gb_operation      134 drivers/greybus/operation.c static bool gb_operation_result_set(struct gb_operation *operation, int result)
gb_operation      180 drivers/greybus/operation.c int gb_operation_result(struct gb_operation *operation)
gb_operation      195 drivers/greybus/operation.c static struct gb_operation *
gb_operation      198 drivers/greybus/operation.c 	struct gb_operation *operation;
gb_operation      236 drivers/greybus/operation.c static void gb_operation_request_handle(struct gb_operation *operation)
gb_operation      274 drivers/greybus/operation.c 	struct gb_operation *operation;
gb_operation      277 drivers/greybus/operation.c 	operation = container_of(work, struct gb_operation, work);
gb_operation      298 drivers/greybus/operation.c 	struct gb_operation *operation = from_timer(operation, t, timer);
gb_operation      468 drivers/greybus/operation.c bool gb_operation_response_alloc(struct gb_operation *operation,
gb_operation      518 drivers/greybus/operation.c static struct gb_operation *
gb_operation      524 drivers/greybus/operation.c 	struct gb_operation *operation;
gb_operation      574 drivers/greybus/operation.c struct gb_operation *
gb_operation      580 drivers/greybus/operation.c 	struct gb_operation *operation;
gb_operation      600 drivers/greybus/operation.c struct gb_operation *
gb_operation      606 drivers/greybus/operation.c 	struct gb_operation *operation;
gb_operation      629 drivers/greybus/operation.c static struct gb_operation *
gb_operation      633 drivers/greybus/operation.c 	struct gb_operation *operation;
gb_operation      660 drivers/greybus/operation.c void gb_operation_get(struct gb_operation *operation)
gb_operation      671 drivers/greybus/operation.c 	struct gb_operation *operation;
gb_operation      673 drivers/greybus/operation.c 	operation = container_of(kref, struct gb_operation, kref);
gb_operation      688 drivers/greybus/operation.c void gb_operation_put(struct gb_operation *operation)
gb_operation      698 drivers/greybus/operation.c static void gb_operation_sync_callback(struct gb_operation *operation)
gb_operation      720 drivers/greybus/operation.c int gb_operation_request_send(struct gb_operation *operation,
gb_operation      794 drivers/greybus/operation.c int gb_operation_request_send_sync_timeout(struct gb_operation *operation,
gb_operation      823 drivers/greybus/operation.c static int gb_operation_response_send(struct gb_operation *operation,
gb_operation      874 drivers/greybus/operation.c 	struct gb_operation *operation = message->operation;
gb_operation      917 drivers/greybus/operation.c 	struct gb_operation *operation;
gb_operation      961 drivers/greybus/operation.c 	struct gb_operation *operation;
gb_operation     1071 drivers/greybus/operation.c void gb_operation_cancel(struct gb_operation *operation, int errno)
gb_operation     1093 drivers/greybus/operation.c void gb_operation_cancel_incoming(struct gb_operation *operation, int errno)
gb_operation     1143 drivers/greybus/operation.c 	struct gb_operation *operation;
gb_operation     1196 drivers/greybus/operation.c 	struct gb_operation *operation;
gb_operation     1234 drivers/greybus/operation.c 					       sizeof(struct gb_operation), 0,
gb_operation       19 drivers/greybus/svc.c 	struct gb_operation *operation;
gb_operation       22 drivers/greybus/svc.c static int gb_svc_queue_deferred_request(struct gb_operation *operation);
gb_operation      640 drivers/greybus/svc.c static int gb_svc_version_request(struct gb_operation *op)
gb_operation      837 drivers/greybus/svc.c static int gb_svc_hello(struct gb_operation *op)
gb_operation      911 drivers/greybus/svc.c static void gb_svc_process_hello_deferred(struct gb_operation *operation)
gb_operation      943 drivers/greybus/svc.c static void gb_svc_process_module_inserted(struct gb_operation *operation)
gb_operation      991 drivers/greybus/svc.c static void gb_svc_process_module_removed(struct gb_operation *operation)
gb_operation     1019 drivers/greybus/svc.c static void gb_svc_process_intf_oops(struct gb_operation *operation)
gb_operation     1050 drivers/greybus/svc.c static void gb_svc_process_intf_mailbox_event(struct gb_operation *operation)
gb_operation     1081 drivers/greybus/svc.c 	struct gb_operation *operation;
gb_operation     1114 drivers/greybus/svc.c static int gb_svc_queue_deferred_request(struct gb_operation *operation)
gb_operation     1133 drivers/greybus/svc.c static int gb_svc_intf_reset_recv(struct gb_operation *op)
gb_operation     1151 drivers/greybus/svc.c static int gb_svc_module_inserted_recv(struct gb_operation *op)
gb_operation     1170 drivers/greybus/svc.c static int gb_svc_module_removed_recv(struct gb_operation *op)
gb_operation     1189 drivers/greybus/svc.c static int gb_svc_intf_oops_recv(struct gb_operation *op)
gb_operation     1203 drivers/greybus/svc.c static int gb_svc_intf_mailbox_event_recv(struct gb_operation *op)
gb_operation     1221 drivers/greybus/svc.c static int gb_svc_request_handler(struct gb_operation *op)
gb_operation      141 drivers/staging/greybus/audio_module.c static int gbaudio_codec_request_handler(struct gb_operation *op)
gb_operation      109 drivers/staging/greybus/authentication.c 	struct gb_operation *op;
gb_operation      148 drivers/staging/greybus/authentication.c 	struct gb_operation *op;
gb_operation      188 drivers/staging/greybus/bootrom.c static int gb_bootrom_firmware_size_request(struct gb_operation *op)
gb_operation      241 drivers/staging/greybus/bootrom.c static int gb_bootrom_get_firmware(struct gb_operation *op)
gb_operation      311 drivers/staging/greybus/bootrom.c static int gb_bootrom_ready_to_boot(struct gb_operation *op)
gb_operation      357 drivers/staging/greybus/bootrom.c static int gb_bootrom_request_handler(struct gb_operation *op)
gb_operation      192 drivers/staging/greybus/camera.c 	struct gb_operation *operation;
gb_operation      720 drivers/staging/greybus/camera.c static int gb_camera_request_handler(struct gb_operation *op)
gb_operation       26 drivers/staging/greybus/firmware.h int gb_fw_mgmt_request_handler(struct gb_operation *op);
gb_operation       31 drivers/staging/greybus/firmware.h int gb_fw_download_request_handler(struct gb_operation *op);
gb_operation      222 drivers/staging/greybus/fw-download.c static int fw_download_find_firmware(struct gb_operation *op)
gb_operation      269 drivers/staging/greybus/fw-download.c static int fw_download_fetch_firmware(struct gb_operation *op)
gb_operation      352 drivers/staging/greybus/fw-download.c static int fw_download_release_firmware(struct gb_operation *op)
gb_operation      387 drivers/staging/greybus/fw-download.c int gb_fw_download_request_handler(struct gb_operation *op)
gb_operation      192 drivers/staging/greybus/fw-management.c static int fw_mgmt_interface_fw_loaded_operation(struct gb_operation *op)
gb_operation      342 drivers/staging/greybus/fw-management.c static int fw_mgmt_backend_fw_updated_operation(struct gb_operation *op)
gb_operation      571 drivers/staging/greybus/fw-management.c int gb_fw_mgmt_request_handler(struct gb_operation *op)
gb_operation      359 drivers/staging/greybus/gpio.c static int gb_gpio_request_handler(struct gb_operation *op)
gb_operation       99 drivers/staging/greybus/hid.c 	struct gb_operation *operation;
gb_operation      133 drivers/staging/greybus/hid.c static int gb_hid_request_handler(struct gb_operation *op)
gb_operation       77 drivers/staging/greybus/i2c.c static struct gb_operation *
gb_operation       83 drivers/staging/greybus/i2c.c 	struct gb_operation *operation;
gb_operation      178 drivers/staging/greybus/i2c.c 	struct gb_operation *operation;
gb_operation     1208 drivers/staging/greybus/light.c static int gb_lights_request_handler(struct gb_operation *op)
gb_operation       18 drivers/staging/greybus/log.c static int gb_log_request_handler(struct gb_operation *op)
gb_operation       54 drivers/staging/greybus/loopback.c 	struct gb_operation *operation;
gb_operation      374 drivers/staging/greybus/loopback.c 	struct gb_operation *operation;
gb_operation      423 drivers/staging/greybus/loopback.c static void gb_loopback_async_operation_callback(struct gb_operation *operation)
gb_operation      471 drivers/staging/greybus/loopback.c 	struct gb_operation *operation;
gb_operation      595 drivers/staging/greybus/loopback.c 	struct gb_operation *operation;
gb_operation      653 drivers/staging/greybus/loopback.c static int gb_loopback_request_handler(struct gb_operation *operation)
gb_operation      511 drivers/staging/greybus/power_supply.c 	struct gb_operation *op;
gb_operation      988 drivers/staging/greybus/power_supply.c static int gb_supplies_request_handler(struct gb_operation *op)
gb_operation       89 drivers/staging/greybus/raw.c static int gb_raw_request_handler(struct gb_operation *op)
gb_operation      205 drivers/staging/greybus/sdio.c static int gb_sdio_request_handler(struct gb_operation *op)
gb_operation      261 drivers/staging/greybus/sdio.c 	struct gb_operation *operation;
gb_operation      315 drivers/staging/greybus/sdio.c 	struct gb_operation *operation;
gb_operation      162 drivers/staging/greybus/spilib.c static struct gb_operation *gb_spi_operation_create(struct gb_spilib *spi,
gb_operation      169 drivers/staging/greybus/spilib.c 	struct gb_operation *operation;
gb_operation      329 drivers/staging/greybus/spilib.c 	struct gb_operation *operation;
gb_operation       81 drivers/staging/greybus/uart.c static int gb_uart_receive_data_handler(struct gb_operation *op)
gb_operation      137 drivers/staging/greybus/uart.c static int gb_uart_serial_state_handler(struct gb_operation *op)
gb_operation      157 drivers/staging/greybus/uart.c static int gb_uart_receive_credits_handler(struct gb_operation *op)
gb_operation      207 drivers/staging/greybus/uart.c static int gb_uart_request_handler(struct gb_operation *op)
gb_operation      102 drivers/staging/greybus/usb.c 	struct gb_operation *operation;
gb_operation       34 include/linux/greybus/connection.h struct gb_operation;
gb_operation       36 include/linux/greybus/connection.h typedef int (*gb_request_handler_t)(struct gb_operation *);
gb_operation       19 include/linux/greybus/operation.h struct gb_operation;
gb_operation       53 include/linux/greybus/operation.h 	struct gb_operation		*operation;
gb_operation       91 include/linux/greybus/operation.h typedef void (*gb_operation_callback)(struct gb_operation *);
gb_operation      117 include/linux/greybus/operation.h gb_operation_is_incoming(struct gb_operation *operation)
gb_operation      123 include/linux/greybus/operation.h gb_operation_is_unidirectional(struct gb_operation *operation)
gb_operation      129 include/linux/greybus/operation.h gb_operation_short_response_allowed(struct gb_operation *operation)
gb_operation      134 include/linux/greybus/operation.h static inline bool gb_operation_is_core(struct gb_operation *operation)
gb_operation      142 include/linux/greybus/operation.h int gb_operation_result(struct gb_operation *operation);
gb_operation      145 include/linux/greybus/operation.h struct gb_operation *
gb_operation      151 include/linux/greybus/operation.h static inline struct gb_operation *
gb_operation      160 include/linux/greybus/operation.h struct gb_operation *
gb_operation      166 include/linux/greybus/operation.h void gb_operation_get(struct gb_operation *operation);
gb_operation      167 include/linux/greybus/operation.h void gb_operation_put(struct gb_operation *operation);
gb_operation      169 include/linux/greybus/operation.h bool gb_operation_response_alloc(struct gb_operation *operation,
gb_operation      172 include/linux/greybus/operation.h int gb_operation_request_send(struct gb_operation *operation,
gb_operation      176 include/linux/greybus/operation.h int gb_operation_request_send_sync_timeout(struct gb_operation *operation,
gb_operation      179 include/linux/greybus/operation.h gb_operation_request_send_sync(struct gb_operation *operation)
gb_operation      185 include/linux/greybus/operation.h void gb_operation_cancel(struct gb_operation *operation, int errno);
gb_operation      186 include/linux/greybus/operation.h void gb_operation_cancel_incoming(struct gb_operation *operation, int errno);
gb_operation      215 include/linux/greybus/operation.h static inline void *gb_operation_get_data(struct gb_operation *operation)
gb_operation      220 include/linux/greybus/operation.h static inline void gb_operation_set_data(struct gb_operation *operation,