Searched refs:aux_ep (Results 1 – 2 of 2) sorted by relevance
27 struct dp_aux_ep_device aux_ep; member56 struct dp_aux_ep_device *aux_ep = to_dp_aux_ep_dev(dev); in dp_aux_ep_probe() local58 container_of(aux_ep, struct dp_aux_ep_device_with_data, aux_ep); in dp_aux_ep_probe()65 ret = aux_ep_drv->probe(aux_ep); in dp_aux_ep_probe()70 ret = aux_ep_with_data->done_probing(aux_ep->aux); in dp_aux_ep_probe()90 aux_ep_drv->remove(aux_ep); in dp_aux_ep_probe()106 struct dp_aux_ep_device *aux_ep = to_dp_aux_ep_dev(dev); in dp_aux_ep_remove() local109 aux_ep_drv->remove(aux_ep); in dp_aux_ep_remove()158 struct dp_aux_ep_device *aux_ep = to_dp_aux_ep_dev(dev); in dp_aux_ep_dev_release() local160 container_of(aux_ep, struct dp_aux_ep_device_with_data, aux_ep); in dp_aux_ep_dev_release()[all …]
31 int (*probe)(struct dp_aux_ep_device *aux_ep);32 void (*remove)(struct dp_aux_ep_device *aux_ep);33 void (*shutdown)(struct dp_aux_ep_device *aux_ep);