Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/greybus/
Dconnection.c406 u8 cport_flags; in gb_connection_svc_connection_create() local
417 cport_flags = GB_SVC_CPORT_FLAG_CSV_N; in gb_connection_svc_connection_create()
419 cport_flags |= GB_SVC_CPORT_FLAG_CSD_N; in gb_connection_svc_connection_create()
421 cport_flags |= GB_SVC_CPORT_FLAG_CSD_N | in gb_connection_svc_connection_create()
430 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()
/Linux-v5.4/include/linux/greybus/
Dsvc.h74 u8 intf2_id, u16 cport2_id, u8 cport_flags);