Home
last modified time | relevance | path

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

12

/drivers/staging/greybus/
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()
Dspi.c30 ret = gb_connection_enable(connection); in gb_spi_probe()
Dlog.c96 retval = gb_connection_enable(connection); in gb_log_probe()
Dconnection.h82 int gb_connection_enable(struct gb_connection *connection);
Dcamera.c403 ret = gb_connection_enable(conn); in gb_camera_setup_data_connection()
1302 ret = gb_connection_enable(conn); in gb_camera_probe()
1368 ret = gb_connection_enable(gcam->connection); in gb_camera_resume()
1375 ret = gb_connection_enable(gcam->data_connection); in gb_camera_resume()
Dusb.c189 retval = gb_connection_enable(connection); in gb_usb_probe()
Dvibrator.c150 retval = gb_connection_enable(connection); in gb_vibrator_probe()
Dbundle.c106 gb_connection_enable(connection); in gb_bundle_enable_all_connections()
Dfw-core.c39 ret = gb_connection_enable(connection); in gb_fw_spi_connection_init()
Dconnection.c745 int gb_connection_enable(struct gb_connection *connection) in gb_connection_enable() function
763 EXPORT_SYMBOL_GPL(gb_connection_enable);
Di2c.c277 ret = gb_connection_enable(connection); in gb_i2c_probe()
Dpwm.c272 ret = gb_connection_enable(connection); in gb_pwm_probe()
Draw.c192 retval = gb_connection_enable(connection); in gb_raw_probe()
Dgreybus_trace.h227 DEFINE_CONNECTION_EVENT(gb_connection_enable);
Dauthentication.c322 ret = gb_connection_enable(connection); in gb_cap_connection_init()
Dfw-download.c425 ret = gb_connection_enable(connection); in gb_fw_download_connection_init()
Dbootrom.c457 ret = gb_connection_enable(connection); in gb_bootrom_probe()
Dhid.c464 ret = gb_connection_enable(connection); in gb_hid_probe()
Dfw-management.c614 ret = gb_connection_enable(connection); in gb_fw_mgmt_connection_init()
Dgpio.c702 ret = gb_connection_enable(connection); in gb_gpio_probe()
Dsdio.c816 ret = gb_connection_enable(connection); in gb_sdio_probe()
Dpower_supply.c1097 ret = gb_connection_enable(connection); in gb_power_supply_probe()
Duart.c916 retval = gb_connection_enable(connection); in gb_uart_probe()
Dloopback.c1226 retval = gb_connection_enable(connection); in gb_loopback_probe()
Dsvc.c1361 ret = gb_connection_enable(svc->connection); in gb_svc_add()

12