Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/typec/
Dclass.c223 struct device *altmode_dev; in typec_altmode_register_notifier() local
235 altmode_dev = device_find_child(port_dev, &id, altmode_match); in typec_altmode_register_notifier()
239 if (!altmode_dev) in typec_altmode_register_notifier()
242 altmode = to_altmode(to_typec_altmode(altmode_dev)); in typec_altmode_register_notifier()
247 put_device(altmode_dev); in typec_altmode_register_notifier()