Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/usb/typec/tipd/
Dtps6598x.h19 #define TPS_STATUS_PLUG_UPSIDE_DOWN BIT(4) macro
20 #define TPS_STATUS_TO_UPSIDE_DOWN(s) (!!((s) & TPS_STATUS_PLUG_UPSIDE_DOWN))
Dtrace.h134 { TPS_STATUS_PLUG_UPSIDE_DOWN, "UPSIDE_DOWN" }, \