Searched refs:typec_set_orientation (Results 1 – 8 of 8) sorted by relevance
/linux-5.19.10/include/linux/usb/ |
D | typec.h | 291 int typec_set_orientation(struct typec_port *port,
|
/linux-5.19.10/drivers/usb/typec/tipd/ |
D | core.c | 257 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/ |
D | qcom-pmic-typec.c | 80 typec_set_orientation(qcom_usb->port, orientation); in qcom_pmic_typec_check_connection()
|
D | wusb3801.c | 294 typec_set_orientation(wusb3801->port, in wusb3801_hw_update()
|
D | class.c | 1812 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/ |
D | cros_ec_typec.c | 611 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/ |
D | typec.rst | 208 :functions: typec_set_orientation typec_set_mode
|
/linux-5.19.10/drivers/usb/typec/tcpm/ |
D | tcpm.c | 936 ret = typec_set_orientation(port->typec_port, orientation); in tcpm_mux_set()
|