Home
last modified time | relevance | path

Searched refs:GB_CONNECTION_STATE_ENABLED (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/drivers/greybus/
Dconnection.c684 connection->state = GB_CONNECTION_STATE_ENABLED; in _gb_connection_enable()
704 connection->state = GB_CONNECTION_STATE_ENABLED; in _gb_connection_enable()
746 if (connection->state == GB_CONNECTION_STATE_ENABLED) in gb_connection_enable()
766 if (connection->state == GB_CONNECTION_STATE_ENABLED) { in gb_connection_enable_tx()
790 if (connection->state != GB_CONNECTION_STATE_ENABLED) { in gb_connection_disable_rx()
Doperation.c49 case GB_CONNECTION_STATE_ENABLED: in gb_operation_get_active()
/Linux-v5.4/include/linux/greybus/
Dconnection.h30 GB_CONNECTION_STATE_ENABLED = 2, enumerator