/Linux-v4.19/drivers/staging/greybus/ |
D | operation.h | 14 struct gb_operation; 48 struct gb_operation *operation; 86 typedef void (*gb_operation_callback)(struct gb_operation *); 87 struct gb_operation { struct 112 gb_operation_is_incoming(struct gb_operation *operation) in gb_operation_is_incoming() argument 118 gb_operation_is_unidirectional(struct gb_operation *operation) in gb_operation_is_unidirectional() 124 gb_operation_short_response_allowed(struct gb_operation *operation) in gb_operation_short_response_allowed() 129 static inline bool gb_operation_is_core(struct gb_operation *operation) in gb_operation_is_core() 137 int gb_operation_result(struct gb_operation *operation); 140 struct gb_operation * [all …]
|
D | operation.c | 33 static int gb_operation_response_send(struct gb_operation *operation, 42 static int gb_operation_get_active(struct gb_operation *operation) in gb_operation_get_active() 79 static void gb_operation_put_active(struct gb_operation *operation) in gb_operation_put_active() 96 static bool gb_operation_is_active(struct gb_operation *operation) in gb_operation_is_active() 134 static bool gb_operation_result_set(struct gb_operation *operation, int result) in gb_operation_result_set() 180 int gb_operation_result(struct gb_operation *operation) in gb_operation_result() 195 static struct gb_operation * 198 struct gb_operation *operation; in gb_operation_find_outgoing() 236 static void gb_operation_request_handle(struct gb_operation *operation) in gb_operation_request_handle() 274 struct gb_operation *operation; in gb_operation_work() [all …]
|
D | firmware.h | 26 int gb_fw_mgmt_request_handler(struct gb_operation *op); 31 int gb_fw_download_request_handler(struct gb_operation *op);
|
D | svc.c | 20 struct gb_operation *operation; 24 static int gb_svc_queue_deferred_request(struct gb_operation *operation); 642 static int gb_svc_version_request(struct gb_operation *op) in gb_svc_version_request() 839 static int gb_svc_hello(struct gb_operation *op) in gb_svc_hello() 913 static void gb_svc_process_hello_deferred(struct gb_operation *operation) in gb_svc_process_hello_deferred() 945 static void gb_svc_process_module_inserted(struct gb_operation *operation) in gb_svc_process_module_inserted() 993 static void gb_svc_process_module_removed(struct gb_operation *operation) in gb_svc_process_module_removed() 1021 static void gb_svc_process_intf_oops(struct gb_operation *operation) in gb_svc_process_intf_oops() 1052 static void gb_svc_process_intf_mailbox_event(struct gb_operation *operation) in gb_svc_process_intf_mailbox_event() 1083 struct gb_operation *operation; in gb_svc_process_deferred_request() [all …]
|
D | greybus_trace.h | 17 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), \
|
D | connection.h | 31 struct gb_operation; 33 typedef int (*gb_request_handler_t)(struct gb_operation *);
|
D | fw-download.c | 222 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()
|
D | bootrom.c | 187 static int gb_bootrom_firmware_size_request(struct gb_operation *op) in gb_bootrom_firmware_size_request() 240 static int gb_bootrom_get_firmware(struct gb_operation *op) in gb_bootrom_get_firmware() 310 static int gb_bootrom_ready_to_boot(struct gb_operation *op) in gb_bootrom_ready_to_boot() 356 static int gb_bootrom_request_handler(struct gb_operation *op) in gb_bootrom_request_handler()
|
D | i2c.c | 70 static struct gb_operation * 76 struct gb_operation *operation; in gb_i2c_operation_create() 171 struct gb_operation *operation; in gb_i2c_transfer_operation()
|
D | connection.c | 541 struct gb_operation *operation; in gb_connection_shutdown_operation() 612 struct gb_operation *operation; in gb_connection_cancel_operations() 616 struct gb_operation, links); in gb_connection_cancel_operations() 641 struct gb_operation *operation; in gb_connection_flush_incoming_operations()
|
D | spilib.c | 162 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() 329 struct gb_operation *operation; in gb_spi_transfer_one_message()
|
D | loopback.c | 59 struct gb_operation *operation; 381 struct gb_operation *operation; in gb_loopback_operation_sync() 430 static void gb_loopback_async_operation_callback(struct gb_operation *operation) in gb_loopback_async_operation_callback() 478 struct gb_operation *operation; in gb_loopback_async_operation() 602 struct gb_operation *operation; in gb_loopback_async_transfer_complete() 660 static int gb_loopback_request_handler(struct gb_operation *operation) in gb_loopback_request_handler()
|
D | fw-management.c | 192 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()
|
D | log.c | 19 static int gb_log_request_handler(struct gb_operation *op) in gb_log_request_handler()
|
D | authentication.c | 110 struct gb_operation *op; in cap_get_ims_certificate() 149 struct gb_operation *op; in cap_authenticate()
|
D | hid.c | 100 struct gb_operation *operation; in gb_hid_set_report() 134 static int gb_hid_request_handler(struct gb_operation *op) in gb_hid_request_handler()
|
D | uart.c | 81 static int gb_uart_receive_data_handler(struct gb_operation *op) in gb_uart_receive_data_handler() 137 static int gb_uart_serial_state_handler(struct gb_operation *op) in gb_uart_serial_state_handler() 157 static int gb_uart_receive_credits_handler(struct gb_operation *op) in gb_uart_receive_credits_handler() 207 static int gb_uart_request_handler(struct gb_operation *op) in gb_uart_request_handler()
|
D | control.c | 155 struct gb_operation *operation; in gb_control_disconnecting_operation() 181 struct gb_operation *operation; in gb_control_mode_switch_operation()
|
D | usb.c | 102 struct gb_operation *operation; in hub_control()
|
D | sdio.c | 205 static int gb_sdio_request_handler(struct gb_operation *op) in gb_sdio_request_handler() 261 struct gb_operation *operation; in _gb_sdio_send() 315 struct gb_operation *operation; in _gb_sdio_recv()
|
D | raw.c | 90 static int gb_raw_request_handler(struct gb_operation *op) in gb_raw_request_handler()
|
D | audio_module.c | 141 static int gbaudio_codec_request_handler(struct gb_operation *op) in gbaudio_codec_request_handler()
|
D | power_supply.c | 512 struct gb_operation *op; in gb_power_supply_prop_descriptors_get() 989 static int gb_supplies_request_handler(struct gb_operation *op) in gb_supplies_request_handler()
|
D | camera.c | 192 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()
|
D | gpio.c | 364 static int gb_gpio_request_handler(struct gb_operation *op) in gb_gpio_request_handler()
|