Home
last modified time | relevance | path

Searched refs:dp_debug (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-6.6/drivers/gpu/drm/msm/dp/
H A Ddp_debug.c16 #include "dp_debug.h"
30 struct dp_debug dp_debug; member
93 DEFINE_SHOW_ATTRIBUTE(dp_debug); variable
207 static void dp_debug_init(struct dp_debug *dp_debug, struct drm_minor *minor) in dp_debug_init() argument
210 struct dp_debug_private *debug = container_of(dp_debug, in dp_debug_init()
211 struct dp_debug_private, dp_debug); in dp_debug_init()
217 debugfs_create_file("dp_debug", 0444, debug->root, in dp_debug_init()
233 struct dp_debug *dp_debug_ge
238 struct dp_debug *dp_debug; dp_debug_get() local
272 dp_debug_deinit(struct dp_debug *dp_debug) dp_debug_deinit() argument
286 dp_debug_put(struct dp_debug *dp_debug) dp_debug_put() argument
[all...]
H A Ddp_debug.h13 * struct dp_debug
20 struct dp_debug { struct
43 struct dp_debug *dp_debug_get(struct device *dev, struct dp_panel *panel,
51 * Cleans up dp_debug instance
53 * @dp_debug: instance of dp_debug
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_debu argument
[all...]
H A Ddp_display.c28 #include "dp_debug.h"
101 struct dp_debug *debug;
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/dp/
H A Ddp_debug.c16 #include "dp_debug.h"
31 struct dp_debug dp_debug; member
366 static int dp_debug_init(struct dp_debug *dp_debug, struct drm_minor *minor) in dp_debug_init() argument
369 struct dp_debug_private *debug = container_of(dp_debug, in dp_debug_init()
370 struct dp_debug_private, dp_debug); in dp_debug_init()
375 file = debugfs_create_file("dp_debug", 0444, minor->debugfs_root, in dp_debug_init()
415 struct dp_debug *dp_debug_get(struct device *dev, struct dp_panel *panel, in dp_debug_get()
421 struct dp_debug *dp_debu in dp_debug_get() local
459 dp_debug_deinit(struct dp_debug *dp_debug) dp_debug_deinit() argument
473 dp_debug_put(struct dp_debug *dp_debug) dp_debug_put() argument
[all...]
H A Ddp_debug.h13 * struct dp_debug
20 struct dp_debug { struct
44 struct dp_debug *dp_debug_get(struct device *dev, struct dp_panel *panel,
52 * Cleans up dp_debug instance
54 * @dp_debug: instance of dp_debug
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_debu argument
[all...]
H A Ddp_display.c28 #include "dp_debug.h"
99 struct dp_debug *debug;
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/
H A DMakefile100 dp/dp_debug.o
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/
H A DMakefile117 dp/dp_debug.o

Completed in 7 milliseconds