Home
last modified time | relevance | path

Searched refs:typec_set_mode (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/include/linux/usb/
H A Dtypec.h314 int typec_set_mode(struct typec_port *port, int mode);
/openbmc/linux/drivers/usb/typec/ucsi/
H A Ducsi.c793 typec_set_mode(con->port, TYPEC_STATE_SAFE); in ucsi_unregister_partner()
826 typec_set_mode(con->port, TYPEC_MODE_DEBUG); in ucsi_partner_change()
829 typec_set_mode(con->port, TYPEC_MODE_AUDIO); in ucsi_partner_change()
834 typec_set_mode(con->port, TYPEC_STATE_USB); in ucsi_partner_change()
/openbmc/linux/drivers/usb/typec/tipd/
H A Dcore.c256 typec_set_mode(tps->port, TYPEC_STATE_USB); in tps6598x_connect()
280 typec_set_mode(tps->port, TYPEC_STATE_SAFE); in tps6598x_disconnect()
/openbmc/linux/drivers/extcon/
H A Dextcon-usbc-tusb320.c359 typec_set_mode(port, typec_mode); in tusb320_typec_irq_handler()
/openbmc/linux/Documentation/driver-api/usb/
H A Dtypec.rst208 :functions: typec_set_orientation typec_set_mode
/openbmc/linux/drivers/usb/typec/
H A Dclass.c2010 int typec_set_mode(struct typec_port *port, int mode) in typec_set_mode() function
2018 EXPORT_SYMBOL_GPL(typec_set_mode);
H A Danx7411.c472 return typec_set_mode(ctx->typec.port, mode); in anx7411_set_mux()
/openbmc/linux/drivers/usb/typec/tcpm/
H A Dtcpm.c963 return typec_set_mode(port->typec_port, state); in tcpm_mux_set()