Home
last modified time | relevance | path

Searched defs:dp_debug (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/drivers/gpu/drm/msm/dp/
Ddp_debug.h20 struct dp_debug { struct
44 struct dp_debug *dp_debug_get(struct device *dev, struct dp_panel *panel, argument
68 static inline void dp_debug_put(struct dp_debug *dp_debug) in dp_debug_put()
Ddp_debug.c31 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()
421 struct dp_debug *dp_debug; in dp_debug_get() local
459 static int dp_debug_deinit(struct dp_debug *dp_debug) in dp_debug_deinit()
473 void dp_debug_put(struct dp_debug *dp_debug) in dp_debug_put()