Searched refs:_ddebug (Results 1 – 6 of 6) sorted by relevance
/linux-6.3-rc2/include/linux/ |
A 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) \
|
A D | acpi.h | 1185 void __acpi_handle_debug(struct _ddebug *descriptor, acpi_handle handle, const char *fmt, ...);
|
/linux-6.3-rc2/lib/ |
A 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() 877 void __dynamic_dev_dbg(struct _ddebug *descriptor, in __dynamic_dev_dbg() 947 void __dynamic_ibdev_dbg(struct _ddebug *descriptor, in __dynamic_ibdev_dbg() 1072 struct _ddebug *dp; in ddebug_proc_start() 1095 struct _ddebug *dp; in ddebug_proc_next() 1128 struct _ddebug *dp = p; in ddebug_proc_show() 1379 struct _ddebug *iter, *iter_mod_start; in dynamic_debug_init() [all …]
|
/linux-6.3-rc2/include/drm/ |
A 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.3-rc2/drivers/gpu/drm/ |
A 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.3-rc2/drivers/acpi/ |
A D | utils.c | 546 __acpi_handle_debug(struct _ddebug *descriptor, acpi_handle handle, in __acpi_handle_debug()
|
Completed in 17 milliseconds