Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/input/touchscreen/elan/
H A Delan_update.c515 …const uint8_t check_rek_cmd[HID_CMD_LEN] = {0x04, 0x00, 0x23, 0x00, 0x03, 0x00, 0x04, 0x53, 0xD0, … in check_cal_status() local
520 err = ts->ops->send(check_rek_cmd, sizeof(check_rek_cmd)); in check_cal_status()
521 if (err != sizeof(check_rek_cmd)) { in check_cal_status()