Searched refs:iep_dbg (Results 1 – 1 of 1) sorted by relevance
| /rockchip-linux_mpp/mpp/vproc/inc/ |
| H A D | iep_common.h | 26 #define iep_dbg(flag, fmt, ...) _mpp_dbg(iep_debug, flag, "iep:" fmt, ## __VA_ARGS__) macro 28 #define iep_dbg_func(fmt, ...) iep_dbg(IEP_DBG_FUNCTION, fmt, ## __VA_ARGS__) 29 #define iep_dbg_trace(fmt, ...) iep_dbg(IEP_DBG_TRACE, fmt, ## __VA_ARGS__)
|