Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/greybus/
H A Dconnection.h20 #define GB_CONNECTION_FLAG_OFFLOADED BIT(2) macro
112 return connection->flags & GB_CONNECTION_FLAG_OFFLOADED; in gb_connection_is_offloaded()
/OK3568_Linux_fs/kernel/drivers/greybus/
H A Dconnection.c273 flags |= GB_CONNECTION_FLAG_OFFLOADED; in gb_connection_create_offloaded()
H A Des2.c502 if (flags & GB_CONNECTION_FLAG_OFFLOADED && in es2_cport_allocate()