Home
last modified time | relevance | path

Searched refs:gb_connection_enable (Results 1 – 25 of 26) sorted by relevance

12

/Linux-v4.19/drivers/staging/greybus/
Daudio_module.c299 ret = gb_connection_enable(gbmodule->mgmt_connection); in gb_audio_probe()
327 ret = gb_connection_enable(dai->connection); in gb_audio_probe()
442 ret = gb_connection_enable(gbmodule->mgmt_connection); in gb_audio_resume()
449 ret = gb_connection_enable(dai->connection); in gb_audio_resume()
Dspi.c29 ret = gb_connection_enable(connection); in gb_spi_probe()
Dconnection.h81 int gb_connection_enable(struct gb_connection *connection);
Dlog.c95 retval = gb_connection_enable(connection); in gb_log_probe()
Dusb.c187 retval = gb_connection_enable(connection); in gb_usb_probe()
Dvibrator.c149 retval = gb_connection_enable(connection); in gb_vibrator_probe()
Dcamera.c402 ret = gb_connection_enable(conn); in gb_camera_setup_data_connection()
1291 ret = gb_connection_enable(conn);
1357 ret = gb_connection_enable(gcam->connection);
1364 ret = gb_connection_enable(gcam->data_connection);
Dbundle.c105 gb_connection_enable(connection); in gb_bundle_enable_all_connections()
Dfw-core.c38 ret = gb_connection_enable(connection); in gb_fw_spi_connection_init()
Di2c.c276 ret = gb_connection_enable(connection); in gb_i2c_probe()
Dconnection.c744 int gb_connection_enable(struct gb_connection *connection) in gb_connection_enable() function
762 EXPORT_SYMBOL_GPL(gb_connection_enable);
Dpwm.c271 ret = gb_connection_enable(connection); in gb_pwm_probe()
Dgreybus_trace.h226 DEFINE_CONNECTION_EVENT(gb_connection_enable);
Draw.c191 retval = gb_connection_enable(connection); in gb_raw_probe()
Dauthentication.c321 ret = gb_connection_enable(connection); in gb_cap_connection_init()
Dfw-download.c424 ret = gb_connection_enable(connection); in gb_fw_download_connection_init()
Dbootrom.c456 ret = gb_connection_enable(connection); in gb_bootrom_probe()
Dhid.c463 ret = gb_connection_enable(connection); in gb_hid_probe()
Dfw-management.c613 ret = gb_connection_enable(connection); in gb_fw_mgmt_connection_init()
Dgpio.c701 ret = gb_connection_enable(connection); in gb_gpio_probe()
Dsdio.c815 ret = gb_connection_enable(connection); in gb_sdio_probe()
Dpower_supply.c1096 ret = gb_connection_enable(connection); in gb_power_supply_probe()
Duart.c915 retval = gb_connection_enable(connection); in gb_uart_probe()
Dloopback.c1095 retval = gb_connection_enable(connection); in gb_loopback_probe()
Dsvc.c1357 ret = gb_connection_enable(svc->connection); in gb_svc_add()

12