Searched refs:typec_cable_dev_type (Results 1 – 2 of 2) sorted by relevance
70 extern const struct device_type typec_cable_dev_type;75 #define is_typec_cable(dev) ((dev)->type == &typec_cable_dev_type)
1099 const struct device_type typec_cable_dev_type = { variable1203 cable->dev.type = &typec_cable_dev_type; in typec_register_cable()