Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/input/touchscreen/gt9xx/
H A Dgt9xx_update.c687 u8 *file_config; in gup_update_config() local
710 file_config = kzalloc(chip_cfg_len + GTP_ADDR_LENGTH, GFP_KERNEL); in gup_update_config()
732 file_config[0] = GTP_REG_CONFIG_DATA >> 8; in gup_update_config()
733 file_config[1] = GTP_REG_CONFIG_DATA & 0xff; 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()
777 kfree(file_config); in gup_update_config()