Home
last modified time | relevance | path

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

/linux-6.15/drivers/usb/typec/ucsi/
H A Ducsi.h245 #define UCSI_CAP_ALT_MODE_DETAILS BIT(2) macro
H A Ducsi.c572 if (!(con->ucsi->cap.features & UCSI_CAP_ALT_MODE_DETAILS)) in ucsi_register_altmodes()
1196 if (con->ucsi->cap.features & UCSI_CAP_ALT_MODE_DETAILS) { in ucsi_check_cable()
1721 if (!(features & UCSI_CAP_ALT_MODE_DETAILS)) in ucsi_get_supported_notifications()
H A Ducsi_ccg.c647 cap->features &= ~UCSI_CAP_ALT_MODE_DETAILS; in ucsi_ccg_sync_control()