Home
last modified time | relevance | path

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

/linux-5.19.10/include/linux/usb/
Dtypec.h291 int typec_set_orientation(struct typec_port *port,
/linux-5.19.10/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-5.19.10/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()
Dclass.c1812 int typec_set_orientation(struct typec_port *port, in typec_set_orientation() function
1827 EXPORT_SYMBOL_GPL(typec_set_orientation);
/linux-5.19.10/drivers/platform/chrome/
Dcros_ec_typec.c611 typec_set_orientation(port, polarity); in cros_typec_set_port_params_v0()
628 typec_set_orientation(port, polarity); in cros_typec_set_port_params_v1()
/linux-5.19.10/Documentation/driver-api/usb/
Dtypec.rst208 :functions: typec_set_orientation typec_set_mode
/linux-5.19.10/drivers/usb/typec/tcpm/
Dtcpm.c936 ret = typec_set_orientation(port->typec_port, orientation); in tcpm_mux_set()