Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/greybus/
H A Dconnection.h22 #define GB_CONNECTION_FLAG_CONTROL BIT(4) macro
25 #define GB_CONNECTION_FLAG_CORE_MASK GB_CONNECTION_FLAG_CONTROL
117 return connection->flags & GB_CONNECTION_FLAG_CONTROL; in gb_connection_is_control()
/openbmc/linux/drivers/greybus/
H A Dconnection.c239 GB_CONNECTION_FLAG_CONTROL | in gb_connection_create_control()
H A Des2.c555 if (flags & GB_CONNECTION_FLAG_CONTROL) in cport_enable()