Searched refs:is_typec_switch_dev (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/usb/typec/ | ||
H A D | mux.h | 24 #define is_typec_switch_dev(dev) ((dev)->type == &typec_switch_dev_type) macro |
H A D | mux.c | 29 if (!is_typec_switch_dev(dev)) in switch_fwnode_match() |