Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/usb/typec/ucsi/
Ducsi.h232 #define UCSI_CAP_ALT_MODE_DETAILS BIT(2) macro
Ducsi.c567 if (!(con->ucsi->cap.features & UCSI_CAP_ALT_MODE_DETAILS)) in ucsi_register_altmodes()
1171 if (con->ucsi->cap.features & UCSI_CAP_ALT_MODE_DETAILS) { in ucsi_check_cable()
1701 if (!(features & UCSI_CAP_ALT_MODE_DETAILS)) in ucsi_get_supported_notifications()
Ducsi_ccg.c604 cap->features &= ~UCSI_CAP_ALT_MODE_DETAILS; in ucsi_ccg_read_message_in()