Home
last modified time | relevance | path

Searched refs:gb_operation (Results 1 – 25 of 26) sorted by relevance

12

/openbmc/linux/include/linux/greybus/
H A Doperation.h19 struct gb_operation;
53 struct gb_operation *operation;
91 typedef void (*gb_operation_callback)(struct gb_operation *);
92 struct gb_operation { struct
117 gb_operation_is_incoming(struct gb_operation *operation) in gb_operation_is_incoming() argument
142 int gb_operation_result(struct gb_operation *operation);
145 struct gb_operation *
151 static inline struct gb_operation *
160 struct gb_operation *
166 void gb_operation_get(struct gb_operation *operation);
[all …]
H A Dconnection.h34 struct gb_operation;
36 typedef int (*gb_request_handler_t)(struct gb_operation *);
/openbmc/linux/drivers/greybus/
H A Doperation.c195 static struct gb_operation *
198 struct gb_operation *operation; in gb_operation_find_outgoing()
274 struct gb_operation *operation; in gb_operation_work()
518 static struct gb_operation *
524 struct gb_operation *operation; in gb_operation_create_common()
574 struct gb_operation *
580 struct gb_operation *operation; in gb_operation_create_flags()
600 struct gb_operation *
606 struct gb_operation *operation; in gb_operation_create_core()
629 static struct gb_operation *
[all …]
H A Dsvc.c20 struct gb_operation *operation;
23 static int gb_svc_queue_deferred_request(struct gb_operation *operation);
641 static int gb_svc_version_request(struct gb_operation *op) in gb_svc_version_request()
838 static int gb_svc_hello(struct gb_operation *op) in gb_svc_hello()
1092 struct gb_operation *operation; in gb_svc_process_deferred_request()
1144 static int gb_svc_intf_reset_recv(struct gb_operation *op) in gb_svc_intf_reset_recv()
1162 static int gb_svc_module_inserted_recv(struct gb_operation *op) in gb_svc_module_inserted_recv()
1181 static int gb_svc_module_removed_recv(struct gb_operation *op) in gb_svc_module_removed_recv()
1200 static int gb_svc_intf_oops_recv(struct gb_operation *op) in gb_svc_intf_oops_recv()
1214 static int gb_svc_intf_mailbox_event_recv(struct gb_operation *op) in gb_svc_intf_mailbox_event_recv()
[all …]
H A Dgreybus_trace.h17 struct gb_operation;
90 DECLARE_EVENT_CLASS(gb_operation,
92 TP_PROTO(struct gb_operation *operation),
122 DEFINE_EVENT(gb_operation, name, \
123 TP_PROTO(struct gb_operation *operation), \
H A Dconnection.c534 struct gb_operation *operation; in gb_connection_shutdown_operation()
605 struct gb_operation *operation; in gb_connection_cancel_operations()
609 struct gb_operation, links); in gb_connection_cancel_operations()
634 struct gb_operation *operation; in gb_connection_flush_incoming_operations()
H A Dcontrol.c154 struct gb_operation *operation; in gb_control_disconnecting_operation()
180 struct gb_operation *operation; in gb_control_mode_switch_operation()
/openbmc/linux/drivers/staging/greybus/
H A Dfirmware.h26 int gb_fw_mgmt_request_handler(struct gb_operation *op);
31 int gb_fw_download_request_handler(struct gb_operation *op);
H A Di2c.c77 static struct gb_operation *
83 struct gb_operation *operation; in gb_i2c_operation_create()
178 struct gb_operation *operation; in gb_i2c_transfer_operation()
H A Dbootrom.c188 static int gb_bootrom_firmware_size_request(struct gb_operation *op) in gb_bootrom_firmware_size_request()
241 static int gb_bootrom_get_firmware(struct gb_operation *op) in gb_bootrom_get_firmware()
311 static int gb_bootrom_ready_to_boot(struct gb_operation *op) in gb_bootrom_ready_to_boot()
357 static int gb_bootrom_request_handler(struct gb_operation *op) in gb_bootrom_request_handler()
H A Dfw-download.c222 static int fw_download_find_firmware(struct gb_operation *op) in fw_download_find_firmware()
269 static int fw_download_fetch_firmware(struct gb_operation *op) in fw_download_fetch_firmware()
352 static int fw_download_release_firmware(struct gb_operation *op) in fw_download_release_firmware()
387 int gb_fw_download_request_handler(struct gb_operation *op) in gb_fw_download_request_handler()
H A Dloopback.c54 struct gb_operation *operation;
373 struct gb_operation *operation; in gb_loopback_operation_sync()
422 static void gb_loopback_async_operation_callback(struct gb_operation *operation) in gb_loopback_async_operation_callback()
470 struct gb_operation *operation; in gb_loopback_async_operation()
594 struct gb_operation *operation; in gb_loopback_async_transfer_complete()
652 static int gb_loopback_request_handler(struct gb_operation *operation) in gb_loopback_request_handler()
H A Dspilib.c162 static struct gb_operation *gb_spi_operation_create(struct gb_spilib *spi, in gb_spi_operation_create()
169 struct gb_operation *operation; in gb_spi_operation_create()
333 struct gb_operation *operation; in gb_spi_transfer_one_message()
H A Dlog.c18 static int gb_log_request_handler(struct gb_operation *op) in gb_log_request_handler()
H A Dfw-management.c192 static int fw_mgmt_interface_fw_loaded_operation(struct gb_operation *op) in fw_mgmt_interface_fw_loaded_operation()
342 static int fw_mgmt_backend_fw_updated_operation(struct gb_operation *op) in fw_mgmt_backend_fw_updated_operation()
571 int gb_fw_mgmt_request_handler(struct gb_operation *op) in gb_fw_mgmt_request_handler()
H A Dauthentication.c109 struct gb_operation *op; in cap_get_ims_certificate()
148 struct gb_operation *op; in cap_authenticate()
H A Duart.c73 static int gb_uart_receive_data_handler(struct gb_operation *op) in gb_uart_receive_data_handler()
129 static int gb_uart_serial_state_handler(struct gb_operation *op) in gb_uart_serial_state_handler()
149 static int gb_uart_receive_credits_handler(struct gb_operation *op) in gb_uart_receive_credits_handler()
199 static int gb_uart_request_handler(struct gb_operation *op) in gb_uart_request_handler()
H A Dhid.c99 struct gb_operation *operation; in gb_hid_set_report()
133 static int gb_hid_request_handler(struct gb_operation *op) in gb_hid_request_handler()
H A Dusb.c102 struct gb_operation *operation; in hub_control()
H A Dsdio.c203 static int gb_sdio_request_handler(struct gb_operation *op) in gb_sdio_request_handler()
259 struct gb_operation *operation; in _gb_sdio_send()
313 struct gb_operation *operation; in _gb_sdio_recv()
H A Draw.c89 static int gb_raw_request_handler(struct gb_operation *op) in gb_raw_request_handler()
H A Dpower_supply.c511 struct gb_operation *op; in gb_power_supply_prop_descriptors_get()
988 static int gb_supplies_request_handler(struct gb_operation *op) in gb_supplies_request_handler()
H A Daudio_module.c141 static int gbaudio_codec_request_handler(struct gb_operation *op) in gbaudio_codec_request_handler()
H A Dcamera.c192 struct gb_operation *operation; in gb_camera_operation_sync_flags()
720 static int gb_camera_request_handler(struct gb_operation *op) in gb_camera_request_handler()
H A Dgpio.c366 static int gb_gpio_request_handler(struct gb_operation *op) in gb_gpio_request_handler()

12