Home
last modified time | relevance | path

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

/linux-6.1.9/include/drm/display/
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-6.1.9/drivers/gpu/drm/display/
Ddrm_dp_aux_bus.c26 struct dp_aux_ep_device aux_ep;
55 struct dp_aux_ep_device *aux_ep = to_dp_aux_ep_dev(dev); in dp_aux_ep_probe()
105 struct dp_aux_ep_device *aux_ep = to_dp_aux_ep_dev(dev); in dp_aux_ep_remove()
157 struct dp_aux_ep_device *aux_ep = to_dp_aux_ep_dev(dev); in dp_aux_ep_dev_release()
253 struct dp_aux_ep_device *aux_ep; in of_dp_aux_populate_bus()
/linux-6.1.9/drivers/gpu/drm/panel/
Dpanel-samsung-atna33xc20.c245 struct dp_aux_ep_device *aux_ep = to_dp_aux_ep_dev(panel->dev); in atana33xc20_get_modes()
278 static int atana33xc20_probe(struct dp_aux_ep_device *aux_ep) in atana33xc20_probe()
334 static void atana33xc20_remove(struct dp_aux_ep_device *aux_ep) in atana33xc20_remove()
346 static void atana33xc20_shutdown(struct dp_aux_ep_device *aux_ep) in atana33xc20_shutdown()
Dpanel-edp.c1959 static int panel_edp_dp_aux_ep_probe(struct dp_aux_ep_device *aux_ep) in panel_edp_dp_aux_ep_probe()
1970 static void panel_edp_dp_aux_ep_remove(struct dp_aux_ep_device *aux_ep) in panel_edp_dp_aux_ep_remove()
1975 static void panel_edp_dp_aux_ep_shutdown(struct dp_aux_ep_device *aux_ep) in panel_edp_dp_aux_ep_shutdown()