Home
last modified time | relevance | path

Searched refs:TYPEC_STATE_SAFE (Results 1 – 6 of 6) sorted by relevance

/linux/Documentation/driver-api/usb/
H A Dtypec_bus.rst60 the connector: ``TYPEC_STATE_USB`` and ``TYPEC_STATE_SAFE``. These values are
63 ``TYPEC_STATE_SAFE`` before sending Enter or Exit Mode command as defined in USB
/linux/include/linux/usb/
H A Dtypec_altmode.h127 TYPEC_STATE_SAFE, /* USB Safe State */ enumerator
/linux/drivers/usb/typec/mux/
H A Dtusb1046.c74 case TYPEC_STATE_SAFE: in tusb1046_mux_set()
H A Dps883x.c240 case TYPEC_STATE_SAFE: in ps883x_set()
/linux/drivers/usb/typec/
H A Danx7411.c452 int mode = TYPEC_STATE_SAFE; in anx7411_set_mux()
462 mode = TYPEC_STATE_SAFE; in anx7411_set_mux()
469 mode = TYPEC_STATE_SAFE; in anx7411_set_mux()
/linux/drivers/phy/apple/
H A Datc.c2094 if (state->mode == TYPEC_STATE_SAFE) { in atcphy_mux_set()