Searched refs:ion_debug (Results 1 – 1 of 1) sorted by relevance
| /rockchip-linux_mpp/osal/allocator/ |
| H A D | allocator_ion.c | 29 static RK_U32 ion_debug = 0; variable 42 #define ion_dbg(flag, fmt, ...) _mpp_dbg(ion_debug, flag, fmt, ## __VA_ARGS__) 43 #define ion_dbg_f(flag, fmt, ...) _mpp_dbg_f(ion_debug, flag, fmt, ## __VA_ARGS__) 216 mpp_env_get_u32("ion_debug", &ion_debug, 0); in check_sysfs_iommu()
|