Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/input/touchscreen/elan/
H A Delan_update.c35 const uint8_t ack_ok[2] = {0xaa,0xaa}; in get_hid_iap_ack() local
53 if (memcmp(buf+4,ack_ok,sizeof(ack_ok)) == 0) { in get_hid_iap_ack()
285 const uint8_t ack_ok[] = { 0xaa, 0xaa }; in elan_fw_write_page() local
306 if (!memcmp(buf, ack_ok, sizeof(ack_ok))) in elan_fw_write_page()
/OK3568_Linux_fs/kernel/drivers/usb/c67x00/
H A Dc67x00-sched.c982 int ack_ok; in c67x00_check_td_list() local
989 ack_ok = 0; in c67x00_check_td_list()
1013 ack_ok = 1; in c67x00_check_td_list()
1029 if (ack_ok) in c67x00_check_td_list()
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/
H A Draydium_i2c_ts.c407 static const u8 ack_ok[] = { 0xFF, 0x39, 0x30, 0x30, 0x54 }; in raydium_i2c_bl_chk_state() local
408 u8 rbuf[sizeof(ack_ok)]; in raydium_i2c_bl_chk_state()
428 if (!error && !memcmp(rbuf, ack_ok, sizeof(ack_ok))) in raydium_i2c_bl_chk_state()
H A Delants_i2c.c616 const u8 ack_ok[] = { 0xaa, 0xaa }; in elants_i2c_fw_write_page() local
636 if (!memcmp(buf, ack_ok, sizeof(ack_ok))) in elants_i2c_fw_write_page()
/OK3568_Linux_fs/u-boot/net/
H A Dtftp.c500 int ack_ok = (tftp_cur_block == block); in tftp_handler() local
504 if (ack_ok) in tftp_handler()