Searched refs:SINK_STATUS (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/usb/typec/
H A Danx7411.c152 #define SINK_STATUS BIT(1) macro
512 ctx->typec.power_role = (ret & SINK_STATUS) ? TYPEC_SINK : TYPEC_SOURCE;
971 ret = (int_status & SINK_STATUS) ? TYPEC_SINK : TYPEC_SOURCE;

Completed in 237 milliseconds