Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/msm/dp/
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() argument
238 struct dp_debug *dp_debug; in dp_debug_get() local
260 dp_debug = &debug->dp_debug; in dp_debug_get()
267 return dp_debug; in dp_debug_get()
272 static int dp_debug_deinit(struct dp_debug *dp_debug) in dp_debug_deinit() argument
276 if (!dp_debug) in dp_debug_deinit()
279 debug = container_of(dp_debug, struct dp_debug_private, dp_debug); in dp_debug_deinit()
286 void dp_debug_put(struct dp_debug *dp_debug) in dp_debug_put() argument
290 if (!dp_debug) in dp_debug_put()
[all …]
H A Ddp_debug.h20 struct dp_debug { struct
43 struct dp_debug *dp_debug_get(struct device *dev, struct dp_panel *panel, argument
55 void dp_debug_put(struct dp_debug *dp_debug);
60 struct dp_debug *dp_debug_get(struct device *dev, struct dp_panel *panel, in dp_debug_get()
67 static inline void dp_debug_put(struct dp_debug *dp_debug) in dp_debug_put() argument
H A Ddp_display.c101 struct dp_debug *debug;
/openbmc/linux/drivers/gpu/drm/msm/
H A DMakefile117 dp/dp_debug.o