Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/greybus/
Dconnection.h31 GB_CONNECTION_STATE_DISCONNECTING = 3, enumerator
/Linux-v5.4/drivers/greybus/
Dconnection.c717 connection->state = GB_CONNECTION_STATE_DISCONNECTING; in _gb_connection_enable()
830 connection->state = GB_CONNECTION_STATE_DISCONNECTING; in gb_connection_disable()
Doperation.c55 case GB_CONNECTION_STATE_DISCONNECTING: in gb_operation_get_active()