Searched refs:typec_set_orientation (Results 1 – 11 of 11) sorted by relevance
/linux/drivers/usb/typec/ucsi/ |
H A D | ucsi_glink.c | 189 typec_set_orientation(con->port, TYPEC_ORIENTATION_NONE); in pmic_glink_ucsi_connector_status() 199 typec_set_orientation(con->port, in pmic_glink_ucsi_connector_status()
|
H A D | ucsi_yoga_c630.c | 197 typec_set_orientation(uec->ucsi->connector[0].port, in yoga_c630_ucsi_read_port0_status()
|
H A D | ucsi_huawei_gaokun.c | 179 typec_set_orientation(con->port, CCX_TO_ORI(ccx)); in gaokun_set_orientation()
|
/linux/include/linux/usb/ |
H A D | typec.h | 344 int typec_set_orientation(struct typec_port *port,
|
/linux/drivers/usb/typec/ |
H A D | wusb3801.c | 294 typec_set_orientation(wusb3801->port, in wusb3801_hw_update()
|
H A D | anx7411.c | 438 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 D | class.c | 2277 * typec_set_orientation - Set USB Type-C cable plug orientation 2283 int typec_set_orientation(struct typec_port *port, in typec_set_orientation() function 2298 EXPORT_SYMBOL_GPL(typec_set_orientation);
|
/linux/drivers/extcon/ |
H A D | extcon-usbc-tusb320.c | 298 typec_set_orientation(port, ori ? TYPEC_ORIENTATION_REVERSE : in tusb320_typec_irq_handler()
|
/linux/drivers/platform/chrome/ |
H A D | cros_ec_typec.c | 839 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 D | typec.rst | 208 :functions: typec_set_orientation typec_set_mode
|
/linux/drivers/usb/typec/tcpm/ |
H A D | tcpm.c | 1078 ret = typec_set_orientation(port->typec_port, orientation); in tcpm_mux_set()
|