Home
last modified time | relevance | path

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

/linux/drivers/usb/typec/
H A Dmux.c58 dev = class_find_device(&typec_mux_class, NULL, fwnode, in typec_switch_match()
193 sw_dev->dev.class = &typec_mux_class; in typec_switch_register()
291 dev = class_find_device(&typec_mux_class, NULL, fwnode, in typec_mux_match()
437 mux_dev->dev.class = &typec_mux_class; in typec_mux_register()
482 const struct class typec_mux_class = { variable