Searched refs:dp_debug (Results 1 – 4 of 4) sorted by relevance
31 struct dp_debug dp_debug; member366 static int dp_debug_init(struct dp_debug *dp_debug, struct drm_minor *minor) in dp_debug_init() argument369 struct dp_debug_private *debug = container_of(dp_debug, in dp_debug_init()370 struct dp_debug_private, dp_debug); in dp_debug_init()392 struct dp_debug *dp_debug_get(struct device *dev, struct dp_panel *panel, in dp_debug_get()398 struct dp_debug *dp_debug; in dp_debug_get() local412 debug->dp_debug.debug_en = false; in dp_debug_get()420 dp_debug = &debug->dp_debug; in dp_debug_get()421 dp_debug->vdisplay = 0; in dp_debug_get()422 dp_debug->hdisplay = 0; in dp_debug_get()[all …]
20 struct dp_debug { struct44 struct dp_debug *dp_debug_get(struct device *dev, struct dp_panel *panel, argument56 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
98 struct dp_debug *debug;
103 dp/dp_debug.o