Home
last modified time | relevance | path

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

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