Home
last modified time | relevance | path

Searched refs:typec_set_orientation (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/include/linux/usb/
H A Dtypec.h311 int typec_set_orientation(struct typec_port *port,
/openbmc/linux/drivers/usb/typec/tipd/
H A Dcore.c253 typec_set_orientation(tps->port, TYPEC_ORIENTATION_REVERSE); in tps6598x_connect()
255 typec_set_orientation(tps->port, TYPEC_ORIENTATION_NORMAL); in tps6598x_connect()
279 typec_set_orientation(tps->port, TYPEC_ORIENTATION_NONE); in tps6598x_disconnect()
/openbmc/linux/drivers/usb/typec/
H A Dwusb3801.c294 typec_set_orientation(wusb3801->port, in wusb3801_hw_update()
H A Danx7411.c435 typec_set_orientation(ctx->typec.port, TYPEC_ORIENTATION_NORMAL); in anx7411_detect_cc_orientation()
440 typec_set_orientation(ctx->typec.port, TYPEC_ORIENTATION_REVERSE); in anx7411_detect_cc_orientation()
H A Dclass.c1976 int typec_set_orientation(struct typec_port *port, in typec_set_orientation() function
1991 EXPORT_SYMBOL_GPL(typec_set_orientation);
/openbmc/linux/drivers/extcon/
H A Dextcon-usbc-tusb320.c297 typec_set_orientation(port, ori ? TYPEC_ORIENTATION_REVERSE : in tusb320_typec_irq_handler()
/openbmc/linux/drivers/platform/chrome/
H A Dcros_ec_typec.c662 typec_set_orientation(port, polarity); in cros_typec_set_port_params_v0()
679 typec_set_orientation(port, polarity); in cros_typec_set_port_params_v1()
/openbmc/linux/Documentation/driver-api/usb/
H A Dtypec.rst208 :functions: typec_set_orientation typec_set_mode
/openbmc/linux/drivers/usb/typec/tcpm/
H A Dtcpm.c953 ret = typec_set_orientation(port->typec_port, orientation); in tcpm_mux_set()