Searched refs:_ddebug (Results 1 – 8 of 8) sorted by relevance
| /linux/include/linux/ |
| 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) \
|
| A D | acpi.h | 1200 void __acpi_handle_debug(struct _ddebug *descriptor, acpi_handle handle, const char *fmt, ...);
|
| /linux/lib/ |
| 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() 884 void __dynamic_dev_dbg(struct _ddebug *descriptor, in __dynamic_dev_dbg() 954 void __dynamic_ibdev_dbg(struct _ddebug *descriptor, in __dynamic_ibdev_dbg() 1079 struct _ddebug *dp; in ddebug_proc_start() 1102 struct _ddebug *dp; in ddebug_proc_next() 1135 struct _ddebug *dp = p; in ddebug_proc_show() 1409 struct _ddebug *iter, *iter_mod_start; in dynamic_debug_init() [all …]
|
| /linux/drivers/media/platform/renesas/vsp1/ |
| A D | vsp1_pipe.h | 146 void __vsp1_pipeline_dump(struct _ddebug *, struct vsp1_pipeline *pipe,
|
| A D | vsp1_pipe.c | 304 void __vsp1_pipeline_dump(struct _ddebug *dbg, struct vsp1_pipeline *pipe, in __vsp1_pipeline_dump()
|
| /linux/include/drm/ |
| A D | drm_print.h | 423 struct _ddebug; 425 void __drm_dev_dbg(struct _ddebug *desc, const struct device *dev,
|
| /linux/drivers/gpu/drm/ |
| A D | drm_print.c | 317 void __drm_dev_dbg(struct _ddebug *desc, const struct device *dev, in __drm_dev_dbg()
|
| /linux/drivers/acpi/ |
| A D | utils.c | 628 __acpi_handle_debug(struct _ddebug *descriptor, acpi_handle handle, in __acpi_handle_debug()
|
Completed in 30 milliseconds