Searched refs:typec_switch_dev_type (Results 1 – 2 of 2) sorted by relevance
21 extern const struct device_type typec_switch_dev_type;24 #define is_typec_switch_dev(dev) ((dev)->type == &typec_switch_dev_type)
149 const struct device_type typec_switch_dev_type = { variable184 sw_dev->dev.type = &typec_switch_dev_type; in typec_switch_register()