Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/greybus/
Dconnection.c410 u8 cport_flags; in gb_connection_svc_connection_create() local
421 cport_flags = GB_SVC_CPORT_FLAG_CSV_N; in gb_connection_svc_connection_create()
423 cport_flags |= GB_SVC_CPORT_FLAG_CSD_N; in gb_connection_svc_connection_create()
425 cport_flags |= GB_SVC_CPORT_FLAG_CSD_N | in gb_connection_svc_connection_create()
434 cport_flags); in gb_connection_svc_connection_create()
Dsvc.h69 u8 intf2_id, u16 cport2_id, u8 cport_flags);
Dsvc.c485 u8 cport_flags) in gb_svc_connection_create() argument
494 request.flags = cport_flags; in gb_svc_connection_create()