Home
last modified time | relevance | path

Searched refs:_ddebug (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.4/include/linux/
Ddynamic_debug.h14 struct _ddebug { struct
52 int ddebug_add_module(struct _ddebug *tab, unsigned int n, argument
56 void __dynamic_pr_debug(struct _ddebug *descriptor, const char *fmt, ...);
64 void __dynamic_dev_dbg(struct _ddebug *descriptor, const struct device *dev,
70 void __dynamic_netdev_dbg(struct _ddebug *descriptor,
77 void __dynamic_ibdev_dbg(struct _ddebug *descriptor,
82 static struct _ddebug __aligned(8) \
180 static inline int ddebug_add_module(struct _ddebug *tab, unsigned int n, in ddebug_add_module()
Dacpi.h965 void __acpi_handle_debug(struct _ddebug *descriptor, acpi_handle handle, const char *fmt, ...);
/Linux-v5.4/lib/
Ddynamic_debug.c42 extern struct _ddebug __start___verbose[];
43 extern struct _ddebug __stop___verbose[];
49 struct _ddebug *ddebugs;
91 static char *ddebug_describe_flags(struct _ddebug *dp, char *buf, in ddebug_describe_flags()
159 struct _ddebug *dp = &dt->ddebugs[i]; in ddebug_change()
521 static char *dynamic_emit_prefix(const struct _ddebug *desc, char *buf) in dynamic_emit_prefix()
553 void __dynamic_pr_debug(struct _ddebug *descriptor, const char *fmt, ...) in __dynamic_pr_debug()
573 void __dynamic_dev_dbg(struct _ddebug *descriptor, in __dynamic_dev_dbg()
604 void __dynamic_netdev_dbg(struct _ddebug *descriptor, in __dynamic_netdev_dbg()
643 void __dynamic_ibdev_dbg(struct _ddebug *descriptor, in __dynamic_ibdev_dbg()
[all …]
/Linux-v5.4/kernel/
Dmodule-internal.h20 struct _ddebug *debug;
Dmodule.c2789 static void dynamic_debug_setup(struct module *mod, struct _ddebug *debug, unsigned int num) in dynamic_debug_setup()
2796 static void dynamic_debug_remove(struct module *mod, struct _ddebug *debug) in dynamic_debug_remove()
/Linux-v5.4/drivers/acpi/
Dutils.c511 __acpi_handle_debug(struct _ddebug *descriptor, acpi_handle handle, in __acpi_handle_debug()