typec_set_mode
typec_set_mode(port, typec_mode);
return typec_set_mode(ctx->typec.port, mode);
EXPORT_SYMBOL_GPL(typec_set_mode);
return typec_set_mode(port->typec_port, state);
typec_set_mode(tps->port, TYPEC_STATE_SAFE);
typec_set_mode(tps->port, TYPEC_STATE_USB);
typec_set_mode(tps->port, TYPEC_STATE_SAFE);
typec_set_mode(tps->port, TYPEC_STATE_SAFE);
typec_set_mode(con->port, TYPEC_STATE_SAFE);
typec_set_mode(con->port, TYPEC_MODE_DEBUG);
typec_set_mode(con->port, TYPEC_MODE_AUDIO);
typec_set_mode(con->port, TYPEC_STATE_USB);
int typec_set_mode(struct typec_port *port, int mode);