Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/gpu/drm/msm/dp/
A Ddp_debug.c31 struct dp_debug dp_debug; member
208 static void dp_debug_init(struct dp_debug *dp_debug, struct drm_minor *minor) in dp_debug_init() argument
239 struct dp_debug *dp_debug; in dp_debug_get() local
262 dp_debug = &debug->dp_debug; in dp_debug_get()
269 return dp_debug; in dp_debug_get()
274 static int dp_debug_deinit(struct dp_debug *dp_debug) in dp_debug_deinit() argument
278 if (!dp_debug) in dp_debug_deinit()
281 debug = container_of(dp_debug, struct dp_debug_private, dp_debug); in dp_debug_deinit()
288 void dp_debug_put(struct dp_debug *dp_debug) in dp_debug_put() argument
292 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.c99 struct dp_debug *debug;
/linux-6.3-rc2/drivers/gpu/drm/msm/
A DMakefile116 dp/dp_debug.o

Completed in 8 milliseconds