GB_CONNECTION_STATE_DISABLED  183 drivers/greybus/connection.c 	connection->state = GB_CONNECTION_STATE_DISABLED;
GB_CONNECTION_STATE_DISABLED  729 drivers/greybus/connection.c 	connection->state = GB_CONNECTION_STATE_DISABLED;
GB_CONNECTION_STATE_DISABLED  824 drivers/greybus/connection.c 	if (connection->state == GB_CONNECTION_STATE_DISABLED)
GB_CONNECTION_STATE_DISABLED  842 drivers/greybus/connection.c 	connection->state = GB_CONNECTION_STATE_DISABLED;
GB_CONNECTION_STATE_DISABLED  862 drivers/greybus/connection.c 	if (connection->state == GB_CONNECTION_STATE_DISABLED)
GB_CONNECTION_STATE_DISABLED  868 drivers/greybus/connection.c 	connection->state = GB_CONNECTION_STATE_DISABLED;
GB_CONNECTION_STATE_DISABLED  889 drivers/greybus/connection.c 	if (WARN_ON(connection->state != GB_CONNECTION_STATE_DISABLED))
GB_CONNECTION_STATE_DISABLED 1033 drivers/greybus/operation.c 	if (connection->state == GB_CONNECTION_STATE_DISABLED ||