Home
last modified time | relevance | path

Searched refs:ERROR_VALUE (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/sound/pci/lx6464es/
H A Dlx_defs.h231 #define ERROR_VALUE 0x8000 macro
247 #define ED_GN (ERROR_VALUE | E_SOURCE_DRV | E_CLASS_GENERAL)
308 #define ED_RT (ERROR_VALUE | E_SOURCE_DRV | E_CLASS_REAL_TIME_ERROR)
319 #define EB_ISO (ERROR_VALUE | E_SOURCE_BOARD | \
327 #define EB_RI (ERROR_VALUE | E_SOURCE_BOARD | E_CLASS_RSRC_IMPOSSIBLE)
351 #define EB_WCC (ERROR_VALUE | E_SOURCE_BOARD | E_CLASS_WRONG_CONTEXT)
H A Dlx_core.c287 if ((reg & ERROR_VALUE) == 0) { in lx_message_send_atomic()
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/gt1x/
H A Dgt1x_generic.h436 #define ERROR_VALUE _ERROR(16) /* Illegal value of variables */ macro
H A Dgt1x.c283 if (!gt1x_rawdiff_mode && (ret >= 0 || ret == ERROR_VALUE)) { in gt1x_ts_work_func()
H A Dgt1x_generic.c1146 return ERROR_VALUE; in gt1x_touch_event_handler()
1177 return ERROR_VALUE; in gt1x_touch_event_handler()