Home
last modified time | relevance | path

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

/linux/drivers/staging/greybus/
H A Daudio_module.c300 ret = gb_connection_enable(gbmodule->mgmt_connection); in gb_audio_probe()
328 ret = gb_connection_enable(dai->connection); in gb_audio_probe()
443 ret = gb_connection_enable(gbmodule->mgmt_connection); in gb_audio_resume()
450 ret = gb_connection_enable(dai->connection); in gb_audio_resume()
H A Dspi.c29 ret = gb_connection_enable(connection); in gb_spi_probe()
H A Dlog.c94 retval = gb_connection_enable(connection); in gb_log_probe()
H A Dcamera.c397 ret = gb_connection_enable(conn); in gb_camera_setup_data_connection()
1267 ret = gb_connection_enable(conn); in gb_camera_probe()
1333 ret = gb_connection_enable(gcam->connection); in gb_camera_suspend()
1340 ret = gb_connection_enable(gcam->data_connection); in gb_camera_resume()
H A Dvibrator.c147 retval = gb_connection_enable(connection); in gb_vibrator_probe()
H A Dusb.c187 retval = gb_connection_enable(connection); in gb_usb_probe()
H A Dfw-core.c38 ret = gb_connection_enable(connection); in gb_fw_spi_connection_init()
H A Di2c.c256 ret = gb_connection_enable(connection); in gb_i2c_probe()
H A Dpwm.c258 ret = gb_connection_enable(connection); in gb_pwm_probe()
H A Draw.c193 retval = gb_connection_enable(connection); in gb_raw_probe()
H A Dauthentication.c323 ret = gb_connection_enable(connection); in gb_cap_connection_init()
H A Dfw-download.c423 ret = gb_connection_enable(connection); in gb_fw_download_connection_init()
H A Dbootrom.c457 ret = gb_connection_enable(connection); in gb_bootrom_probe()
H A Dhid.c462 ret = gb_connection_enable(connection); in gb_hid_probe()
H A Dsdio.c817 ret = gb_connection_enable(connection); in gb_sdio_probe()
H A Dpower_supply.c1095 ret = gb_connection_enable(connection); in gb_power_supply_probe()
H A Dloopback.c1038 retval = gb_connection_enable(connection); in gb_loopback_probe()
H A Dlight.c1293 ret = gb_connection_enable(connection); in gb_lights_probe()
/linux/include/linux/greybus/
H A Dconnection.h84 int gb_connection_enable(struct gb_connection *connection);
/linux/drivers/greybus/
H A Dbundle.c105 gb_connection_enable(connection); in gb_bundle_enable_all_connections()
H A Dconnection.c737 int gb_connection_enable(struct gb_connection *connection) in gb_connection_enable() function
755 EXPORT_SYMBOL_GPL(gb_connection_enable);
H A Dgreybus_trace.h226 DEFINE_CONNECTION_EVENT(gb_connection_enable);
H A Dsvc.c1366 ret = gb_connection_enable(svc->connection); in gb_svc_add()