Searched refs:_ddebug (Results 1 – 6 of 6) sorted by relevance
/linux-6.1.9/include/linux/ |
D | dynamic_debug.h | 16 struct _ddebug { struct 116 struct _ddebug *descs; 137 void __dynamic_pr_debug(struct _ddebug *descriptor, const char *fmt, ...); 145 void __dynamic_dev_dbg(struct _ddebug *descriptor, const struct device *dev, 151 void __dynamic_netdev_dbg(struct _ddebug *descriptor, 158 void __dynamic_ibdev_dbg(struct _ddebug *descriptor, 163 static struct _ddebug __aligned(8) \
|
D | acpi.h | 1167 void __acpi_handle_debug(struct _ddebug *descriptor, acpi_handle handle, const char *fmt, ...);
|
/linux-6.1.9/lib/ |
D | dynamic_debug.c | 42 extern struct _ddebug __start___dyndbg[]; 43 extern struct _ddebug __stop___dyndbg[]; 51 struct _ddebug *ddebugs; 203 struct _ddebug *dp = &dt->ddebugs[i]; in ddebug_change() 820 static char *__dynamic_emit_prefix(const struct _ddebug *desc, char *buf) in __dynamic_emit_prefix() 850 static inline char *dynamic_emit_prefix(struct _ddebug *desc, char *buf) in dynamic_emit_prefix() 857 void __dynamic_pr_debug(struct _ddebug *descriptor, const char *fmt, ...) in __dynamic_pr_debug() 877 void __dynamic_dev_dbg(struct _ddebug *descriptor, in __dynamic_dev_dbg() 908 void __dynamic_netdev_dbg(struct _ddebug *descriptor, in __dynamic_netdev_dbg() 947 void __dynamic_ibdev_dbg(struct _ddebug *descriptor, in __dynamic_ibdev_dbg() [all …]
|
/linux-6.1.9/include/drm/ |
D | drm_print.h | 357 struct _ddebug; 359 void __drm_dev_dbg(struct _ddebug *desc, const struct device *dev, 519 void ___drm_dbg(struct _ddebug *desc, enum drm_debug_category category, const char *format, ...);
|
/linux-6.1.9/drivers/gpu/drm/ |
D | drm_print.c | 282 void __drm_dev_dbg(struct _ddebug *desc, const struct device *dev, in __drm_dev_dbg() 307 void ___drm_dbg(struct _ddebug *desc, enum drm_debug_category category, const char *format, ...) in ___drm_dbg()
|
/linux-6.1.9/drivers/acpi/ |
D | utils.c | 546 __acpi_handle_debug(struct _ddebug *descriptor, acpi_handle handle, in __acpi_handle_debug()
|