Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/typec/
H A Dmux.h21 extern const struct device_type typec_switch_dev_type;
24 #define is_typec_switch_dev(dev) ((dev)->type == &typec_switch_dev_type)
H A Dmux.c149 const struct device_type typec_switch_dev_type = { variable
184 sw_dev->dev.type = &typec_switch_dev_type; in typec_switch_register()