Home
last modified time | relevance | path

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

/linux/drivers/usb/typec/ucsi/
H A Ducsi_glink.c213 typec_set_orientation(con->port, TYPEC_ORIENTATION_NONE); in pmic_glink_ucsi_connector_status()
223 typec_set_orientation(con->port, in pmic_glink_ucsi_connector_status()
H A Ducsi_yoga_c630.c197 typec_set_orientation(uec->ucsi->connector[0].port, in yoga_c630_ucsi_read_port0_status()
H A Ducsi_huawei_gaokun.c179 typec_set_orientation(con->port, CCX_TO_ORI(ccx)); in gaokun_set_orientation()
H A Ducsi.c1017 typec_set_orientation(con->port, TYPEC_ORIENTATION_NONE); in ucsi_orientation()
1023 typec_set_orientation(con->port, TYPEC_ORIENTATION_NORMAL); in ucsi_orientation()
1026 typec_set_orientation(con->port, TYPEC_ORIENTATION_REVERSE); in ucsi_orientation()
/linux/include/linux/usb/
H A Dtypec.h345 int typec_set_orientation(struct typec_port *port,
/linux/drivers/usb/typec/
H A Dwusb3801.c294 typec_set_orientation(wusb3801->port, in wusb3801_hw_update()
H A Danx7411.c438 typec_set_orientation(ctx->typec.port, TYPEC_ORIENTATION_NORMAL); in anx7411_detect_cc_orientation()
443 typec_set_orientation(ctx->typec.port, TYPEC_ORIENTATION_REVERSE); in anx7411_detect_cc_orientation()
H A Dclass.c2296 int typec_set_orientation(struct typec_port *port, in typec_set_orientation() function
2311 EXPORT_SYMBOL_GPL(typec_set_orientation);
/linux/drivers/usb/typec/tipd/
H A Dcore.c368 typec_set_orientation(tps->port, TYPEC_ORIENTATION_REVERSE); in tps6598x_connect()
370 typec_set_orientation(tps->port, TYPEC_ORIENTATION_NORMAL); in tps6598x_connect()
394 typec_set_orientation(tps->port, TYPEC_ORIENTATION_NONE); in tps6598x_disconnect()
803 typec_set_orientation(tps->port, orientation); in cd321x_update_work()
/linux/drivers/extcon/
H A Dextcon-usbc-tusb320.c298 typec_set_orientation(port, ori ? TYPEC_ORIENTATION_REVERSE : in tusb320_typec_irq_handler()
/linux/drivers/platform/chrome/
H A Dcros_ec_typec.c839 typec_set_orientation(port, polarity); in cros_typec_set_port_params_v0()
856 typec_set_orientation(port, polarity); in cros_typec_set_port_params_v1()
/linux/Documentation/driver-api/usb/
H A Dtypec.rst208 :functions: typec_set_orientation typec_set_mode
/linux/drivers/usb/typec/tcpm/
H A Dtcpm.c1091 ret = typec_set_orientation(port->typec_port, orientation); in tcpm_mux_set()