Symbol: typec_set_pwr_role
drivers/extcon/extcon-rtk-type-c.c
351
typec_set_pwr_role(type_c->port, TYPEC_SOURCE);
drivers/extcon/extcon-rtk-type-c.c
355
typec_set_pwr_role(type_c->port, TYPEC_SINK);
drivers/extcon/extcon-usbc-tusb320.c
358
typec_set_pwr_role(port, pwr_role);
drivers/platform/chrome/cros_ec_typec.c
122
typec_set_pwr_role(tc_port, target_role);
drivers/platform/chrome/cros_ec_typec.c
839
typec_set_pwr_role(port, resp->role ? TYPEC_SOURCE : TYPEC_SINK);
drivers/platform/chrome/cros_ec_typec.c
860
typec_set_pwr_role(port, resp->role & PD_CTRL_RESP_ROLE_POWER ?
drivers/usb/typec/anx7411.c
522
typec_set_pwr_role(ctx->typec.port, ctx->typec.power_role);
drivers/usb/typec/class.c
2246
EXPORT_SYMBOL_GPL(typec_set_pwr_role);
drivers/usb/typec/stusb160x.c
370
typec_set_pwr_role(chip->port, STUSB160X_CC_POWER_ROLE(status));
drivers/usb/typec/stusb160x.c
391
typec_set_pwr_role(chip->port, STUSB160X_CC_POWER_ROLE(status));
drivers/usb/typec/tcpm/tcpm.c
1236
typec_set_pwr_role(port->typec_port, role);
drivers/usb/typec/tcpm/tcpm.c
1251
typec_set_pwr_role(port->typec_port, role);
drivers/usb/typec/tipd/core.c
365
typec_set_pwr_role(tps->port, TPS_STATUS_TO_TYPEC_PORTROLE(status));
drivers/usb/typec/tipd/core.c
392
typec_set_pwr_role(tps->port, TPS_STATUS_TO_TYPEC_PORTROLE(status));
drivers/usb/typec/tipd/core.c
527
typec_set_pwr_role(tps->port, role);
drivers/usb/typec/tipd/core.c
801
typec_set_pwr_role(tps->port, TPS_STATUS_TO_TYPEC_PORTROLE(st.status));
drivers/usb/typec/ucsi/ucsi.c
1297
typec_set_pwr_role(con->port, role);
drivers/usb/typec/ucsi/ucsi.c
1306
typec_set_pwr_role(con->port, role);
drivers/usb/typec/ucsi/ucsi.c
1744
typec_set_pwr_role(con->port, UCSI_CONSTAT(con, PWR_DIR));
drivers/usb/typec/wusb3801.c
286
typec_set_pwr_role(port, pwr_role);
include/linux/usb/typec.h
347
void typec_set_pwr_role(struct typec_port *port, enum typec_role role);