Symbol: dp_aux_ep_device
drivers/gpu/drm/display/drm_dp_aux_bus.c
106
struct dp_aux_ep_device *aux_ep = to_dp_aux_ep_dev(dev);
drivers/gpu/drm/display/drm_dp_aux_bus.c
158
struct dp_aux_ep_device *aux_ep = to_dp_aux_ep_dev(dev);
drivers/gpu/drm/display/drm_dp_aux_bus.c
259
struct dp_aux_ep_device *aux_ep;
drivers/gpu/drm/display/drm_dp_aux_bus.c
27
struct dp_aux_ep_device aux_ep;
drivers/gpu/drm/display/drm_dp_aux_bus.c
56
struct dp_aux_ep_device *aux_ep = to_dp_aux_ep_dev(dev);
drivers/gpu/drm/panel/panel-edp.c
2165
static int panel_edp_dp_aux_ep_probe(struct dp_aux_ep_device *aux_ep)
drivers/gpu/drm/panel/panel-edp.c
2176
static void panel_edp_dp_aux_ep_remove(struct dp_aux_ep_device *aux_ep)
drivers/gpu/drm/panel/panel-edp.c
2181
static void panel_edp_dp_aux_ep_shutdown(struct dp_aux_ep_device *aux_ep)
drivers/gpu/drm/panel/panel-samsung-atna33xc20.c
227
struct dp_aux_ep_device *aux_ep = to_dp_aux_ep_dev(panel->dev);
drivers/gpu/drm/panel/panel-samsung-atna33xc20.c
263
static int atana33xc20_probe(struct dp_aux_ep_device *aux_ep)
drivers/gpu/drm/panel/panel-samsung-atna33xc20.c
325
static void atana33xc20_remove(struct dp_aux_ep_device *aux_ep)
include/drm/display/drm_dp_aux_bus.h
31
int (*probe)(struct dp_aux_ep_device *aux_ep);
include/drm/display/drm_dp_aux_bus.h
32
void (*remove)(struct dp_aux_ep_device *aux_ep);
include/drm/display/drm_dp_aux_bus.h
33
void (*shutdown)(struct dp_aux_ep_device *aux_ep);
include/drm/display/drm_dp_aux_bus.h
37
static inline struct dp_aux_ep_device *to_dp_aux_ep_dev(struct device *dev)
include/drm/display/drm_dp_aux_bus.h
39
return container_of(dev, struct dp_aux_ep_device, dev);