Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/greybus/
A 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()
A Doperation.c1033 if (connection->state == GB_CONNECTION_STATE_DISABLED || in gb_connection_recv()
/linux-6.3-rc2/include/linux/greybus/
A Dconnection.h28 GB_CONNECTION_STATE_DISABLED = 0, enumerator

Completed in 7 milliseconds