Home
last modified time | relevance | path

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

/linux-6.15/drivers/usb/typec/tipd/
H A Dtps6598x.h21 #define TPS_STATUS_PORTROLE BIT(5) macro
22 #define TPS_STATUS_TO_TYPEC_PORTROLE(s) (!!((s) & TPS_STATUS_PORTROLE))
H A Dtrace.h150 { TPS_STATUS_PORTROLE, "PORTROLE" }, \
163 { TPS_STATUS_PORTROLE, "PORTROLE" }, \
H A Dcore.c578 return status & (TPS_STATUS_PORTROLE | TPS_STATUS_DATAROLE); in tps6598x_has_role_changed()