Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/input/touchscreen/focaltech_touch_ft5436/
H A Dfocaltech_ex_fun.c243 ret = fts_read_reg(proc->cmd[0], &readbuf[0]); in fts_debug_read()
452 ret = fts_read_reg(proc->cmd[0], &readbuf[0]); in fts_debug_read()
643 fts_read_reg(FTS_REG_FW_VER, &fwver); in fts_tpfwver_show()
858 rw_op.res = fts_read_reg(reg, &val); in fts_tprwreg_store()
1006 fts_read_reg(FTS_REG_POWER_MODE, &val); in fts_dumpreg_show()
1009 fts_read_reg(FTS_REG_FW_VER, &val); in fts_dumpreg_show()
1012 fts_read_reg(FTS_REG_LIC_VER, &val); in fts_dumpreg_show()
1015 fts_read_reg(FTS_REG_IDE_PARA_VER_ID, &val); in fts_dumpreg_show()
1018 fts_read_reg(FTS_REG_IDE_PARA_STATUS, &val); in fts_dumpreg_show()
1021 fts_read_reg(FTS_REG_VENDOR_ID, &val); in fts_dumpreg_show()
[all …]
H A Dfocaltech_gesture.c110 fts_read_reg(FTS_REG_GESTURE_EN, &val); in fts_gesture_show()
300 ret = fts_read_reg(FTS_REG_GESTURE_EN, &buf[0]); in fts_gesture_readdata()
368 fts_read_reg(FTS_REG_GESTURE_EN, &state); in fts_gesture_suspend()
395 fts_read_reg(FTS_REG_GESTURE_EN, &state); in fts_gesture_resume()
H A Dfocaltech_ex_mode.c108 fts_read_reg(FTS_REG_GLOVE_MODE_EN, &val); in fts_glove_mode_show()
156 fts_read_reg(FTS_REG_COVER_MODE_EN, &val); in fts_cover_mode_show()
203 fts_read_reg(FTS_REG_CHARGER_MODE_EN, &val); in fts_charger_mode_show()
H A Dfocaltech_flash.c297 ret = fts_read_reg(FTS_ROMBOOT_CMD_ECC, &reg_val); in fts_pram_ecc_cal_xor()
1171 ret = fts_read_reg(FTS_REG_VENDOR_ID, &val[0]); in fts_lic_get_vid_in_tp()
1173 ret = fts_read_reg(FTS_REG_MODULE_ID, &val[1]); in fts_lic_get_vid_in_tp()
1218 ret = fts_read_reg(FTS_REG_LIC_VER, ver); in fts_lic_get_ver_in_tp()
1353 ret = fts_read_reg(FTS_REG_IDE_PARA_VER_ID, ver); in fts_param_get_ver_in_tp()
1430 ret = fts_read_reg(FTS_REG_IDE_PARA_STATUS, val); in fts_param_ide_in_tp()
1525 ret = fts_read_reg(FTS_REG_FW_VER, ver); in fts_fwupg_get_ver_in_tp()
1715 ret = fts_read_reg(FTS_REG_VENDOR_ID, &vendor_id); in fts_fwupg_get_vendorid()
1717 ret = fts_read_reg(FTS_REG_MODULE_ID, &module_id); in fts_fwupg_get_vendorid()
H A Dfocaltech_esdcheck.c99 ret = fts_read_reg(FTS_REG_ESD_SATURATE, &val); in idc_esdcheck_lcderror()
243 ret = fts_read_reg(reg_addr, &reg_value); in esdcheck_algorithm()
H A Dfocaltech_i2c.c147 int fts_read_reg(u8 addr, u8 *value) in fts_read_reg() function
H A Dfocaltech_core.h204 int fts_read_reg(u8 addr, u8 *value);
H A Dfocaltech_core.c91 ret = fts_read_reg(FTS_REG_CHIP_ID, &idh); in fts_wait_tp_to_valid()
92 ret = fts_read_reg(FTS_REG_CHIP_ID2, &idl); in fts_wait_tp_to_valid()
282 ret = fts_read_reg(FTS_REG_CHIP_ID, &chip_id[0]); in fts_get_ic_information()
283 ret = fts_read_reg(FTS_REG_CHIP_ID2, &chip_id[1]); in fts_get_ic_information()