drivers/greybus/bundle.c
102
struct gb_connection *connection;
drivers/greybus/bundle.c
94
struct gb_connection *connection;
drivers/greybus/connection.c
105
static void gb_connection_init_name(struct gb_connection *connection)
drivers/greybus/connection.c
143
static struct gb_connection *
drivers/greybus/connection.c
150
struct gb_connection *connection;
drivers/greybus/connection.c
227
struct gb_connection *
drivers/greybus/connection.c
235
struct gb_connection *
drivers/greybus/connection.c
243
struct gb_connection *
drivers/greybus/connection.c
25
struct gb_connection *connection;
drivers/greybus/connection.c
254
struct gb_connection *
drivers/greybus/connection.c
269
struct gb_connection *
drivers/greybus/connection.c
279
static int gb_connection_hd_cport_enable(struct gb_connection *connection)
drivers/greybus/connection.c
298
static void gb_connection_hd_cport_disable(struct gb_connection *connection)
drivers/greybus/connection.c
313
static int gb_connection_hd_cport_connected(struct gb_connection *connection)
drivers/greybus/connection.c
331
static int gb_connection_hd_cport_flush(struct gb_connection *connection)
drivers/greybus/connection.c
349
static int gb_connection_hd_cport_quiesce(struct gb_connection *connection)
drivers/greybus/connection.c
36
static void gb_connection_get(struct gb_connection *connection)
drivers/greybus/connection.c
376
static int gb_connection_hd_cport_clear(struct gb_connection *connection)
drivers/greybus/connection.c
399
gb_connection_svc_connection_create(struct gb_connection *connection)
drivers/greybus/connection.c
43
static void gb_connection_put(struct gb_connection *connection)
drivers/greybus/connection.c
439
gb_connection_svc_connection_destroy(struct gb_connection *connection)
drivers/greybus/connection.c
452
static int gb_connection_control_connected(struct gb_connection *connection)
drivers/greybus/connection.c
477
gb_connection_control_disconnecting(struct gb_connection *connection)
drivers/greybus/connection.c
497
gb_connection_control_disconnected(struct gb_connection *connection)
drivers/greybus/connection.c
53
static struct gb_connection *
drivers/greybus/connection.c
530
static int gb_connection_shutdown_operation(struct gb_connection *connection,
drivers/greybus/connection.c
554
static int gb_connection_cport_shutdown(struct gb_connection *connection,
drivers/greybus/connection.c
56
struct gb_connection *connection;
drivers/greybus/connection.c
584
gb_connection_cport_shutdown_phase_1(struct gb_connection *connection)
drivers/greybus/connection.c
590
gb_connection_cport_shutdown_phase_2(struct gb_connection *connection)
drivers/greybus/connection.c
601
static void gb_connection_cancel_operations(struct gb_connection *connection,
drivers/greybus/connection.c
630
gb_connection_flush_incoming_operations(struct gb_connection *connection,
drivers/greybus/connection.c
671
static int _gb_connection_enable(struct gb_connection *connection, bool rx)
drivers/greybus/connection.c
737
int gb_connection_enable(struct gb_connection *connection)
drivers/greybus/connection.c
757
int gb_connection_enable_tx(struct gb_connection *connection)
drivers/greybus/connection.c
782
void gb_connection_disable_rx(struct gb_connection *connection)
drivers/greybus/connection.c
79
struct gb_connection *connection;
drivers/greybus/connection.c
802
void gb_connection_mode_switch_prepare(struct gb_connection *connection)
drivers/greybus/connection.c
807
void gb_connection_mode_switch_complete(struct gb_connection *connection)
drivers/greybus/connection.c
817
void gb_connection_disable(struct gb_connection *connection)
drivers/greybus/connection.c
855
void gb_connection_disable_forced(struct gb_connection *connection)
drivers/greybus/connection.c
881
void gb_connection_destroy(struct gb_connection *connection)
drivers/greybus/connection.c
907
void gb_connection_latency_tag_enable(struct gb_connection *connection)
drivers/greybus/connection.c
924
void gb_connection_latency_tag_disable(struct gb_connection *connection)
drivers/greybus/connection.c
96
struct gb_connection *connection;
drivers/greybus/connection.c
98
connection = container_of(kref, struct gb_connection, kref);
drivers/greybus/control.c
107
struct gb_connection *connection = intf->control->connection;
drivers/greybus/control.c
125
struct gb_connection *connection = intf->control->connection;
drivers/greybus/control.c
446
struct gb_connection *connection;
drivers/greybus/core.c
252
struct gb_connection *connection;
drivers/greybus/greybus_trace.h
163
DECLARE_EVENT_CLASS(gb_connection,
drivers/greybus/greybus_trace.h
165
TP_PROTO(struct gb_connection *connection),
drivers/greybus/greybus_trace.h
18
struct gb_connection;
drivers/greybus/greybus_trace.h
194
DEFINE_EVENT(gb_connection, name, \
drivers/greybus/greybus_trace.h
195
TP_PROTO(struct gb_connection *connection), \
drivers/greybus/operation.c
1027
void gb_connection_recv(struct gb_connection *connection,
drivers/greybus/operation.c
1139
int gb_operation_sync_timeout(struct gb_connection *connection, int type,
drivers/greybus/operation.c
1192
int gb_operation_unidirectional_timeout(struct gb_connection *connection,
drivers/greybus/operation.c
196
gb_operation_find_outgoing(struct gb_connection *connection, u16 operation_id)
drivers/greybus/operation.c
217
struct gb_connection *connection = message->operation->connection;
drivers/greybus/operation.c
238
struct gb_connection *connection = operation->connection;
drivers/greybus/operation.c
44
struct gb_connection *connection = operation->connection;
drivers/greybus/operation.c
520
gb_operation_create_common(struct gb_connection *connection, u8 type,
drivers/greybus/operation.c
576
gb_operation_create_flags(struct gb_connection *connection,
drivers/greybus/operation.c
602
gb_operation_create_core(struct gb_connection *connection,
drivers/greybus/operation.c
622
size_t gb_operation_get_payload_size_max(struct gb_connection *connection)
drivers/greybus/operation.c
631
gb_operation_create_incoming(struct gb_connection *connection, u16 id,
drivers/greybus/operation.c
726
struct gb_connection *connection = operation->connection;
drivers/greybus/operation.c
81
struct gb_connection *connection = operation->connection;
drivers/greybus/operation.c
827
struct gb_connection *connection = operation->connection;
drivers/greybus/operation.c
876
struct gb_connection *connection = operation->connection;
drivers/greybus/operation.c
914
static void gb_connection_recv_request(struct gb_connection *connection,
drivers/greybus/operation.c
958
static void gb_connection_recv_response(struct gb_connection *connection,
drivers/greybus/operation.c
98
struct gb_connection *connection = operation->connection;
drivers/greybus/svc.c
1005
struct gb_connection *connection = operation->connection;
drivers/greybus/svc.c
1033
struct gb_connection *connection = operation->connection;
drivers/greybus/svc.c
1064
struct gb_connection *connection = operation->connection;
drivers/greybus/svc.c
1234
struct gb_connection *connection = op->connection;
drivers/greybus/svc.c
504
struct gb_connection *connection = svc->connection;
drivers/greybus/svc.c
644
struct gb_connection *connection = op->connection;
drivers/greybus/svc.c
840
struct gb_connection *connection = op->connection;
drivers/greybus/svc.c
924
struct gb_connection *connection = operation->connection;
drivers/greybus/svc.c
957
struct gb_connection *connection = operation->connection;
drivers/staging/greybus/audio_apbridgea.c
112
int gb_audio_apbridgea_stop_tx(struct gb_connection *connection, __u16 i2s_port)
drivers/staging/greybus/audio_apbridgea.c
12
int gb_audio_apbridgea_set_config(struct gb_connection *connection,
drivers/staging/greybus/audio_apbridgea.c
124
int gb_audio_apbridgea_shutdown_tx(struct gb_connection *connection,
drivers/staging/greybus/audio_apbridgea.c
137
int gb_audio_apbridgea_set_rx_data_size(struct gb_connection *connection,
drivers/staging/greybus/audio_apbridgea.c
151
int gb_audio_apbridgea_prepare_rx(struct gb_connection *connection,
drivers/staging/greybus/audio_apbridgea.c
164
int gb_audio_apbridgea_start_rx(struct gb_connection *connection,
drivers/staging/greybus/audio_apbridgea.c
177
int gb_audio_apbridgea_stop_rx(struct gb_connection *connection, __u16 i2s_port)
drivers/staging/greybus/audio_apbridgea.c
189
int gb_audio_apbridgea_shutdown_rx(struct gb_connection *connection,
drivers/staging/greybus/audio_apbridgea.c
29
int gb_audio_apbridgea_register_cport(struct gb_connection *connection,
drivers/staging/greybus/audio_apbridgea.c
50
int gb_audio_apbridgea_unregister_cport(struct gb_connection *connection,
drivers/staging/greybus/audio_apbridgea.c
71
int gb_audio_apbridgea_set_tx_data_size(struct gb_connection *connection,
drivers/staging/greybus/audio_apbridgea.c
85
int gb_audio_apbridgea_prepare_tx(struct gb_connection *connection,
drivers/staging/greybus/audio_apbridgea.c
98
int gb_audio_apbridgea_start_tx(struct gb_connection *connection,
drivers/staging/greybus/audio_codec.h
143
struct gb_connection *mgmt_connection;
drivers/staging/greybus/audio_codec.h
181
int gb_audio_gb_get_topology(struct gb_connection *connection,
drivers/staging/greybus/audio_codec.h
183
int gb_audio_gb_get_control(struct gb_connection *connection,
drivers/staging/greybus/audio_codec.h
186
int gb_audio_gb_set_control(struct gb_connection *connection,
drivers/staging/greybus/audio_codec.h
189
int gb_audio_gb_enable_widget(struct gb_connection *connection,
drivers/staging/greybus/audio_codec.h
191
int gb_audio_gb_disable_widget(struct gb_connection *connection,
drivers/staging/greybus/audio_codec.h
193
int gb_audio_gb_get_pcm(struct gb_connection *connection,
drivers/staging/greybus/audio_codec.h
197
int gb_audio_gb_set_pcm(struct gb_connection *connection,
drivers/staging/greybus/audio_codec.h
201
int gb_audio_gb_set_tx_data_size(struct gb_connection *connection,
drivers/staging/greybus/audio_codec.h
203
int gb_audio_gb_activate_tx(struct gb_connection *connection,
drivers/staging/greybus/audio_codec.h
205
int gb_audio_gb_deactivate_tx(struct gb_connection *connection,
drivers/staging/greybus/audio_codec.h
207
int gb_audio_gb_set_rx_data_size(struct gb_connection *connection,
drivers/staging/greybus/audio_codec.h
209
int gb_audio_gb_activate_rx(struct gb_connection *connection,
drivers/staging/greybus/audio_codec.h
211
int gb_audio_gb_deactivate_rx(struct gb_connection *connection,
drivers/staging/greybus/audio_codec.h
213
int gb_audio_apbridgea_set_config(struct gb_connection *connection,
drivers/staging/greybus/audio_codec.h
216
int gb_audio_apbridgea_register_cport(struct gb_connection *connection,
drivers/staging/greybus/audio_codec.h
219
int gb_audio_apbridgea_unregister_cport(struct gb_connection *connection,
drivers/staging/greybus/audio_codec.h
222
int gb_audio_apbridgea_set_tx_data_size(struct gb_connection *connection,
drivers/staging/greybus/audio_codec.h
224
int gb_audio_apbridgea_prepare_tx(struct gb_connection *connection,
drivers/staging/greybus/audio_codec.h
226
int gb_audio_apbridgea_start_tx(struct gb_connection *connection,
drivers/staging/greybus/audio_codec.h
228
int gb_audio_apbridgea_stop_tx(struct gb_connection *connection,
drivers/staging/greybus/audio_codec.h
230
int gb_audio_apbridgea_shutdown_tx(struct gb_connection *connection,
drivers/staging/greybus/audio_codec.h
232
int gb_audio_apbridgea_set_rx_data_size(struct gb_connection *connection,
drivers/staging/greybus/audio_codec.h
234
int gb_audio_apbridgea_prepare_rx(struct gb_connection *connection,
drivers/staging/greybus/audio_codec.h
236
int gb_audio_apbridgea_start_rx(struct gb_connection *connection,
drivers/staging/greybus/audio_codec.h
238
int gb_audio_apbridgea_stop_rx(struct gb_connection *connection,
drivers/staging/greybus/audio_codec.h
240
int gb_audio_apbridgea_shutdown_rx(struct gb_connection *connection,
drivers/staging/greybus/audio_codec.h
95
struct gb_connection *connection;
drivers/staging/greybus/audio_gb.c
107
int gb_audio_gb_get_pcm(struct gb_connection *connection, u16 data_cport,
drivers/staging/greybus/audio_gb.c
12
int gb_audio_gb_get_topology(struct gb_connection *connection,
drivers/staging/greybus/audio_gb.c
131
int gb_audio_gb_set_pcm(struct gb_connection *connection, u16 data_cport,
drivers/staging/greybus/audio_gb.c
148
int gb_audio_gb_set_tx_data_size(struct gb_connection *connection,
drivers/staging/greybus/audio_gb.c
161
int gb_audio_gb_activate_tx(struct gb_connection *connection,
drivers/staging/greybus/audio_gb.c
173
int gb_audio_gb_deactivate_tx(struct gb_connection *connection,
drivers/staging/greybus/audio_gb.c
185
int gb_audio_gb_set_rx_data_size(struct gb_connection *connection,
drivers/staging/greybus/audio_gb.c
198
int gb_audio_gb_activate_rx(struct gb_connection *connection,
drivers/staging/greybus/audio_gb.c
210
int gb_audio_gb_deactivate_rx(struct gb_connection *connection,
drivers/staging/greybus/audio_gb.c
46
int gb_audio_gb_get_control(struct gb_connection *connection,
drivers/staging/greybus/audio_gb.c
68
int gb_audio_gb_set_control(struct gb_connection *connection,
drivers/staging/greybus/audio_gb.c
83
int gb_audio_gb_enable_widget(struct gb_connection *connection,
drivers/staging/greybus/audio_gb.c
95
int gb_audio_gb_disable_widget(struct gb_connection *connection,
drivers/staging/greybus/audio_module.c
143
struct gb_connection *connection = op->connection;
drivers/staging/greybus/audio_module.c
181
struct gb_connection *connection;
drivers/staging/greybus/audio_module.c
205
struct gb_connection *connection;
drivers/staging/greybus/authentication.c
108
struct gb_connection *connection = cap->connection;
drivers/staging/greybus/authentication.c
147
struct gb_connection *connection = cap->connection;
drivers/staging/greybus/authentication.c
28
struct gb_connection *connection;
drivers/staging/greybus/authentication.c
301
int gb_cap_connection_init(struct gb_connection *connection)
drivers/staging/greybus/authentication.c
367
void gb_cap_connection_exit(struct gb_connection *connection)
drivers/staging/greybus/authentication.c
89
struct gb_connection *connection = cap->connection;
drivers/staging/greybus/bootrom.c
114
struct gb_connection *connection = bootrom->connection;
drivers/staging/greybus/bootrom.c
146
struct gb_connection *connection = bootrom->connection;
drivers/staging/greybus/bootrom.c
313
struct gb_connection *connection = op->connection;
drivers/staging/greybus/bootrom.c
34
struct gb_connection *connection;
drivers/staging/greybus/bootrom.c
416
struct gb_connection *connection;
drivers/staging/greybus/camera.c
1143
struct gb_connection *connection = gcam->connection;
drivers/staging/greybus/camera.c
1215
struct gb_connection *conn;
drivers/staging/greybus/camera.c
183
static int gb_camera_operation_sync_flags(struct gb_connection *connection,
drivers/staging/greybus/camera.c
380
struct gb_connection *conn;
drivers/staging/greybus/camera.c
52
struct gb_connection *connection;
drivers/staging/greybus/camera.c
53
struct gb_connection *data_connection;
drivers/staging/greybus/firmware.h
25
struct gb_connection *to_fw_mgmt_connection(struct device *dev);
drivers/staging/greybus/firmware.h
27
int gb_fw_mgmt_connection_init(struct gb_connection *connection);
drivers/staging/greybus/firmware.h
28
void gb_fw_mgmt_connection_exit(struct gb_connection *connection);
drivers/staging/greybus/firmware.h
32
int gb_fw_download_connection_init(struct gb_connection *connection);
drivers/staging/greybus/firmware.h
33
void gb_fw_download_connection_exit(struct gb_connection *connection);
drivers/staging/greybus/firmware.h
38
int gb_cap_connection_init(struct gb_connection *connection);
drivers/staging/greybus/firmware.h
39
void gb_cap_connection_exit(struct gb_connection *connection);
drivers/staging/greybus/fw-core.c
16
struct gb_connection *download_connection;
drivers/staging/greybus/fw-core.c
17
struct gb_connection *mgmt_connection;
drivers/staging/greybus/fw-core.c
18
struct gb_connection *spi_connection;
drivers/staging/greybus/fw-core.c
19
struct gb_connection *cap_connection;
drivers/staging/greybus/fw-core.c
24
struct gb_connection *to_fw_mgmt_connection(struct device *dev)
drivers/staging/greybus/fw-core.c
31
static int gb_fw_spi_connection_init(struct gb_connection *connection)
drivers/staging/greybus/fw-core.c
52
static void gb_fw_spi_connection_exit(struct gb_connection *connection)
drivers/staging/greybus/fw-core.c
65
struct gb_connection *connection;
drivers/staging/greybus/fw-download.c
223
struct gb_connection *connection = op->connection;
drivers/staging/greybus/fw-download.c
270
struct gb_connection *connection = op->connection;
drivers/staging/greybus/fw-download.c
353
struct gb_connection *connection = op->connection;
drivers/staging/greybus/fw-download.c
38
struct gb_connection *connection;
drivers/staging/greybus/fw-download.c
404
int gb_fw_download_connection_init(struct gb_connection *connection)
drivers/staging/greybus/fw-download.c
436
void gb_fw_download_connection_exit(struct gb_connection *connection)
drivers/staging/greybus/fw-management.c
110
struct gb_connection *connection = fw_mgmt->connection;
drivers/staging/greybus/fw-management.c
187
struct gb_connection *connection = op->connection;
drivers/staging/greybus/fw-management.c
238
struct gb_connection *connection = fw_mgmt->connection;
drivers/staging/greybus/fw-management.c
25
struct gb_connection *connection;
drivers/staging/greybus/fw-management.c
329
struct gb_connection *connection = op->connection;
drivers/staging/greybus/fw-management.c
572
int gb_fw_mgmt_connection_init(struct gb_connection *connection)
drivers/staging/greybus/fw-management.c
643
void gb_fw_mgmt_connection_exit(struct gb_connection *connection)
drivers/staging/greybus/gpio.c
359
struct gb_connection *connection = op->connection;
drivers/staging/greybus/gpio.c
36
struct gb_connection *connection;
drivers/staging/greybus/gpio.c
498
struct gb_connection *connection;
drivers/staging/greybus/gpio.c
595
struct gb_connection *connection = ggc->connection;
drivers/staging/greybus/hid.c
135
struct gb_connection *connection = op->connection;
drivers/staging/greybus/hid.c
20
struct gb_connection *connection;
drivers/staging/greybus/hid.c
425
struct gb_connection *connection;
drivers/staging/greybus/i2c.c
176
struct gb_connection *connection = gb_i2c_dev->connection;
drivers/staging/greybus/i2c.c
18
struct gb_connection *connection;
drivers/staging/greybus/i2c.c
233
struct gb_connection *connection;
drivers/staging/greybus/i2c.c
294
struct gb_connection *connection = gb_i2c_dev->connection;
drivers/staging/greybus/i2c.c
78
gb_i2c_operation_create(struct gb_connection *connection,
drivers/staging/greybus/light.c
112
struct gb_connection *connection = get_conn_from_channel(channel);
drivers/staging/greybus/light.c
1145
struct gb_connection *connection = glights->connection;
drivers/staging/greybus/light.c
1176
struct gb_connection *connection = glights->connection;
drivers/staging/greybus/light.c
1196
struct gb_connection *connection = op->connection;
drivers/staging/greybus/light.c
1251
struct gb_connection *connection;
drivers/staging/greybus/light.c
300
struct gb_connection *connection = get_conn_from_channel(channel);
drivers/staging/greybus/light.c
326
struct gb_connection *connection = get_conn_from_channel(channel);
drivers/staging/greybus/light.c
352
struct gb_connection *connection = get_conn_from_channel(channel);
drivers/staging/greybus/light.c
434
struct gb_connection *connection = get_conn_from_channel(channel);
drivers/staging/greybus/light.c
513
struct gb_connection *connection = get_conn_from_light(light);
drivers/staging/greybus/light.c
576
struct gb_connection *connection = get_conn_from_light(light);
drivers/staging/greybus/light.c
59
struct gb_connection *connection;
drivers/staging/greybus/light.c
618
struct gb_connection *connection = get_conn_from_channel(channel);
drivers/staging/greybus/light.c
659
struct gb_connection *connection = get_conn_from_channel(channel);
drivers/staging/greybus/light.c
67
static struct gb_connection *get_conn_from_channel(struct gb_channel *channel)
drivers/staging/greybus/light.c
690
struct gb_connection *connection = get_conn_from_channel(channel);
drivers/staging/greybus/light.c
72
static struct gb_connection *get_conn_from_light(struct gb_light *light)
drivers/staging/greybus/light.c
752
struct gb_connection *connection = get_conn_from_channel(channel);
drivers/staging/greybus/light.c
810
struct gb_connection *connection = get_conn_from_channel(channel);
drivers/staging/greybus/light.c
853
struct gb_connection *connection = get_conn_from_channel(channel);
drivers/staging/greybus/light.c
872
struct gb_connection *connection = get_conn_from_channel(channel);
drivers/staging/greybus/light.c
932
struct gb_connection *connection = get_conn_from_light(light);
drivers/staging/greybus/log.c
110
struct gb_connection *connection = log->connection;
drivers/staging/greybus/log.c
15
struct gb_connection *connection;
drivers/staging/greybus/log.c
20
struct gb_connection *connection = op->connection;
drivers/staging/greybus/log.c
69
struct gb_connection *connection;
drivers/staging/greybus/loopback.c
60
struct gb_connection *connection;
drivers/staging/greybus/loopback.c
655
struct gb_connection *connection = operation->connection;
drivers/staging/greybus/loopback.c
978
struct gb_connection *connection;
drivers/staging/greybus/power_supply.c
1054
struct gb_connection *connection;
drivers/staging/greybus/power_supply.c
310
static struct gb_connection *get_conn_from_psy(struct gb_power_supply *gbpsy)
drivers/staging/greybus/power_supply.c
361
struct gb_connection *connection = get_conn_from_psy(gbpsy);
drivers/staging/greybus/power_supply.c
476
struct gb_connection *connection = get_conn_from_psy(gbpsy);
drivers/staging/greybus/power_supply.c
50
struct gb_connection *connection;
drivers/staging/greybus/power_supply.c
508
struct gb_connection *connection = get_conn_from_psy(gbpsy);
drivers/staging/greybus/power_supply.c
591
struct gb_connection *connection = get_conn_from_psy(gbpsy);
drivers/staging/greybus/power_supply.c
660
struct gb_connection *connection = get_conn_from_psy(gbpsy);
drivers/staging/greybus/power_supply.c
696
struct gb_connection *connection = get_conn_from_psy(gbpsy);
drivers/staging/greybus/power_supply.c
767
struct gb_connection *connection = get_conn_from_psy(gbpsy);
drivers/staging/greybus/power_supply.c
818
struct gb_connection *connection = get_conn_from_psy(gbpsy);
drivers/staging/greybus/power_supply.c
934
struct gb_connection *connection = supplies->connection;
drivers/staging/greybus/power_supply.c
967
struct gb_connection *connection = supplies->connection;
drivers/staging/greybus/power_supply.c
988
struct gb_connection *connection = op->connection;
drivers/staging/greybus/pwm.c
18
struct gb_connection *connection;
drivers/staging/greybus/pwm.c
247
struct gb_connection *connection;
drivers/staging/greybus/pwm.c
27
static int gb_pwm_get_npwm(struct gb_connection *connection)
drivers/staging/greybus/pwm.c
303
struct gb_connection *connection = pwmc->connection;
drivers/staging/greybus/raw.c
128
struct gb_connection *connection = raw->connection;
drivers/staging/greybus/raw.c
155
struct gb_connection *connection;
drivers/staging/greybus/raw.c
19
struct gb_connection *connection;
drivers/staging/greybus/raw.c
230
struct gb_connection *connection = raw->connection;
drivers/staging/greybus/raw.c
94
struct gb_connection *connection = op->connection;
drivers/staging/greybus/sdio.c
20
struct gb_connection *connection;
drivers/staging/greybus/sdio.c
765
struct gb_connection *connection;
drivers/staging/greybus/sdio.c
847
struct gb_connection *connection = host->connection;
drivers/staging/greybus/spi.c
20
struct gb_connection *connection;
drivers/staging/greybus/spi.c
52
struct gb_connection *connection = gb_gbphy_get_data(gbphy_dev);
drivers/staging/greybus/spilib.c
163
struct gb_connection *connection, struct spi_message *msg)
drivers/staging/greybus/spilib.c
19
struct gb_connection *connection;
drivers/staging/greybus/spilib.c
331
struct gb_connection *connection = spi->connection;
drivers/staging/greybus/spilib.c
485
int gb_spilib_master_init(struct gb_connection *connection, struct device *dev,
drivers/staging/greybus/spilib.c
562
void gb_spilib_master_exit(struct gb_connection *connection)
drivers/staging/greybus/spilib.h
15
struct gb_connection;
drivers/staging/greybus/spilib.h
22
int gb_spilib_master_init(struct gb_connection *connection,
drivers/staging/greybus/spilib.h
24
void gb_spilib_master_exit(struct gb_connection *connection);
drivers/staging/greybus/uart.c
131
struct gb_connection *connection = op->connection;
drivers/staging/greybus/uart.c
151
struct gb_connection *connection = op->connection;
drivers/staging/greybus/uart.c
201
struct gb_connection *connection = op->connection;
drivers/staging/greybus/uart.c
48
struct gb_connection *connection;
drivers/staging/greybus/uart.c
75
struct gb_connection *connection = op->connection;
drivers/staging/greybus/uart.c
807
struct gb_connection *connection;
drivers/staging/greybus/uart.c
922
struct gb_connection *connection = gb_tty->connection;
drivers/staging/greybus/usb.c
161
struct gb_connection *connection;
drivers/staging/greybus/usb.c
222
struct gb_connection *connection = gb_usb_dev->connection;
drivers/staging/greybus/usb.c
34
struct gb_connection *connection;
drivers/staging/greybus/vibrator.c
119
struct gb_connection *connection;
drivers/staging/greybus/vibrator.c
19
struct gb_connection *connection;
include/linux/greybus/connection.h
105
gb_connection_flow_control_disabled(struct gb_connection *connection)
include/linux/greybus/connection.h
110
static inline bool gb_connection_is_offloaded(struct gb_connection *connection)
include/linux/greybus/connection.h
115
static inline bool gb_connection_is_control(struct gb_connection *connection)
include/linux/greybus/connection.h
120
static inline void *gb_connection_get_data(struct gb_connection *connection)
include/linux/greybus/connection.h
125
static inline void gb_connection_set_data(struct gb_connection *connection,
include/linux/greybus/connection.h
67
struct gb_connection *gb_connection_create_static(struct gb_host_device *hd,
include/linux/greybus/connection.h
69
struct gb_connection *gb_connection_create_control(struct gb_interface *intf);
include/linux/greybus/connection.h
70
struct gb_connection *gb_connection_create(struct gb_bundle *bundle,
include/linux/greybus/connection.h
72
struct gb_connection *gb_connection_create_flags(struct gb_bundle *bundle,
include/linux/greybus/connection.h
75
struct gb_connection *gb_connection_create_offloaded(struct gb_bundle *bundle,
include/linux/greybus/connection.h
77
void gb_connection_destroy(struct gb_connection *connection);
include/linux/greybus/connection.h
79
static inline bool gb_connection_is_static(struct gb_connection *connection)
include/linux/greybus/connection.h
84
int gb_connection_enable(struct gb_connection *connection);
include/linux/greybus/connection.h
85
int gb_connection_enable_tx(struct gb_connection *connection);
include/linux/greybus/connection.h
86
void gb_connection_disable_rx(struct gb_connection *connection);
include/linux/greybus/connection.h
87
void gb_connection_disable(struct gb_connection *connection);
include/linux/greybus/connection.h
88
void gb_connection_disable_forced(struct gb_connection *connection);
include/linux/greybus/connection.h
90
void gb_connection_mode_switch_prepare(struct gb_connection *connection);
include/linux/greybus/connection.h
91
void gb_connection_mode_switch_complete(struct gb_connection *connection);
include/linux/greybus/connection.h
96
void gb_connection_latency_tag_enable(struct gb_connection *connection);
include/linux/greybus/connection.h
97
void gb_connection_latency_tag_disable(struct gb_connection *connection);
include/linux/greybus/connection.h
99
static inline bool gb_connection_e2efc_enabled(struct gb_connection *connection)
include/linux/greybus/control.h
19
struct gb_connection *connection;
include/linux/greybus/operation.h
139
void gb_connection_recv(struct gb_connection *connection,
include/linux/greybus/operation.h
144
size_t gb_operation_get_payload_size_max(struct gb_connection *connection);
include/linux/greybus/operation.h
146
gb_operation_create_flags(struct gb_connection *connection,
include/linux/greybus/operation.h
152
gb_operation_create(struct gb_connection *connection,
include/linux/greybus/operation.h
161
gb_operation_create_core(struct gb_connection *connection,
include/linux/greybus/operation.h
191
int gb_operation_sync_timeout(struct gb_connection *connection, int type,
include/linux/greybus/operation.h
195
int gb_operation_unidirectional_timeout(struct gb_connection *connection,
include/linux/greybus/operation.h
199
static inline int gb_operation_sync(struct gb_connection *connection, int type,
include/linux/greybus/operation.h
208
static inline int gb_operation_unidirectional(struct gb_connection *connection,
include/linux/greybus/operation.h
93
struct gb_connection *connection;
include/linux/greybus/svc.h
43
struct gb_connection *connection;