Home
last modified time | relevance | path

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

/drivers/greybus/
Dconnection.c403 u8 cport_flags; in gb_connection_svc_connection_create() local
414 cport_flags = GB_SVC_CPORT_FLAG_CSV_N; in gb_connection_svc_connection_create()
416 cport_flags |= GB_SVC_CPORT_FLAG_CSD_N; in gb_connection_svc_connection_create()
418 cport_flags |= GB_SVC_CPORT_FLAG_CSD_N | in gb_connection_svc_connection_create()
427 cport_flags); in gb_connection_svc_connection_create()
Dsvc.c483 u8 cport_flags) in gb_svc_connection_create() argument
492 request.flags = cport_flags; in gb_svc_connection_create()