Searched refs:gup_set_ic_msg (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/input/touchscreen/gt9xx/ |
| H A D | gt9xx_update.c | 358 static u8 gup_set_ic_msg(struct i2c_client *client, u16 addr, u8 val) in gup_set_ic_msg() function 488 ret = gup_set_ic_msg(client, _rRW_MISCTL__SWRST_B0_, 0x0C); in gup_enter_update_mode() 516 ret = gup_set_ic_msg(client, 0x4010, 0x00); in gup_enter_update_mode() 1155 ret = gup_set_ic_msg(client, _rRW_MISCTL__SWRST_B0_, 0x0C); in gup_burn_fw_section() 1163 ret = gup_set_ic_msg(client, _rRW_MISCTL__BOOT_OPT_B0_, 0x00); in gup_burn_fw_section() 1171 ret = gup_set_ic_msg(client, _bRW_MISCTL__SRAM_BANK, (bank_cmd >> 4)&0x0F); in gup_burn_fw_section() 1179 ret = gup_set_ic_msg(client, _bRW_MISCTL__MEM_CD_EN, 0x01); in gup_burn_fw_section() 1195 ret = gup_set_ic_msg(client, _rRW_MISCTL__SWRST_B0_, 0x04); in gup_burn_fw_section() 1205 ret = gup_set_ic_msg(client, _rRW_MISCTL__BOOT_CTL_, bank_cmd&0x0f); in gup_burn_fw_section() 1224 ret = gup_set_ic_msg(client, _bRW_MISCTL__SRAM_BANK, (bank_cmd >> 4)&0x0F); in gup_burn_fw_section() [all …]
|