Home
last modified time | relevance | path

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

/linux/drivers/usb/typec/
H A Dmux.h18 #define to_typec_switch_dev(_dev_) container_of(_dev_, struct typec_switch_dev, dev) macro
H A Dmux.c59 return dev ? to_typec_switch_dev(dev) : ERR_PTR(-EPROBE_DEFER); in typec_switch_match()
146 kfree(to_typec_switch_dev(dev)); in typec_switch_release()