Searched refs:dp_debug (Results 1 – 4 of 4) sorted by relevance
31 struct dp_debug dp_debug; member210 static int dp_debug_init(struct dp_debug *dp_debug, struct drm_minor *minor) in dp_debug_init() argument242 struct dp_debug *dp_debug; in dp_debug_get() local264 dp_debug = &debug->dp_debug; in dp_debug_get()275 return dp_debug; in dp_debug_get()280 static int dp_debug_deinit(struct dp_debug *dp_debug) in dp_debug_deinit() argument284 if (!dp_debug) in dp_debug_deinit()287 debug = container_of(dp_debug, struct dp_debug_private, dp_debug); in dp_debug_deinit()294 void dp_debug_put(struct dp_debug *dp_debug) in dp_debug_put() argument298 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
100 struct dp_debug *debug;
105 dp/dp_debug.o
Completed in 7 milliseconds