Searched refs:dp_debug (Results 1 – 4 of 4) sorted by relevance
31 struct dp_debug dp_debug; member208 static void dp_debug_init(struct dp_debug *dp_debug, struct drm_minor *minor) in dp_debug_init() argument239 struct dp_debug *dp_debug; in dp_debug_get() local262 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() argument278 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() argument292 if (!dp_debug) in dp_debug_put()[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;
116 dp/dp_debug.o
Completed in 8 milliseconds