Searched refs:UCSI_CONCAP (Results 1 – 2 of 2) sorted by relevance
| /linux-6.15/drivers/usb/typec/ucsi/ |
| H A D | ucsi.h | 320 #define UCSI_CONCAP_USB2_SUPPORT(_con_) UCSI_CONCAP((_con_), OPMODE_USB2) 321 #define UCSI_CONCAP_USB3_SUPPORT(_con_) UCSI_CONCAP((_con_), OPMODE_USB3) 324 (UCSI_CONCAP((_con_), EXT_OPMODE_USB4_GEN2_V2_0) | \ 325 UCSI_CONCAP((_con_), EXT_OPMODE_USB4_GEN3_V2_0) | \ 326 UCSI_CONCAP((_con_), EXT_OPMODE_USB4_GEN4_V2_0))) 423 #define UCSI_CONCAP(_con_, _field_) \ macro
|
| H A D | ucsi.c | 1006 pd_revision = UCSI_CONCAP(con, PARTNER_PD_REVISION_V2_1); in ucsi_check_connector_capability() 1068 u64 pd_revision = UCSI_CONCAP(con, PARTNER_PD_REVISION_V2_1); in ucsi_register_partner() 1586 if (UCSI_CONCAP(con, OPMODE_DRP)) in ucsi_register_port() 1588 else if (UCSI_CONCAP(con, OPMODE_DFP)) in ucsi_register_port() 1590 else if (UCSI_CONCAP(con, OPMODE_UFP)) in ucsi_register_port() 1593 if (UCSI_CONCAP(con, PROVIDER) && UCSI_CONCAP(con, CONSUMER)) in ucsi_register_port() 1595 else if (UCSI_CONCAP(con, PROVIDER)) in ucsi_register_port() 1597 else if (UCSI_CONCAP(con, CONSUMER)) in ucsi_register_port() 1605 if (UCSI_CONCAP(con, OPMODE_AUDIO_ACCESSORY)) in ucsi_register_port() 1607 if (UCSI_CONCAP(con, OPMODE_DEBUG_ACCESSORY)) in ucsi_register_port()
|