Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/input/touchscreen/cyttsp5/
H A Dcyttsp5_loader.c140 u32 fw_ver_new, u32 fw_revctrl_new) in cyttsp5_check_firmware_version() argument
169 __func__, fw_revctrl_img, fw_revctrl_new); in cyttsp5_check_firmware_version()
171 if (fw_revctrl_new > fw_revctrl_img) { in cyttsp5_check_firmware_version()
177 if (fw_revctrl_new < fw_revctrl_img) { in cyttsp5_check_firmware_version()
558 u32 fw_revctrl_new; in cyttsp5_check_firmware_version_platform() local
569 fw_revctrl_new = get_unaligned_be32(fw->ver + 8); in cyttsp5_check_firmware_version_platform()
572 fw_revctrl_new); in cyttsp5_check_firmware_version_platform()
688 u32 fw_revctrl_new; in cyttsp5_check_firmware_version_builtin() local
699 fw_revctrl_new = get_unaligned_be32(fw->data + 9); in cyttsp5_check_firmware_version_builtin()
702 fw_revctrl_new); in cyttsp5_check_firmware_version_builtin()