OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MPL_LOGI
(Results
1 - 3
of
3
) sorted by null
/hardware/invensense/60xx/libsensors_iio/software/core/driver/include/
log.h
173
#ifndef
MPL_LOGI
175
#define
MPL_LOGI
(fmt, ...) pr_info(KERN_INFO MPL_LOG_TAG fmt, ##__VA_ARGS__)
177
#define
MPL_LOGI
(fmt, ...) MPL_LOG(LOG_INFO, MPL_LOG_TAG, fmt, ##__VA_ARGS__)
/hardware/invensense/60xx/mlsdk/platform/include/
log.h
173
#ifndef
MPL_LOGI
174
#define
MPL_LOGI
(fmt, ...) MPL_LOG(LOG_INFO, MPL_LOG_TAG, fmt, ##__VA_ARGS__)
/hardware/invensense/65xx/libsensors_iio/software/core/driver/include/
log.h
177
#ifndef
MPL_LOGI
179
#define
MPL_LOGI
(fmt, ...) pr_info(KERN_INFO MPL_LOG_TAG fmt, ##__VA_ARGS__)
181
#define
MPL_LOGI
(fmt, ...) MPL_LOG(LOG_INFO, MPL_LOG_TAG, fmt, ##__VA_ARGS__)
Completed in 30 milliseconds