Home
last modified time | relevance | path

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

/linux/drivers/usb/typec/ucsi/
H A Ducsi.h255 #define UCSI_CAP_ALT_MODE_DETAILS BIT(2) macro
H A Ducsi.c585 if (!(con->ucsi->cap.features & UCSI_CAP_ALT_MODE_DETAILS)) in ucsi_register_altmodes()
1243 if (con->ucsi->cap.features & UCSI_CAP_ALT_MODE_DETAILS) { in ucsi_check_cable()
1793 if (!(features & UCSI_CAP_ALT_MODE_DETAILS)) in ucsi_get_supported_notifications()
H A Ducsi_ccg.c652 cap->features &= ~UCSI_CAP_ALT_MODE_DETAILS; in ucsi_ccg_sync_control()