Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/usb/typec/
Dclass.c229 struct device *altmode_dev; in typec_altmode_register_notifier() local
241 altmode_dev = device_find_child(port_dev, &id, altmode_match); in typec_altmode_register_notifier()
245 if (!altmode_dev) in typec_altmode_register_notifier()
248 altmode = to_altmode(to_typec_altmode(altmode_dev)); in typec_altmode_register_notifier()
253 put_device(altmode_dev); in typec_altmode_register_notifier()