Searched refs:bcm_elog (Results 1 – 4 of 4) sorted by relevance
24 bcm_elog(LOG_MARKER_NOTICE __VA_ARGS__); \32 bcm_elog(LOG_MARKER_ERROR, __VA_ARGS__); \40 bcm_elog(LOG_MARKER_WARNING, __VA_ARGS__);\48 bcm_elog(LOG_MARKER_INFO __VA_ARGS__); \56 bcm_elog(LOG_MARKER_VERBOSE __VA_ARGS__);\
35 struct bcm_elog { struct42 static struct bcm_elog global_elog; argument49 static void elog_putchar(struct bcm_elog *elog, unsigned char c) in elog_putchar()70 static void elog_unsigned_num(struct bcm_elog *elog, unsigned long unum, in elog_unsigned_num()89 static void elog_string(struct bcm_elog *elog, const char *str) in elog_string()100 struct bcm_elog *elog = &global_elog; in bcm_elog_init()130 struct bcm_elog *elog = &global_elog; in bcm_elog_exit()147 struct bcm_elog *elog = &global_elog; in bcm_elog_copy_log()185 void bcm_elog(const char *fmt, ...) in bcm_elog() function193 struct bcm_elog *elog = &global_elog; in bcm_elog()
172 ELOG_SOURCES += plat/brcm/board/common/bcm_elog.c
18 void bcm_elog(const char *fmt, ...);32 static inline void bcm_elog(const char *fmt, ...) in bcm_elog() function
Completed in 7 milliseconds