Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/input/touchscreen/gt1x/
H A Dgt1x_generic.h423 #define _ERROR(e) ((0x01 << e) | (0x01 << (sizeof(s32) * 8 - 1))) macro
424 #define ERROR _ERROR(1) /* for common use */
426 #define ERROR_IIC _ERROR(2) /* IIC communication error. */
427 #define ERROR_MEM _ERROR(3) /* memory error.*/
430 #define ERROR_HN_VER _ERROR(10) /* HotKnot version error. */
431 #define ERROR_CHECK _ERROR(11) /* Compare src and dst error. */
432 #define ERROR_RETRY _ERROR(12) /* Too many retries.i */
433 #define ERROR_PATH _ERROR(13) /* Mount path error */
434 #define ERROR_FW _ERROR(14)
435 #define ERROR_FILE _ERROR(15)
[all …]