Searched refs:_ddebug (Results 1 – 6 of 6) sorted by relevance
| /linux/include/linux/ |
| A D | dynamic_debug.h | 14 struct _ddebug { struct 61 int ddebug_add_module(struct _ddebug *tab, unsigned int n, argument 65 void __dynamic_pr_debug(struct _ddebug *descriptor, const char *fmt, ...); 73 void __dynamic_dev_dbg(struct _ddebug *descriptor, const struct device *dev, 79 void __dynamic_netdev_dbg(struct _ddebug *descriptor, 86 void __dynamic_ibdev_dbg(struct _ddebug *descriptor, 91 static struct _ddebug __aligned(8) \ 190 static inline int ddebug_add_module(struct _ddebug *tab, unsigned int n, in ddebug_add_module()
|
| A D | acpi.h | 1082 void __acpi_handle_debug(struct _ddebug *descriptor, acpi_handle handle, const char *fmt, ...);
|
| /linux/lib/ |
| A D | dynamic_debug.c | 42 extern struct _ddebug __start___dyndbg[]; 43 extern struct _ddebug __stop___dyndbg[]; 49 struct _ddebug *ddebugs; 171 struct _ddebug *dp = &dt->ddebugs[i]; in ddebug_change() 651 void __dynamic_dev_dbg(struct _ddebug *descriptor, in __dynamic_dev_dbg() 721 void __dynamic_ibdev_dbg(struct _ddebug *descriptor, in __dynamic_ibdev_dbg() 846 struct _ddebug *dp; in ddebug_proc_start() 869 struct _ddebug *dp; in ddebug_proc_next() 888 struct _ddebug *dp = p; in ddebug_proc_show() 1086 struct _ddebug *iter, *iter_start; in dynamic_debug_init() [all …]
|
| /linux/kernel/ |
| A D | module-internal.h | 20 struct _ddebug *debug;
|
| A D | module.c | 2823 static void dynamic_debug_setup(struct module *mod, struct _ddebug *debug, unsigned int num) in dynamic_debug_setup() 2830 static void dynamic_debug_remove(struct module *mod, struct _ddebug *debug) in dynamic_debug_remove()
|
| /linux/drivers/acpi/ |
| A D | utils.c | 508 __acpi_handle_debug(struct _ddebug *descriptor, acpi_handle handle, in __acpi_handle_debug()
|
Completed in 24 milliseconds