typec_altmode_dev_type   32 drivers/usb/typec/bus.h extern const struct device_type typec_altmode_dev_type;
typec_altmode_dev_type   35 drivers/usb/typec/bus.h #define is_typec_altmode(_dev_) (_dev_->type == &typec_altmode_dev_type)
typec_altmode_dev_type  474 drivers/usb/typec/class.c const struct device_type typec_altmode_dev_type = {
typec_altmode_dev_type  515 drivers/usb/typec/class.c 	alt->adev.dev.type = &typec_altmode_dev_type;