Home
last modified time | relevance | path

Searched defs:dp_debug (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/gpu/drm/msm/dp/
H A Ddp_debug.h20 struct dp_debug { struct
43 struct dp_debug *dp_debug_get(struct device *dev, struct dp_panel *panel, argument
67 static inline void dp_debug_put(struct dp_debug *dp_debug) in dp_debug_put()
H A Ddp_debug.c30 struct dp_debug dp_debug; member
207 static void dp_debug_init(struct dp_debug *dp_debug, struct drm_minor *minor) in dp_debug_init()
238 struct dp_debug *dp_debug; in dp_debug_get() local
272 static int dp_debug_deinit(struct dp_debug *dp_debug) in dp_debug_deinit()
286 void dp_debug_put(struct dp_debug *dp_debug) in dp_debug_put()