Home
last modified time | relevance | path

Searched refs:gb_connection_enable_tx (Results 1 – 9 of 9) sorted by relevance

/Linux-v4.19/drivers/staging/greybus/
Dconnection.h82 int gb_connection_enable_tx(struct gb_connection *connection);
Dcontrol.c485 ret = gb_connection_enable_tx(control->connection); in gb_control_enable()
533 ret = gb_connection_enable_tx(control->connection); in gb_control_resume()
Dconnection.c764 int gb_connection_enable_tx(struct gb_connection *connection) in gb_connection_enable_tx() function
787 EXPORT_SYMBOL_GPL(gb_connection_enable_tx);
Dbootrom.c446 ret = gb_connection_enable_tx(connection); in gb_bootrom_probe()
Dgpio.c664 ret = gb_connection_enable_tx(connection); in gb_gpio_probe()
Dsdio.c789 ret = gb_connection_enable_tx(connection); in gb_sdio_probe()
Dpower_supply.c1087 ret = gb_connection_enable_tx(connection); in gb_power_supply_probe()
Duart.c902 retval = gb_connection_enable_tx(connection); in gb_uart_probe()
Dlight.c1297 ret = gb_connection_enable_tx(connection); in gb_lights_probe()