Lines Matching refs:x00

48 #define PIP_BL_INTEGRITY_CHEKC_PASS         0x00
74 #define PIP_TOUCH_TYPE_FINGER 0x00
84 #define PIP_SENSING_MODE_MUTUAL_CAP_FINE 0x00
120 #define GEN5_RETRIEVE_MUTUAL_PWC_DATA 0x00
127 #define GEN5_PANEL_SCAN_MUTUAL_RAW_DATA 0x00
337 u8 pip_read_sys_info[] = { 0x04, 0x00, 0x05, 0x00, 0x2f, 0x00, 0x02 };
338 u8 pip_bl_read_app_info[] = { 0x04, 0x00, 0x0b, 0x00, 0x40, 0x00,
339 0x01, 0x3c, 0x00, 0x00, 0xb0, 0x42, 0x17
696 if (GET_PIP_CMD_CODE(data[PIP_RESP_APP_CMD_OFFSET]) == 0x00 &&
718 * After reset or power on, trackpad device always sets to 0x00 0x00
796 cmd[1] = 0x00;
840 /* 0x20 0x00 0xF7 is Gen5 Application HID Description Header;
841 * 0x20 0x00 0xFF is Gen5 Bootloader HID Description Header.
996 /* 0xEE 0x00 0xF6 is Gen5 APP report description header. */
1001 /* 0x1D 0x00 0xFE is Gen5 BL report descriptor header. */
1138 u8 bl_gen5_bl_exit[] = { 0x04, 0x00,
1139 0x0B, 0x00, 0x40, 0x00, 0x01, 0x3b, 0x00, 0x00,
1159 if (resp_data[0] == 0x00 && resp_data[1] == 0x00)
1167 u8 cmd[] = { 0x04, 0x00, 0x05, 0x00, 0x2F, 0x00, 0x01 };
1187 * after enter bootloader, the response data is two bytes of 0x00 0x00.
1196 if (error || resp_data[0] != 0x00 || resp_data[1] != 0x00)
1268 if (app_integrity->flash_array_id != 0x00 ||
1412 u8 cmd[8] = { 0x04, 0x00, 0x06, 0x00, 0x2f, 0x00, 0x08, 0x01 };
1576 u8 cmd[] = { 0x04, 0x00, 0x06, 0x00, 0x2f, 0x00, PIP_SET_PROXIMITY,
1598 u8 cmd[] = { 0x05, 0x00, 0x00, 0x08};
1742 u8 cmd[] = { 0x04, 0x00, 0x05, 0x00, 0x2f, 0x00, 0x04 };
1766 u8 cmd[] = { 0x04, 0x00, 0x05, 0x00, 0x2f, 0x00, 0x03 };
1867 big_endian = ((data_format & 0x10) == 0x00);
1868 unsigned_type = ((data_format & 0x20) == 0x00);