Home
last modified time | relevance | path

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

/linux-5.19.10/include/linux/usb/
Dtypec.h294 int typec_set_mode(struct typec_port *port, int mode);
/linux-5.19.10/drivers/usb/typec/
Dclass.c1849 int typec_set_mode(struct typec_port *port, int mode) in typec_set_mode() function
1857 EXPORT_SYMBOL_GPL(typec_set_mode);
/linux-5.19.10/Documentation/driver-api/usb/
Dtypec.rst208 :functions: typec_set_orientation typec_set_mode
/linux-5.19.10/drivers/usb/typec/tcpm/
Dtcpm.c946 return typec_set_mode(port->typec_port, state); in tcpm_mux_set()