Searched defs:MPL_LOGW (Results 1 - 3 of 3) sorted by relevance

/hardware/invensense/60xx/libsensors_iio/software/core/driver/include/
H A Dlog.h191 #ifndef MPL_LOGW
193 #define MPL_LOGW(fmt, ...) printk(KERN_WARNING MPL_LOG_TAG fmt, ##__VA_ARGS__) macro
195 #define MPL_LOGW(fmt, ...) MPL_LOG(LOG_WARN, MPL_LOG_TAG, fmt, ##__VA_ARGS__) macro
/hardware/invensense/60xx/mlsdk/platform/include/
H A Dlog.h187 #ifndef MPL_LOGW
189 #define MPL_LOGW(fmt, ...) printk(KERN_WARNING MPL_LOG_TAG fmt, ##__VA_ARGS__) macro
191 #define MPL_LOGW(fmt, ...) MPL_LOG(LOG_WARN, MPL_LOG_TAG, fmt, ##__VA_ARGS__) macro
/hardware/invensense/65xx/libsensors_iio/software/core/driver/include/
H A Dlog.h195 #ifndef MPL_LOGW
197 #define MPL_LOGW(fmt, ...) printk(KERN_WARNING MPL_LOG_TAG fmt, ##__VA_ARGS__) macro
199 #define MPL_LOGW(fmt, ...) MPL_LOG(LOG_WARN, MPL_LOG_TAG, fmt, ##__VA_ARGS__) macro

Completed in 985 milliseconds