Home
last modified time | relevance | path

Searched refs:typec_altmode_exit (Results 1 – 3 of 3) sorted by relevance

/drivers/usb/typec/
Dbus.c120 int typec_altmode_exit(struct typec_altmode *adev) in typec_altmode_exit() function
140 EXPORT_SYMBOL_GPL(typec_altmode_exit);
Dclass.c367 typec_altmode_exit(&altmode->partner->adev); in active_store()
/drivers/usb/typec/altmodes/
Ddisplayport.c211 if (typec_altmode_exit(dp->alt)) in dp_altmode_work()
309 return activate ? typec_altmode_enter(alt) : typec_altmode_exit(alt); in dp_altmode_activate()