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()415 struct dp_debug *dp_debug_get(struct device *dev, struct dp_panel *panel, in dp_debug_get()421 struct dp_debug *dp_debug; in dp_debug_get() local435 debug->dp_debug.debug_en = false; in dp_debug_get()443 dp_debug = &debug->dp_debug; in dp_debug_get()444 dp_debug->vdisplay = 0; in dp_debug_get()445 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
99 struct dp_debug *debug;
100 dp/dp_debug.o