typec_altmode_exit  211 drivers/usb/typec/altmodes/displayport.c 		if (typec_altmode_exit(dp->alt))
typec_altmode_exit  309 drivers/usb/typec/altmodes/displayport.c 	return activate ? typec_altmode_enter(alt) : typec_altmode_exit(alt);
typec_altmode_exit  140 drivers/usb/typec/bus.c EXPORT_SYMBOL_GPL(typec_altmode_exit);
typec_altmode_exit  367 drivers/usb/typec/class.c 			typec_altmode_exit(&altmode->partner->adev);
typec_altmode_exit   69 include/linux/usb/typec_altmode.h int typec_altmode_exit(struct typec_altmode *altmode);