Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/usb/typec/tipd/
Dcore.c257 typec_set_orientation(tps->port, TYPEC_ORIENTATION_REVERSE); in tps6598x_connect()
259 typec_set_orientation(tps->port, TYPEC_ORIENTATION_NORMAL); in tps6598x_connect()
282 typec_set_orientation(tps->port, TYPEC_ORIENTATION_NONE); in tps6598x_disconnect()
/linux-6.1.9/include/linux/usb/
Dtypec.h310 int typec_set_orientation(struct typec_port *port,
/linux-6.1.9/drivers/usb/typec/
Dqcom-pmic-typec.c80 typec_set_orientation(qcom_usb->port, orientation); in qcom_pmic_typec_check_connection()
Dwusb3801.c294 typec_set_orientation(wusb3801->port, in wusb3801_hw_update()
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()
Dclass.c1947 int typec_set_orientation(struct typec_port *port, in typec_set_orientation() function
1962 EXPORT_SYMBOL_GPL(typec_set_orientation);
/linux-6.1.9/drivers/extcon/
Dextcon-usbc-tusb320.c284 typec_set_orientation(port, ori ? TYPEC_ORIENTATION_REVERSE : in tusb320_typec_irq_handler()
/linux-6.1.9/drivers/platform/chrome/
Dcros_ec_typec.c692 typec_set_orientation(port, polarity); in cros_typec_set_port_params_v0()
709 typec_set_orientation(port, polarity); in cros_typec_set_port_params_v1()
/linux-6.1.9/Documentation/driver-api/usb/
Dtypec.rst208 :functions: typec_set_orientation typec_set_mode
/linux-6.1.9/drivers/usb/typec/tcpm/
Dtcpm.c944 ret = typec_set_orientation(port->typec_port, orientation); in tcpm_mux_set()