Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/display/
H A Ddrm_dp_aux_bus.c27 struct dp_aux_ep_device aux_ep; member
56 struct dp_aux_ep_device *aux_ep = to_dp_aux_ep_dev(dev); in dp_aux_ep_probe() local
58 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() local
109 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() local
160 container_of(aux_ep, struct dp_aux_ep_device_with_data, aux_ep); in dp_aux_ep_dev_release()
[all …]
/linux/include/drm/display/
H A Ddrm_dp_aux_bus.h31 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);