Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/
Ddynamic_debug.h14 struct _ddebug { struct
50 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,
75 static struct _ddebug __aligned(8) \
Dacpi.h959 void __acpi_handle_debug(struct _ddebug *descriptor, acpi_handle handle, const char *fmt, ...);
/linux-4.19.296/lib/
Ddynamic_debug.c40 extern struct _ddebug __start___verbose[];
41 extern struct _ddebug __stop___verbose[];
47 struct _ddebug *ddebugs;
157 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()
692 static struct _ddebug *ddebug_iter_first(struct ddebug_iter *iter) in ddebug_iter_first()
711 static struct _ddebug *ddebug_iter_next(struct ddebug_iter *iter) in ddebug_iter_next()
[all …]