Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/usb/typec/ucsi/
Dpsy.c58 if (con->status.flags & UCSI_CONSTAT_CONNECTED && in ucsi_psy_get_online()
191 if (flags & UCSI_CONSTAT_CONNECTED && in ucsi_psy_get_usb_type()
200 if (!(con->status.flags & UCSI_CONSTAT_CONNECTED)) { in ucsi_psy_get_charge_type()
Dtrace.h60 __entry->connected = !!(status->flags & UCSI_CONSTAT_CONNECTED);
Ducsi.c1100 if (con->status.flags & UCSI_CONSTAT_CONNECTED) { in ucsi_partner_change()
1141 if (con->status.flags & UCSI_CONSTAT_CONNECTED) { in ucsi_check_connection()
1237 if (con->status.flags & UCSI_CONSTAT_CONNECTED) { in ucsi_handle_connector_change()
1649 if (con->status.flags & UCSI_CONSTAT_CONNECTED) { in ucsi_register_port()
Ducsi.h336 #define UCSI_CONSTAT_CONNECTED BIT(3) macro