Home
last modified time | relevance | path

Searched refs:to_typec_altmode (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/usb/typec/
H A Dmode_selection.c66 struct typec_altmode *alt = to_typec_altmode(dev); in activate_altmode()
214 struct typec_altmode *altmode = to_typec_altmode(dev); in altmode_add_to_list()
/linux/include/linux/usb/
H A Dtypec_altmode.h50 #define to_typec_altmode(d) container_of(d, struct typec_altmode, dev) macro