Searched refs:typec_mux_dev_type (Results 1 – 2 of 2) sorted by relevance
22 extern const struct device_type typec_mux_dev_type;25 #define is_typec_mux_dev(dev) ((dev)->type == &typec_mux_dev_type)
394 const struct device_type typec_mux_dev_type = { variable428 mux_dev->dev.type = &typec_mux_dev_type; in typec_mux_register()