Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/input/mouse/
Dcyapa_gen5.c252 struct cyapa_tsg_bin_image_head image_head; member
1162 struct cyapa_tsg_bin_image_head *image_head) in cyapa_pip_fw_head_check() argument
1164 if (image_head->head_size != 0x0C && image_head->head_size != 0x12) in cyapa_pip_fw_head_check()
1169 if (image_head->family_id != 0x9B || in cyapa_pip_fw_head_check()
1170 image_head->silicon_id_hi != 0x0B) in cyapa_pip_fw_head_check()
1176 if (image_head->head_size == 0x0C) in cyapa_pip_fw_head_check()
1181 if (image_head->family_id != 0x91 || in cyapa_pip_fw_head_check()
1182 image_head->silicon_id_hi != 0x02) in cyapa_pip_fw_head_check()