Searched refs:__drm_dev_dbg (Results 1 – 2 of 2) sorted by relevance
/linux/include/drm/ |
H A D | drm_print.h | 492 void __drm_dev_dbg(struct _ddebug *desc, const struct device *dev, 543 __drm_dev_dbg(NULL, dev, cat, fmt, ##__VA_ARGS__) 546 _dynamic_func_call_cls(cat, fmt, __drm_dev_dbg, \ 655 #define __drm_dbg(cat, fmt, ...) __drm_dev_dbg(NULL, NULL, cat, fmt, ##__VA_ARGS__) 658 _dynamic_func_call_cls(cat, fmt, __drm_dev_dbg, \
|
/linux/drivers/gpu/drm/ |
H A D | drm_print.c | 331 void __drm_dev_dbg(struct _ddebug *desc, const struct device *dev, in __drm_dev_dbg() function 349 EXPORT_SYMBOL(__drm_dev_dbg);
|