Searched refs:_ddebug (Results 1 – 3 of 3) sorted by relevance
| /linux/include/linux/ |
| H A D | dynamic_debug.h | 16 struct _ddebug { struct 119 struct _ddebug *descs; 142 void __dynamic_pr_debug(struct _ddebug *descriptor, const char *fmt, ...); 147 void __dynamic_dev_dbg(struct _ddebug *descriptor, const struct device *dev, 153 void __dynamic_netdev_dbg(struct _ddebug *descriptor, 160 void __dynamic_ibdev_dbg(struct _ddebug *descriptor, 171 static struct _ddebug __aligned(8) \
|
| /linux/lib/ |
| H A D | dynamic_debug.c | 42 extern struct _ddebug __start___dyndbg[]; 43 extern struct _ddebug __stop___dyndbg[]; 51 struct _ddebug *ddebugs; 205 struct _ddebug *dp = &dt->ddebugs[i]; in ddebug_change() 825 static char *__dynamic_emit_prefix(const struct _ddebug *desc, char *buf) in __dynamic_emit_prefix() 858 static inline char *dynamic_emit_prefix(struct _ddebug *desc, char *buf) in dynamic_emit_prefix() 865 void __dynamic_pr_debug(struct _ddebug *descriptor, const char *fmt, ...) in __dynamic_pr_debug() 885 void __dynamic_dev_dbg(struct _ddebug *descriptor, in __dynamic_dev_dbg() 916 void __dynamic_netdev_dbg(struct _ddebug *descriptor, in __dynamic_netdev_dbg() 955 void __dynamic_ibdev_dbg(struct _ddebug *descriptor, in __dynamic_ibdev_dbg() [all …]
|
| /linux/drivers/acpi/ |
| H A D | utils.c | 627 __acpi_handle_debug(struct _ddebug *descriptor, acpi_handle handle, in __acpi_handle_debug()
|