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() 825 static char *__dynamic_emit_prefix(const struct _ddebug *desc, char *buf) in __dynamic_emit_prefix() 858 static inline char *dynamic_emit_prefix(struct _ddebug *desc, char *buf) in dynamic_emit_prefix() 865 void __dynamic_pr_debug(struct _ddebug *descriptor, const char *fmt, ...) in __dynamic_pr_debug() 885 void __dynamic_dev_dbg(struct _ddebug *descriptor, in __dynamic_dev_dbg() 916 void __dynamic_netdev_dbg(struct _ddebug *descriptor, in __dynamic_netdev_dbg() 955 void __dynamic_ibdev_dbg(struct _ddebug *descriptor, in __dynamic_ibdev_dbg() [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()
|