Home
last modified time | relevance | path

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

/linux/include/drm/display/
H A Ddrm_dp_aux_bus.h23 struct dp_aux_ep_device { struct
31 int (*probe)(struct dp_aux_ep_device *aux_ep); argument
32 void (*remove)(struct dp_aux_ep_device *aux_ep);
33 void (*shutdown)(struct dp_aux_ep_device *aux_ep);
37 static inline struct dp_aux_ep_device *to_dp_aux_ep_dev(struct device *dev) in to_dp_aux_ep_dev()
39 return container_of(dev, struct dp_aux_ep_device, dev); in to_dp_aux_ep_dev()
/linux/drivers/gpu/drm/panel/
H A Dpanel-edp.c2155 static int panel_edp_dp_aux_ep_probe(struct dp_aux_ep_device *aux_ep) in panel_edp_dp_aux_ep_probe()
2166 static void panel_edp_dp_aux_ep_remove(struct dp_aux_ep_device *aux_ep) in panel_edp_dp_aux_ep_remove()
2171 static void panel_edp_dp_aux_ep_shutdown(struct dp_aux_ep_device *aux_ep) in panel_edp_dp_aux_ep_shutdown()