Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/greybus/
Dconnection.h23 #define GB_CONNECTION_FLAG_HIGH_PRIO BIT(5) macro
/Linux-v5.10/drivers/greybus/
Dconnection.c232 GB_CONNECTION_FLAG_HIGH_PRIO); in gb_connection_create_static()
240 GB_CONNECTION_FLAG_HIGH_PRIO); in gb_connection_create_control()
Des2.c557 if (flags & GB_CONNECTION_FLAG_HIGH_PRIO) in cport_enable()