Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/typec/
H A Dmux.h19 #define to_typec_mux_dev(_dev_) container_of(_dev_, struct typec_mux_dev, dev) macro
H A Dmux.c284 return dev ? to_typec_mux_dev(dev) : ERR_PTR(-EPROBE_DEFER); in typec_mux_match()
391 kfree(to_typec_mux_dev(dev)); in typec_mux_release()