Searched refs:_ddebug (Results 1 – 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
D | dynamic_debug.h | 14 struct _ddebug { struct 53 int ddebug_add_module(struct _ddebug *tab, unsigned int n, argument 57 void __dynamic_pr_debug(struct _ddebug *descriptor, const char *fmt, ...); 65 void __dynamic_dev_dbg(struct _ddebug *descriptor, const struct device *dev, 71 void __dynamic_netdev_dbg(struct _ddebug *descriptor, 78 void __dynamic_ibdev_dbg(struct _ddebug *descriptor, 83 static struct _ddebug __aligned(8) \ 182 static inline int ddebug_add_module(struct _ddebug *tab, unsigned int n, in ddebug_add_module()
|
D | acpi.h | 1046 void __acpi_handle_debug(struct _ddebug *descriptor, acpi_handle handle, const char *fmt, ...);
|
/kernel/linux/linux-5.10/lib/ |
D | dynamic_debug.c | 42 extern struct _ddebug __start___dyndbg[]; 43 extern struct _ddebug __stop___dyndbg[]; 49 struct _ddebug *ddebugs; 167 struct _ddebug *dp = &dt->ddebugs[i]; in ddebug_change() 564 static char *dynamic_emit_prefix(const struct _ddebug *desc, char *buf) in dynamic_emit_prefix() 596 void __dynamic_pr_debug(struct _ddebug *descriptor, const char *fmt, ...) in __dynamic_pr_debug() 616 void __dynamic_dev_dbg(struct _ddebug *descriptor, in __dynamic_dev_dbg() 647 void __dynamic_netdev_dbg(struct _ddebug *descriptor, in __dynamic_netdev_dbg() 686 void __dynamic_ibdev_dbg(struct _ddebug *descriptor, in __dynamic_ibdev_dbg() 770 static struct _ddebug *ddebug_iter_first(struct ddebug_iter *iter) in ddebug_iter_first() [all …]
|
/kernel/linux/linux-5.10/kernel/ |
D | module-internal.h | 20 struct _ddebug *debug;
|
D | module.c | 2856 static void dynamic_debug_setup(struct module *mod, struct _ddebug *debug, unsigned int num) in dynamic_debug_setup() 2863 static void dynamic_debug_remove(struct module *mod, struct _ddebug *debug) in dynamic_debug_remove()
|
/kernel/linux/linux-5.10/drivers/acpi/ |
D | utils.c | 514 __acpi_handle_debug(struct _ddebug *descriptor, acpi_handle handle, in __acpi_handle_debug()
|