Symbol: _ddebug
drivers/acpi/utils.c
627
__acpi_handle_debug(struct _ddebug *descriptor, acpi_handle handle,
drivers/gpu/drm/drm_print.c
332
void __drm_dev_dbg(struct _ddebug *desc, const struct device *dev,
drivers/media/platform/renesas/vsp1/vsp1_pipe.c
450
void __vsp1_pipeline_dump(struct _ddebug *dbg, struct vsp1_pipeline *pipe,
drivers/media/platform/renesas/vsp1/vsp1_pipe.h
147
void __vsp1_pipeline_dump(struct _ddebug *, struct vsp1_pipeline *pipe,
include/drm/drm_print.h
510
struct _ddebug;
include/drm/drm_print.h
512
void __drm_dev_dbg(struct _ddebug *desc, const struct device *dev,
include/linux/acpi.h
1245
void __acpi_handle_debug(struct _ddebug *descriptor, acpi_handle handle, const char *fmt, ...);
include/linux/dynamic_debug.h
119
struct _ddebug *descs;
include/linux/dynamic_debug.h
142
void __dynamic_pr_debug(struct _ddebug *descriptor, const char *fmt, ...);
include/linux/dynamic_debug.h
147
void __dynamic_dev_dbg(struct _ddebug *descriptor, const struct device *dev,
include/linux/dynamic_debug.h
153
void __dynamic_netdev_dbg(struct _ddebug *descriptor,
include/linux/dynamic_debug.h
160
void __dynamic_ibdev_dbg(struct _ddebug *descriptor,
include/linux/dynamic_debug.h
171
static struct _ddebug __aligned(8) \
lib/dynamic_debug.c
1036
static struct _ddebug *ddebug_iter_first(struct ddebug_iter *iter)
lib/dynamic_debug.c
1054
static struct _ddebug *ddebug_iter_next(struct ddebug_iter *iter)
lib/dynamic_debug.c
1080
struct _ddebug *dp;
lib/dynamic_debug.c
1103
struct _ddebug *dp;
lib/dynamic_debug.c
1116
static const char *ddebug_class_name(struct ddebug_iter *iter, struct _ddebug *dp)
lib/dynamic_debug.c
1136
struct _ddebug *dp = p;
lib/dynamic_debug.c
1410
struct _ddebug *iter, *iter_mod_start;
lib/dynamic_debug.c
1468
(int)((i * sizeof(struct _ddebug)) >> 10));
lib/dynamic_debug.c
205
struct _ddebug *dp = &dt->ddebugs[i];
lib/dynamic_debug.c
42
extern struct _ddebug __start___dyndbg[];
lib/dynamic_debug.c
43
extern struct _ddebug __stop___dyndbg[];
lib/dynamic_debug.c
51
struct _ddebug *ddebugs;
lib/dynamic_debug.c
825
static char *__dynamic_emit_prefix(const struct _ddebug *desc, char *buf)
lib/dynamic_debug.c
858
static inline char *dynamic_emit_prefix(struct _ddebug *desc, char *buf)
lib/dynamic_debug.c
865
void __dynamic_pr_debug(struct _ddebug *descriptor, const char *fmt, ...)
lib/dynamic_debug.c
885
void __dynamic_dev_dbg(struct _ddebug *descriptor,
lib/dynamic_debug.c
916
void __dynamic_netdev_dbg(struct _ddebug *descriptor,
lib/dynamic_debug.c
955
void __dynamic_ibdev_dbg(struct _ddebug *descriptor,