Home
last modified time | relevance | path

Searched refs:gb_connection_destroy (Results 1 – 22 of 22) sorted by relevance

/Linux-v5.10/drivers/staging/greybus/
Dfw-core.c179 gb_connection_destroy(fw_core->download_connection); in gb_fw_core_probe()
188 gb_connection_destroy(fw_core->spi_connection); in gb_fw_core_probe()
197 gb_connection_destroy(fw_core->cap_connection); in gb_fw_core_probe()
222 gb_connection_destroy(fw_core->mgmt_connection); in gb_fw_core_probe()
223 gb_connection_destroy(fw_core->cap_connection); in gb_fw_core_probe()
224 gb_connection_destroy(fw_core->spi_connection); in gb_fw_core_probe()
225 gb_connection_destroy(fw_core->download_connection); in gb_fw_core_probe()
248 gb_connection_destroy(fw_core->mgmt_connection); in gb_fw_core_disconnect()
249 gb_connection_destroy(fw_core->cap_connection); in gb_fw_core_disconnect()
250 gb_connection_destroy(fw_core->spi_connection); in gb_fw_core_disconnect()
[all …]
Dspi.c45 gb_connection_destroy(connection); in gb_spi_probe()
61 gb_connection_destroy(connection); in gb_spi_remove()
Dlog.c101 gb_connection_destroy(connection); in gb_log_probe()
113 gb_connection_destroy(connection); in gb_log_disconnect()
Daudio_module.c373 gb_connection_destroy(dai->connection); in gb_audio_probe()
379 gb_connection_destroy(gbmodule->mgmt_connection); in gb_audio_probe()
405 gb_connection_destroy(dai->connection); in gb_audio_disconnect()
409 gb_connection_destroy(gbmodule->mgmt_connection); in gb_audio_disconnect()
Dvibrator.c181 gb_connection_destroy(connection); in gb_vibrator_probe()
203 gb_connection_destroy(vib->connection); in gb_vibrator_disconnect()
Dusb.c212 gb_connection_destroy(connection); in gb_usb_probe()
227 gb_connection_destroy(connection); in gb_usb_remove()
Di2c.c284 gb_connection_destroy(connection); in gb_i2c_probe()
303 gb_connection_destroy(connection); in gb_i2c_remove()
Dpwm.c300 gb_connection_destroy(connection); in gb_pwm_probe()
318 gb_connection_destroy(connection); in gb_pwm_remove()
Draw.c217 gb_connection_destroy(connection); in gb_raw_probe()
236 gb_connection_destroy(connection); in gb_raw_disconnect()
Dbootrom.c483 gb_connection_destroy(connection); in gb_bootrom_probe()
509 gb_connection_destroy(bootrom->connection); in gb_bootrom_disconnect()
Dhid.c485 gb_connection_destroy(connection); in gb_hid_probe()
501 gb_connection_destroy(ghid->connection); in gb_hid_disconnect()
Dcamera.c455 gb_connection_destroy(gcam->data_connection); in gb_camera_setup_data_connection()
481 gb_connection_destroy(gcam->data_connection); in gb_camera_teardown_data_connection()
1216 gb_connection_destroy(gcam->data_connection); in gb_camera_cleanup()
1222 gb_connection_destroy(gcam->connection); in gb_camera_cleanup()
Dgpio.c592 gb_connection_destroy(connection); in gb_gpio_probe()
611 gb_connection_destroy(connection); in gb_gpio_remove()
Dsdio.c838 gb_connection_destroy(connection); in gb_sdio_probe()
867 gb_connection_destroy(connection); in gb_sdio_remove()
Dpower_supply.c1109 gb_connection_destroy(connection); in gb_power_supply_probe()
1120 gb_connection_destroy(supplies->connection); in gb_power_supply_disconnect()
Duart.c916 gb_connection_destroy(connection); in gb_uart_probe()
953 gb_connection_destroy(connection); in gb_uart_remove()
Dloopback.c1087 gb_connection_destroy(connection); in gb_loopback_probe()
1127 gb_connection_destroy(gb->connection); in gb_loopback_disconnect()
Dlight.c1325 gb_connection_destroy(connection); in gb_lights_probe()
1339 gb_connection_destroy(glights->connection); in gb_lights_disconnect()
/Linux-v5.10/include/linux/greybus/
Dconnection.h77 void gb_connection_destroy(struct gb_connection *connection);
/Linux-v5.10/drivers/greybus/
Dconnection.c881 void gb_connection_destroy(struct gb_connection *connection) in gb_connection_destroy() function
905 EXPORT_SYMBOL_GPL(gb_connection_destroy);
Dcontrol.c431 gb_connection_destroy(control->connection); in gb_control_release()
Dsvc.c1291 gb_connection_destroy(svc->connection); in gb_svc_release()