Home
last modified time | relevance | path

Searched refs:typec_set_data_role (Results 1 – 13 of 13) sorted by relevance

/openbmc/linux/drivers/usb/typec/
H A Dhd3ss3220.c97 typec_set_data_role(hd3ss3220->port, role); in hd3ss3220_dr_set()
117 typec_set_data_role(hd3ss3220->port, TYPEC_HOST); in hd3ss3220_set_role()
120 typec_set_data_role(hd3ss3220->port, TYPEC_DEVICE); in hd3ss3220_set_role()
H A Dwusb3801.c285 typec_set_data_role(port, data_role); in wusb3801_hw_update()
H A Dstusb160x.c341 typec_set_data_role(chip->port, data_role); in stusb160x_set_data_role()
H A Drt1719.c211 typec_set_data_role(data->port, data_role); in rt1719_set_data_role()
H A Dclass.c1796 void typec_set_data_role(struct typec_port *port, enum typec_data_role role) in typec_set_data_role() function
1816 EXPORT_SYMBOL_GPL(typec_set_data_role);
H A Danx7411.c494 typec_set_data_role(ctx->typec.port, ctx->typec.data_role); in anx7411_data_role_detect()
/openbmc/linux/include/linux/usb/
H A Dtypec.h306 void typec_set_data_role(struct typec_port *port, enum typec_data_role role);
/openbmc/linux/drivers/usb/typec/ucsi/
H A Ducsi.c818 typec_set_data_role(con->port, TYPEC_HOST); in ucsi_partner_change()
822 typec_set_data_role(con->port, TYPEC_DEVICE); in ucsi_partner_change()
1331 typec_set_data_role(con->port, TYPEC_HOST); in ucsi_register_port()
1335 typec_set_data_role(con->port, TYPEC_DEVICE); in ucsi_register_port()
/openbmc/linux/drivers/extcon/
H A Dextcon-usbc-tusb320.c358 typec_set_data_role(port, data_role); in tusb320_typec_irq_handler()
/openbmc/linux/Documentation/driver-api/usb/
H A Dtypec.rst140 :functions: typec_set_data_role typec_set_pwr_role typec_set_vconn_role typec_set_pwr_opmode
/openbmc/linux/drivers/usb/typec/tipd/
H A Dcore.c224 typec_set_data_role(tps->port, role); in tps6598x_set_data_role()
/openbmc/linux/drivers/platform/chrome/
H A Dcros_ec_typec.c680 typec_set_data_role(port, resp->role & PD_CTRL_RESP_ROLE_DATA ? in cros_typec_set_port_params_v1()
/openbmc/linux/drivers/usb/typec/tcpm/
H A Dtcpm.c1091 typec_set_data_role(port->typec_port, data); in tcpm_set_roles()