Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/typec/tipd/
H A Dtrace.h273 !!TPS_POWER_STATUS_CONNECTION(__entry->power_status),
H A Dtps6598x.h146 #define TPS_POWER_STATUS_CONNECTION(x) TPS_FIELD_GET(BIT(0), (x)) macro
H A Dcore.c630 if (TPS_POWER_STATUS_CONNECTION(tps->pwr_status) && in tps6598x_psy_get_online()