Searched refs:__drm_dev_dbg (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/include/drm/ |
D | drm_print.h | 425 void __drm_dev_dbg(struct _ddebug *desc, const struct device *dev, 476 __drm_dev_dbg(NULL, dev, cat, fmt, ##__VA_ARGS__) 479 _dynamic_func_call_cls(cat, fmt, __drm_dev_dbg, \ 588 #define __drm_dbg(cat, fmt, ...) __drm_dev_dbg(NULL, NULL, cat, fmt, ##__VA_ARGS__) 591 _dynamic_func_call_cls(cat, fmt, __drm_dev_dbg, \
|
/linux-6.12.1/drivers/gpu/drm/ |
D | drm_print.c | 317 void __drm_dev_dbg(struct _ddebug *desc, const struct device *dev, in __drm_dev_dbg() function 335 EXPORT_SYMBOL(__drm_dev_dbg);
|