Home
last modified time | relevance | path

Searched refs:UCSI_CONSTAT_CONNECTED (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/usb/typec/ucsi/
H A Dpsy.c57 if (con->status.flags & UCSI_CONSTAT_CONNECTED && in ucsi_psy_get_online()
190 if (flags & UCSI_CONSTAT_CONNECTED && in ucsi_psy_get_usb_type()
H A Dtrace.h60 __entry->connected = !!(status->flags & UCSI_CONSTAT_CONNECTED);
H A Ducsi.c828 if (con->status.flags & UCSI_CONSTAT_CONNECTED) { in ucsi_partner_change()
869 if (con->status.flags & UCSI_CONSTAT_CONNECTED) { in ucsi_check_connection()
921 if (con->status.flags & UCSI_CONSTAT_CONNECTED) { in ucsi_handle_connector_change()
1342 if (con->status.flags & UCSI_CONSTAT_CONNECTED) { in ucsi_register_port()
H A Ducsi.h266 #define UCSI_CONSTAT_CONNECTED BIT(3) macro