Home
last modified time | relevance | path

Searched refs:UCSI_CONSTAT_PARTNER_CHANGE (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/usb/typec/ucsi/
H A Ducsi.c752 inferred_changes |= UCSI_CONSTAT_PARTNER_CHANGE; in ucsi_handle_connector_change()
755 inferred_changes |= UCSI_CONSTAT_PARTNER_CHANGE; in ucsi_handle_connector_change()
827 if (con->status.change & UCSI_CONSTAT_PARTNER_CHANGE) in ucsi_handle_connector_change()
H A Ducsi.h243 #define UCSI_CONSTAT_PARTNER_CHANGE BIT(11) macro