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

/linux-master/include/linux/usb/
H A Dtypec.h316 void typec_set_pwr_role(struct typec_port *port, enum typec_role role);
/linux-master/drivers/usb/typec/
H A Dstusb160x.c370 typec_set_pwr_role(chip->port, STUSB160X_CC_POWER_ROLE(status));
391 typec_set_pwr_role(chip->port, STUSB160X_CC_POWER_ROLE(status));
H A Dwusb3801.c286 typec_set_pwr_role(port, pwr_role);
H A Dclass.c1906 * typec_set_pwr_role - Report power role change
1912 void typec_set_pwr_role(struct typec_port *port, enum typec_role role) function
1921 EXPORT_SYMBOL_GPL(typec_set_pwr_role); variable
H A Danx7411.c519 typec_set_pwr_role(ctx->typec.port, ctx->typec.power_role);
/linux-master/drivers/usb/typec/tipd/
H A Dcore.c296 typec_set_pwr_role(tps->port, TPS_STATUS_TO_TYPEC_PORTROLE(status));
323 typec_set_pwr_role(tps->port, TPS_STATUS_TO_TYPEC_PORTROLE(status));
458 typec_set_pwr_role(tps->port, role);
/linux-master/drivers/usb/typec/ucsi/
H A Ducsi.c1184 typec_set_pwr_role(con->port, role);
1192 typec_set_pwr_role(con->port, role);
1631 typec_set_pwr_role(con->port,
/linux-master/drivers/extcon/
H A Dextcon-usbc-tusb320.c358 typec_set_pwr_role(port, pwr_role);
H A Dextcon-rtk-type-c.c352 typec_set_pwr_role(type_c->port, TYPEC_SOURCE);
356 typec_set_pwr_role(type_c->port, TYPEC_SINK);
/linux-master/drivers/platform/chrome/
H A Dcros_ec_typec.c708 typec_set_pwr_role(port, resp->role ? TYPEC_SOURCE : TYPEC_SINK);
729 typec_set_pwr_role(port, resp->role & PD_CTRL_RESP_ROLE_POWER ?
/linux-master/drivers/usb/typec/tcpm/
H A Dtcpm.c1179 typec_set_pwr_role(port->typec_port, role);
1194 typec_set_pwr_role(port->typec_port, role);

Completed in 385 milliseconds