Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/greybus/
Dconnection.h28 GB_CONNECTION_STATE_DISCONNECTING = 3, enumerator
Dconnection.c721 connection->state = GB_CONNECTION_STATE_DISCONNECTING; in _gb_connection_enable()
834 connection->state = GB_CONNECTION_STATE_DISCONNECTING; in gb_connection_disable()
Doperation.c55 case GB_CONNECTION_STATE_DISCONNECTING: in gb_operation_get_active()