Home
last modified time | relevance | path

Searched refs:typec_set_mode (Results 1 – 5 of 5) sorted by relevance

/linux-6.1.9/include/linux/usb/
Dtypec.h313 int typec_set_mode(struct typec_port *port, int mode);
/linux-6.1.9/Documentation/driver-api/usb/
Dtypec.rst208 :functions: typec_set_orientation typec_set_mode
/linux-6.1.9/drivers/usb/typec/
Dclass.c1984 int typec_set_mode(struct typec_port *port, int mode) in typec_set_mode() function
1992 EXPORT_SYMBOL_GPL(typec_set_mode);
Danx7411.c472 return typec_set_mode(ctx->typec.port, mode); in anx7411_set_mux()
/linux-6.1.9/drivers/usb/typec/tcpm/
Dtcpm.c954 return typec_set_mode(port->typec_port, state); in tcpm_mux_set()