Home
last modified time | relevance | path

Searched refs:typec_mux_dev_type (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/usb/typec/
H A Dmux.h22 extern const struct device_type typec_mux_dev_type;
25 #define is_typec_mux_dev(dev) ((dev)->type == &typec_mux_dev_type)
H A Dmux.c394 const struct device_type typec_mux_dev_type = { variable
428 mux_dev->dev.type = &typec_mux_dev_type; in typec_mux_register()