Home
last modified time | relevance | path

Searched refs:GB_CONNECTION_FLAG_CORE_MASK (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/linux/greybus/
H A Dconnection.h25 #define GB_CONNECTION_FLAG_CORE_MASK GB_CONNECTION_FLAG_CONTROL macro
/openbmc/linux/drivers/greybus/
H A Dconnection.c261 if (WARN_ON_ONCE(flags & GB_CONNECTION_FLAG_CORE_MASK)) in gb_connection_create_flags()
262 flags &= ~GB_CONNECTION_FLAG_CORE_MASK; in gb_connection_create_flags()