Searched refs:typec_set_orientation (Results 1 – 10 of 10) sorted by relevance
/linux-6.1.9/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-6.1.9/include/linux/usb/ |
D | typec.h | 310 int typec_set_orientation(struct typec_port *port,
|
/linux-6.1.9/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 | anx7411.c | 435 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()
|
D | class.c | 1947 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/ |
D | extcon-usbc-tusb320.c | 284 typec_set_orientation(port, ori ? TYPEC_ORIENTATION_REVERSE : in tusb320_typec_irq_handler()
|
/linux-6.1.9/drivers/platform/chrome/ |
D | cros_ec_typec.c | 692 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/ |
D | typec.rst | 208 :functions: typec_set_orientation typec_set_mode
|
/linux-6.1.9/drivers/usb/typec/tcpm/ |
D | tcpm.c | 944 ret = typec_set_orientation(port->typec_port, orientation); in tcpm_mux_set()
|