Searched defs:MPL_LOGI (Results 1 - 2 of 2) sorted by relevance

/hardware/invensense/6515/libsensors_iio/software/core/driver/include/
H A Dlog.h213 #ifndef MPL_LOGI
215 #define MPL_LOGI(fmt, ...) pr_info(KERN_INFO MPL_LOG_TAG fmt, ##__VA_ARGS__) macro
219 #define MPL_LOGI(fmt, ...) MPL_LOG(MPL_LOG_INFO, MPL_LOG_TAG, fmt, ##__VA_ARGS__) macro
221 #define MPL_LOGI(fmt, ...) MPL_LOG(LOG_INFO, MPL_LOG_TAG, fmt, ##__VA_ARGS__) macro
/hardware/invensense/65xx/libsensors_iio/software/core/driver/include/
H A Dlog.h177 #ifndef MPL_LOGI
179 #define MPL_LOGI(fmt, ...) pr_info(KERN_INFO MPL_LOG_TAG fmt, ##__VA_ARGS__) macro
181 #define MPL_LOGI(fmt, ...) MPL_LOG(LOG_INFO, MPL_LOG_TAG, fmt, ##__VA_ARGS__) macro

Completed in 4 milliseconds