Searched refs:to_typec_switch (Results 1 – 2 of 2) sorted by relevance
18 #define to_typec_switch(_dev_) container_of(_dev_, struct typec_switch, dev) macro
52 return dev ? to_typec_switch(dev) : ERR_PTR(-EPROBE_DEFER); in typec_switch_match()94 kfree(to_typec_switch(dev)); in typec_switch_release()
Completed in 6 milliseconds