Home
last modified time | relevance | path

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

12

/Linux-v6.6/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.c29 ret = gb_connection_enable(connection); in gb_spi_probe()
Dlog.c94 retval = gb_connection_enable(connection); in gb_log_probe()
Dusb.c187 retval = gb_connection_enable(connection); in gb_usb_probe()
Dvibrator.c147 retval = gb_connection_enable(connection); in gb_vibrator_probe()
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()
Dfw-core.c38 ret = gb_connection_enable(connection); in gb_fw_spi_connection_init()
Di2c.c256 ret = gb_connection_enable(connection); in gb_i2c_probe()
Dpwm.c288 ret = gb_connection_enable(connection); in gb_pwm_probe()
Draw.c190 retval = gb_connection_enable(connection); in gb_raw_probe()
Dauthentication.c320 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.c457 ret = gb_connection_enable(connection); in gb_bootrom_probe()
Dhid.c462 ret = gb_connection_enable(connection); in gb_hid_probe()
Dfw-management.c613 ret = gb_connection_enable(connection); in gb_fw_mgmt_connection_init()
Dgpio.c578 ret = gb_connection_enable(connection); in gb_gpio_probe()
Dsdio.c817 ret = gb_connection_enable(connection); in gb_sdio_probe()
Dpower_supply.c1095 ret = gb_connection_enable(connection); in gb_power_supply_probe()
Duart.c889 retval = gb_connection_enable(connection); in gb_uart_probe()
Dloopback.c1037 retval = gb_connection_enable(connection); in gb_loopback_probe()
/Linux-v6.6/include/linux/greybus/
Dconnection.h84 int gb_connection_enable(struct gb_connection *connection);
/Linux-v6.6/drivers/greybus/
Dbundle.c105 gb_connection_enable(connection); in gb_bundle_enable_all_connections()
Dconnection.c737 int gb_connection_enable(struct gb_connection *connection) in gb_connection_enable() function
755 EXPORT_SYMBOL_GPL(gb_connection_enable);
Dgreybus_trace.h226 DEFINE_CONNECTION_EVENT(gb_connection_enable);
Dsvc.c1366 ret = gb_connection_enable(svc->connection); in gb_svc_add()

12