Home
last modified time | relevance | path

Searched refs:gb_connection_get_data (Results 1 – 15 of 15) sorted by relevance

/Linux-v4.19/drivers/staging/greybus/
Dsvc.c645 struct gb_svc *svc = gb_connection_get_data(connection); in gb_svc_version_request()
842 struct gb_svc *svc = gb_connection_get_data(connection); in gb_svc_hello()
916 struct gb_svc *svc = gb_connection_get_data(connection); in gb_svc_process_hello_deferred()
949 struct gb_svc *svc = gb_connection_get_data(connection); in gb_svc_process_module_inserted()
997 struct gb_svc *svc = gb_connection_get_data(connection); in gb_svc_process_module_removed()
1025 struct gb_svc *svc = gb_connection_get_data(connection); in gb_svc_process_intf_oops()
1056 struct gb_svc *svc = gb_connection_get_data(connection); in gb_svc_process_intf_mailbox_event()
1089 svc = gb_connection_get_data(operation->connection); in gb_svc_process_deferred_request()
1118 struct gb_svc *svc = gb_connection_get_data(operation->connection); in gb_svc_queue_deferred_request()
1137 struct gb_svc *svc = gb_connection_get_data(op->connection); in gb_svc_intf_reset_recv()
[all …]
Dfw-download.c225 struct fw_download *fw_download = gb_connection_get_data(connection); in fw_download_find_firmware()
272 struct fw_download *fw_download = gb_connection_get_data(connection); in fw_download_fetch_firmware()
355 struct fw_download *fw_download = gb_connection_get_data(connection); in fw_download_release_firmware()
445 fw_download = gb_connection_get_data(connection); in gb_fw_download_connection_exit()
Dbootrom.c189 struct gb_bootrom *bootrom = gb_connection_get_data(op->connection); in gb_bootrom_firmware_size_request()
242 struct gb_bootrom *bootrom = gb_connection_get_data(op->connection); in gb_bootrom_get_firmware()
313 struct gb_bootrom *bootrom = gb_connection_get_data(connection); in gb_bootrom_ready_to_boot()
Dfw-management.c195 struct fw_mgmt *fw_mgmt = gb_connection_get_data(connection); in fw_mgmt_interface_fw_loaded_operation()
345 struct fw_mgmt *fw_mgmt = gb_connection_get_data(connection); in fw_mgmt_backend_fw_updated_operation()
665 fw_mgmt = gb_connection_get_data(connection); in gb_fw_mgmt_connection_exit()
Dconnection.h117 static inline void *gb_connection_get_data(struct gb_connection *connection) in gb_connection_get_data() function
Duart.c84 struct gb_tty *gb_tty = gb_connection_get_data(connection); in gb_uart_receive_data_handler()
140 struct gb_tty *gb_tty = gb_connection_get_data(connection); in gb_uart_serial_state_handler()
160 struct gb_tty *gb_tty = gb_connection_get_data(connection); in gb_uart_receive_credits_handler()
210 struct gb_tty *gb_tty = gb_connection_get_data(connection); in gb_uart_request_handler()
Dspilib.c47 return gb_connection_get_data(spi->connection); in get_master_from_spi()
560 struct spi_master *master = gb_connection_get_data(connection); in gb_spilib_master_exit()
Di2c.c74 struct gb_i2c_device *gb_i2c_dev = gb_connection_get_data(connection); in gb_i2c_operation_create()
Dauthentication.c372 cap = gb_connection_get_data(connection); in gb_cap_connection_exit()
Dhid.c137 struct gb_hid *ghid = gb_connection_get_data(connection); in gb_hid_request_handler()
Dgpio.c367 struct gb_gpio_controller *ggc = gb_connection_get_data(connection); in gb_gpio_request_handler()
Dsdio.c207 struct gb_sdio_host *host = gb_connection_get_data(op->connection); in gb_sdio_request_handler()
Dpower_supply.c992 struct gb_power_supplies *supplies = gb_connection_get_data(connection); in gb_supplies_request_handler()
Dcamera.c722 struct gb_camera *gcam = gb_connection_get_data(op->connection); in gb_camera_request_handler()
Dlight.c1214 struct gb_lights *glights = gb_connection_get_data(connection); in gb_lights_request_handler()