Searched refs:typec_plug_dev_type (Results 1 – 2 of 2) sorted by relevance
95 extern const struct device_type typec_plug_dev_type;100 #define is_typec_plug(dev) ((dev)->type == &typec_plug_dev_type)
1236 const struct device_type typec_plug_dev_type = { variable1323 plug->dev.type = &typec_plug_dev_type; in typec_register_plug()