Symbol: gb_connection_destroy
drivers/greybus/connection.c
905
EXPORT_SYMBOL_GPL(gb_connection_destroy);
drivers/greybus/control.c
431
gb_connection_destroy(control->connection);
drivers/greybus/svc.c
1302
gb_connection_destroy(svc->connection);
drivers/staging/greybus/audio_module.c
373
gb_connection_destroy(dai->connection);
drivers/staging/greybus/audio_module.c
379
gb_connection_destroy(gbmodule->mgmt_connection);
drivers/staging/greybus/audio_module.c
405
gb_connection_destroy(dai->connection);
drivers/staging/greybus/audio_module.c
409
gb_connection_destroy(gbmodule->mgmt_connection);
drivers/staging/greybus/bootrom.c
483
gb_connection_destroy(connection);
drivers/staging/greybus/bootrom.c
507
gb_connection_destroy(bootrom->connection);
drivers/staging/greybus/camera.c
1193
gb_connection_destroy(gcam->data_connection);
drivers/staging/greybus/camera.c
1199
gb_connection_destroy(gcam->connection);
drivers/staging/greybus/camera.c
450
gb_connection_destroy(gcam->data_connection);
drivers/staging/greybus/camera.c
476
gb_connection_destroy(gcam->data_connection);
drivers/staging/greybus/fw-core.c
179
gb_connection_destroy(fw_core->download_connection);
drivers/staging/greybus/fw-core.c
188
gb_connection_destroy(fw_core->spi_connection);
drivers/staging/greybus/fw-core.c
197
gb_connection_destroy(fw_core->cap_connection);
drivers/staging/greybus/fw-core.c
222
gb_connection_destroy(fw_core->mgmt_connection);
drivers/staging/greybus/fw-core.c
223
gb_connection_destroy(fw_core->cap_connection);
drivers/staging/greybus/fw-core.c
224
gb_connection_destroy(fw_core->spi_connection);
drivers/staging/greybus/fw-core.c
225
gb_connection_destroy(fw_core->download_connection);
drivers/staging/greybus/fw-core.c
248
gb_connection_destroy(fw_core->mgmt_connection);
drivers/staging/greybus/fw-core.c
249
gb_connection_destroy(fw_core->cap_connection);
drivers/staging/greybus/fw-core.c
250
gb_connection_destroy(fw_core->spi_connection);
drivers/staging/greybus/fw-core.c
251
gb_connection_destroy(fw_core->download_connection);
drivers/staging/greybus/gpio.c
586
gb_connection_destroy(connection);
drivers/staging/greybus/gpio.c
605
gb_connection_destroy(connection);
drivers/staging/greybus/hid.c
485
gb_connection_destroy(connection);
drivers/staging/greybus/hid.c
501
gb_connection_destroy(ghid->connection);
drivers/staging/greybus/i2c.c
284
gb_connection_destroy(connection);
drivers/staging/greybus/i2c.c
303
gb_connection_destroy(connection);
drivers/staging/greybus/light.c
1310
gb_connection_destroy(connection);
drivers/staging/greybus/light.c
1324
gb_connection_destroy(glights->connection);
drivers/staging/greybus/log.c
101
gb_connection_destroy(connection);
drivers/staging/greybus/log.c
113
gb_connection_destroy(connection);
drivers/staging/greybus/loopback.c
1087
gb_connection_destroy(connection);
drivers/staging/greybus/loopback.c
1127
gb_connection_destroy(gb->connection);
drivers/staging/greybus/power_supply.c
1107
gb_connection_destroy(connection);
drivers/staging/greybus/power_supply.c
1118
gb_connection_destroy(supplies->connection);
drivers/staging/greybus/pwm.c
295
gb_connection_destroy(connection);
drivers/staging/greybus/pwm.c
313
gb_connection_destroy(connection);
drivers/staging/greybus/raw.c
220
gb_connection_destroy(connection);
drivers/staging/greybus/raw.c
239
gb_connection_destroy(connection);
drivers/staging/greybus/sdio.c
837
gb_connection_destroy(connection);
drivers/staging/greybus/sdio.c
865
gb_connection_destroy(connection);
drivers/staging/greybus/spi.c
45
gb_connection_destroy(connection);
drivers/staging/greybus/spi.c
61
gb_connection_destroy(connection);
drivers/staging/greybus/uart.c
914
gb_connection_destroy(connection);
drivers/staging/greybus/uart.c
941
gb_connection_destroy(connection);
drivers/staging/greybus/usb.c
212
gb_connection_destroy(connection);
drivers/staging/greybus/usb.c
227
gb_connection_destroy(connection);
drivers/staging/greybus/vibrator.c
180
gb_connection_destroy(connection);
drivers/staging/greybus/vibrator.c
202
gb_connection_destroy(vib->connection);
include/linux/greybus/connection.h
77
void gb_connection_destroy(struct gb_connection *connection);