Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/input/touchscreen/cyttsp5/
H A Dcyttsp5_regs.h508 __le16 fw_ver_conf; member
541 u16 fw_ver_conf; member
H A Dcyttsp5_loader.c1017 __func__, ld->si->cydata.fw_ver_conf, cfg_ver_new); in cyttsp5_check_ttconfig_version()
1020 if (cfg_ver_new > ld->si->cydata.fw_ver_conf) { in cyttsp5_check_ttconfig_version()
H A Dcyttsp5_mt_common.c742 md->input->id.version = cydata->fw_ver_conf; in cyttsp5_mt_probe()
H A Dcyttsp5_core.c1082 cydata->fw_ver_conf = get_unaligned_le16(&cydata_dev->fw_ver_conf); in cyttsp5_si_get_cydata()
1227 __func__, cydata->fw_ver_conf, cydata->fw_ver_conf); in cyttsp5_si_put_log_data()
2421 si->cydata.fw_ver_conf = config_ver; in cyttsp5_get_config_ver_()
4920 "Firmware Configuration Version", cydata->fw_ver_conf, in cyttsp5_ic_ver_show()
H A Dcyttsp5_device_access.c1918 fw_config_ver = dad->si->cydata.fw_ver_conf; in save_engineering_data()