Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/greybus/
Dconnection.c183 connection->state = GB_CONNECTION_STATE_DISABLED; in _gb_connection_create()
726 connection->state = GB_CONNECTION_STATE_DISABLED; in _gb_connection_enable()
821 if (connection->state == GB_CONNECTION_STATE_DISABLED) in gb_connection_disable()
839 connection->state = GB_CONNECTION_STATE_DISABLED; in gb_connection_disable()
859 if (connection->state == GB_CONNECTION_STATE_DISABLED) in gb_connection_disable_forced()
865 connection->state = GB_CONNECTION_STATE_DISABLED; in gb_connection_disable_forced()
886 if (WARN_ON(connection->state != GB_CONNECTION_STATE_DISABLED)) in gb_connection_destroy()
Doperation.c1033 if (connection->state == GB_CONNECTION_STATE_DISABLED || in gb_connection_recv()
/linux-6.1.9/include/linux/greybus/
Dconnection.h28 GB_CONNECTION_STATE_DISABLED = 0, enumerator