Home
last modified time | relevance | path

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

12

/openbmc/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.c402 ret = gb_connection_enable(conn); in gb_camera_setup_data_connection()
1283 ret = gb_connection_enable(conn); in gb_camera_probe()
1349 ret = gb_connection_enable(gcam->connection); in gb_camera_resume()
1356 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.c288 ret = gb_connection_enable(connection); in gb_pwm_probe()
H A Draw.c190 retval = gb_connection_enable(connection); in gb_raw_probe()
H A Dauthentication.c320 ret = gb_connection_enable(connection); in gb_cap_connection_init()
H A Dfw-download.c424 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 Dfw-management.c613 ret = gb_connection_enable(connection); in gb_fw_mgmt_connection_init()
H A Dgpio.c578 ret = gb_connection_enable(connection); in gb_gpio_probe()
H A Dsdio.c817 ret = gb_connection_enable(connection); in gb_sdio_probe()
H A Duart.c889 retval = gb_connection_enable(connection); in gb_uart_probe()
H A Dpower_supply.c1095 ret = gb_connection_enable(connection); in gb_power_supply_probe()
H A Dloopback.c1037 retval = gb_connection_enable(connection); in gb_loopback_probe()
H A Dlight.c1314 ret = gb_connection_enable(connection); in gb_lights_probe()
/openbmc/linux/include/linux/greybus/
H A Dconnection.h84 int gb_connection_enable(struct gb_connection *connection);
/openbmc/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);

12