typec_altmode_driver  565 drivers/usb/typec/altmodes/displayport.c static struct typec_altmode_driver dp_altmode_driver = {
typec_altmode_driver   32 drivers/usb/typec/altmodes/nvidia.c static struct typec_altmode_driver nvidia_altmode_driver = {
typec_altmode_driver  238 drivers/usb/typec/bus.c int __typec_altmode_register_driver(struct typec_altmode_driver *drv,
typec_altmode_driver  251 drivers/usb/typec/bus.c void typec_altmode_unregister_driver(struct typec_altmode_driver *drv)
typec_altmode_driver  305 drivers/usb/typec/bus.c 	struct typec_altmode_driver *drv = to_altmode_driver(driver);
typec_altmode_driver  355 drivers/usb/typec/bus.c 	struct typec_altmode_driver *drv = to_altmode_driver(dev->driver);
typec_altmode_driver  379 drivers/usb/typec/bus.c 	struct typec_altmode_driver *drv = to_altmode_driver(dev->driver);
typec_altmode_driver  147 include/linux/usb/typec_altmode.h #define to_altmode_driver(d) container_of(d, struct typec_altmode_driver, \
typec_altmode_driver  152 include/linux/usb/typec_altmode.h int __typec_altmode_register_driver(struct typec_altmode_driver *drv,
typec_altmode_driver  154 include/linux/usb/typec_altmode.h void typec_altmode_unregister_driver(struct typec_altmode_driver *drv);