Home
last modified time | relevance | path

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

/linux-5.19.10/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()
/linux-5.19.10/include/linux/greybus/
Dsvc.h74 u8 intf2_id, u16 cport2_id, u8 cport_flags);