Searched refs:typec_set_mode (Results 1 – 7 of 7) sorted by relevance
/linux/include/linux/usb/ |
H A D | typec.h | 345 int typec_set_mode(struct typec_port *port, int mode);
|
/linux/drivers/usb/typec/ucsi/ |
H A D | ucsi.c | 1094 typec_set_mode(con->port, TYPEC_STATE_SAFE); in ucsi_unregister_partner() 1129 typec_set_mode(con->port, TYPEC_MODE_DEBUG); in ucsi_partner_change() 1132 typec_set_mode(con->port, TYPEC_MODE_AUDIO); in ucsi_partner_change() 1136 typec_set_mode(con->port, TYPEC_STATE_USB); in ucsi_partner_change()
|
/linux/drivers/extcon/ |
H A D | extcon-usbc-tusb320.c | 360 typec_set_mode(port, typec_mode); in tusb320_typec_irq_handler()
|
/linux/drivers/usb/typec/tipd/ |
H A D | core.c | 298 typec_set_mode(tps->port, TYPEC_STATE_USB); in tps6598x_connect() 322 typec_set_mode(tps->port, TYPEC_STATE_SAFE); in tps6598x_disconnect()
|
/linux/Documentation/driver-api/usb/ |
H A D | typec.rst | 208 :functions: typec_set_orientation typec_set_mode
|
/linux/drivers/usb/typec/ |
H A D | class.c | 2309 int typec_set_mode(struct typec_port *port, int mode) in typec_set_mode() function 2317 EXPORT_SYMBOL_GPL(typec_set_mode);
|
H A D | anx7411.c | 475 return typec_set_mode(ctx->typec.port, mode); in anx7411_set_mux()
|