Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/typec/
H A Dbus.c350 struct typec_altmode_driver *drv = to_altmode_driver(driver); in typec_match()
400 struct typec_altmode_driver *drv = to_altmode_driver(dev->driver); in typec_probe()
424 struct typec_altmode_driver *drv = to_altmode_driver(dev->driver); in typec_remove()
/openbmc/linux/include/linux/usb/
H A Dtypec_altmode.h162 #define to_altmode_driver(d) container_of(d, struct typec_altmode_driver, \ macro