Searched refs:_gb_connection_enable (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/greybus/
H A Dconnection.c662 * _gb_connection_enable() - enable a connection
671 static int _gb_connection_enable(struct gb_connection *connection, bool rx) function
746 ret = _gb_connection_enable(connection, true);
771 ret = _gb_connection_enable(connection, false);

Completed in 106 milliseconds