Searched refs:flash_key (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/input/touchscreen/elan/ |
| H A D | elan_update.c | 103 const uint8_t flash_key[HID_CMD_LEN] = {0x04,0x00,0x23,0x00,0x03,0x00,0x04,0x54,0xc0,0xe1,0x5a}; in hid_fw_upgrade_init() local 132 err = ts->ops->send(flash_key,sizeof(flash_key)); in hid_fw_upgrade_init() 133 if ( err != sizeof(flash_key)) { in hid_fw_upgrade_init() 410 uint8_t flash_key[HID_CMD_LEN] = {0x04,0x00,0x23,0x00,0x03,0x00,0x04,CMD_W_PKT,0xc0,0xe1,0x5a}; in elan_ts_hid_calibrate() local 419 err = ts->ops->send(flash_key, sizeof(flash_key)); in elan_ts_hid_calibrate() 420 if (err != sizeof(flash_key)) { in elan_ts_hid_calibrate() 458 uint8_t flash_key[] = {CMD_W_PKT, 0xc0, 0xe1, 0x5a}; in elan_ts_normal_calibrate() local 466 err = ts->ops->send(flash_key, sizeof(flash_key)); in elan_ts_normal_calibrate() 467 if (err != sizeof(flash_key)) { in elan_ts_normal_calibrate()
|