Home
last modified time | relevance | path

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

/drivers/usb/typec/
Dbus.h49 #define to_typec_mux(_dev_) container_of(_dev_, struct typec_mux, dev) macro
Dmux.c245 return dev ? to_typec_mux(dev) : ERR_PTR(-EPROBE_DEFER); in typec_mux_match()
298 kfree(to_typec_mux(dev)); in typec_mux_release()