Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/input/touchscreen/gt9xx/
H A Dgt9xx_update.c682 s32 file_cfg_len = 0; in gup_update_config() local
734 for(i=0,file_cfg_len=GTP_ADDR_LENGTH; i<count; i+=5) in gup_update_config()
748 file_config[file_cfg_len++] = (high<<4) + low; in gup_update_config()
760 GTP_DEBUG_ARRAY(file_config+2, file_cfg_len); in gup_update_config()
765 ret = gup_i2c_write(client, file_config, file_cfg_len); in gup_update_config()