typec_set_pwr_role
typec_set_pwr_role(type_c->port, TYPEC_SOURCE);
typec_set_pwr_role(type_c->port, TYPEC_SINK);
typec_set_pwr_role(port, pwr_role);
typec_set_pwr_role(tc_port, target_role);
typec_set_pwr_role(port, resp->role ? TYPEC_SOURCE : TYPEC_SINK);
typec_set_pwr_role(port, resp->role & PD_CTRL_RESP_ROLE_POWER ?
typec_set_pwr_role(ctx->typec.port, ctx->typec.power_role);
EXPORT_SYMBOL_GPL(typec_set_pwr_role);
typec_set_pwr_role(chip->port, STUSB160X_CC_POWER_ROLE(status));
typec_set_pwr_role(chip->port, STUSB160X_CC_POWER_ROLE(status));
typec_set_pwr_role(port->typec_port, role);
typec_set_pwr_role(port->typec_port, role);
typec_set_pwr_role(tps->port, TPS_STATUS_TO_TYPEC_PORTROLE(status));
typec_set_pwr_role(tps->port, TPS_STATUS_TO_TYPEC_PORTROLE(status));
typec_set_pwr_role(tps->port, role);
typec_set_pwr_role(tps->port, TPS_STATUS_TO_TYPEC_PORTROLE(st.status));
typec_set_pwr_role(con->port, role);
typec_set_pwr_role(con->port, role);
typec_set_pwr_role(con->port, UCSI_CONSTAT(con, PWR_DIR));
typec_set_pwr_role(port, pwr_role);
void typec_set_pwr_role(struct typec_port *port, enum typec_role role);