Searched refs:DEBUG_DATA (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/kernel/arch/s390/kernel/ |
| H A D | debug.c | 411 DEBUG_DATA(act_entry)); in debug_format_entry() 991 memcpy(DEBUG_DATA(active), buf, min(len, id->buf_size)); in debug_event_common() 993 memset((DEBUG_DATA(active)) + len, 0, id->buf_size - len); in debug_event_common() 1024 memcpy(DEBUG_DATA(active), buf, min(len, id->buf_size)); in debug_exception_common() 1026 memset((DEBUG_DATA(active)) + len, 0, id->buf_size - len); in debug_exception_common() 1073 curr_event = (debug_sprintf_entry_t *) DEBUG_DATA(active); in __debug_sprintf_event() 1109 curr_event = (debug_sprintf_entry_t *)DEBUG_DATA(active); in __debug_sprintf_exception()
|
| /OK3568_Linux_fs/kernel/drivers/input/sensors/accel/ |
| H A D | da223_core.h | 225 DEBUG_DATA=1<<4, enumerator
|
| H A D | da223_cust.c | 52 #define MI_DATA(format, ...) if(DEBUG_DATA&mir3da_Log_level){printk(KERN_ERR MI_TAG form…
|
| H A D | da223_core.c | 204 #define MI_DATA(format, ...) if(DEBUG_DATA&mir3da_Log_level){mir3da_gsensor_drv.method->…
|
| /OK3568_Linux_fs/kernel/arch/s390/include/asm/ |
| H A D | debug.h | 26 #define DEBUG_DATA(entry) (char *)(entry + 1) /* data is stored behind */ macro
|
| /OK3568_Linux_fs/kernel/drivers/net/wan/ |
| H A D | cosa.c | 197 #undef DEBUG_DATA //1 /* Dump the data read or written to the channel */ 1233 #ifdef DEBUG_DATA in cosa_start_tx() 1896 #ifdef DEBUG_DATA in eot_interrupt()
|