Searched refs:to_dp_aux_ep_dev (Results 1 – 2 of 2) sorted by relevance
56 struct dp_aux_ep_device *aux_ep = to_dp_aux_ep_dev(dev); in dp_aux_ep_probe()106 struct dp_aux_ep_device *aux_ep = to_dp_aux_ep_dev(dev); in dp_aux_ep_remove()128 aux_ep_drv->shutdown(to_dp_aux_ep_dev(dev)); in dp_aux_ep_shutdown()158 struct dp_aux_ep_device *aux_ep = to_dp_aux_ep_dev(dev); in dp_aux_ep_dev_release()
37 static inline struct dp_aux_ep_device *to_dp_aux_ep_dev(struct device *dev) in to_dp_aux_ep_dev() function