Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/typec/ucsi/
H A Dpsy.c36 if (con->status.flags & UCSI_CONSTAT_CONNECTED && in ucsi_psy_get_online()
169 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.c745 if (changed_flags & UCSI_CONSTAT_CONNECTED) in ucsi_handle_connector_change()
809 if (con->status.flags & UCSI_CONSTAT_CONNECTED) in ucsi_handle_connector_change()
1157 if (con->status.flags & UCSI_CONSTAT_CONNECTED) { in ucsi_register_port()
H A Ducsi.h255 #define UCSI_CONSTAT_CONNECTED BIT(3) macro