Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/msm/dp/
A Ddp_debug.c31 struct dp_debug dp_debug; member
210 static int dp_debug_init(struct dp_debug *dp_debug, struct drm_minor *minor) in dp_debug_init() argument
242 struct dp_debug *dp_debug; in dp_debug_get() local
264 dp_debug = &debug->dp_debug; in dp_debug_get()
275 return dp_debug; in dp_debug_get()
280 static int dp_debug_deinit(struct dp_debug *dp_debug) in dp_debug_deinit() argument
284 if (!dp_debug) in dp_debug_deinit()
287 debug = container_of(dp_debug, struct dp_debug_private, dp_debug); in dp_debug_deinit()
294 void dp_debug_put(struct dp_debug *dp_debug) in dp_debug_put() argument
298 if (!dp_debug) in dp_debug_put()
[all …]
A Ddp_debug.h20 struct dp_debug { struct
44 struct dp_debug *dp_debug_get(struct device *dev, struct dp_panel *panel, argument
56 void dp_debug_put(struct dp_debug *dp_debug);
61 struct dp_debug *dp_debug_get(struct device *dev, struct dp_panel *panel, in dp_debug_get()
68 static inline void dp_debug_put(struct dp_debug *dp_debug) in dp_debug_put() argument
A Ddp_display.c100 struct dp_debug *debug;
/linux/drivers/gpu/drm/msm/
A DMakefile105 dp/dp_debug.o

Completed in 7 milliseconds