Searched refs:_ddebug (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/include/linux/ |
H A D | dynamic_debug.h | 16 struct _ddebug { struct 118 struct _ddebug *descs; 141 void __dynamic_pr_debug(struct _ddebug *descriptor, const char *fmt, ...); 146 void __dynamic_dev_dbg(struct _ddebug *descriptor, const struct device *dev, 152 void __dynamic_netdev_dbg(struct _ddebug *descriptor, 159 void __dynamic_ibdev_dbg(struct _ddebug *descriptor, 164 static struct _ddebug __aligned(8) \
|
H A D | acpi.h | 1194 void __acpi_handle_debug(struct _ddebug *descriptor, acpi_handle handle, const char *fmt, ...);
|
/openbmc/linux/lib/ |
H A D | dynamic_debug.c | 42 extern struct _ddebug __start___dyndbg[]; 43 extern struct _ddebug __stop___dyndbg[]; 51 struct _ddebug *ddebugs; 204 struct _ddebug *dp = &dt->ddebugs[i]; in ddebug_change() 885 void __dynamic_dev_dbg(struct _ddebug *descriptor, in __dynamic_dev_dbg() 955 void __dynamic_ibdev_dbg(struct _ddebug *descriptor, in __dynamic_ibdev_dbg() 1080 struct _ddebug *dp; in ddebug_proc_start() 1103 struct _ddebug *dp; in ddebug_proc_next() 1136 struct _ddebug *dp = p; in ddebug_proc_show() 1410 struct _ddebug *iter, *iter_mod_start; in dynamic_debug_init() [all …]
|
/openbmc/linux/include/drm/ |
H A D | drm_print.h | 409 struct _ddebug; 411 void __drm_dev_dbg(struct _ddebug *desc, const struct device *dev, 571 void ___drm_dbg(struct _ddebug *desc, enum drm_debug_category category, const char *format, ...);
|
/openbmc/linux/drivers/gpu/drm/ |
H A D | drm_print.c | 285 void __drm_dev_dbg(struct _ddebug *desc, const struct device *dev, in __drm_dev_dbg() 310 void ___drm_dbg(struct _ddebug *desc, enum drm_debug_category category, const char *format, ...) in ___drm_dbg()
|
/openbmc/linux/drivers/acpi/ |
H A D | utils.c | 546 __acpi_handle_debug(struct _ddebug *descriptor, acpi_handle handle, in __acpi_handle_debug()
|