Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/input/mouse/
Dcyapa_gen5.c252 struct cyapa_tsg_bin_image_head image_head; member
1209 struct cyapa_tsg_bin_image_head *image_head) in cyapa_pip_fw_head_check() argument
1211 if (image_head->head_size != 0x0C && image_head->head_size != 0x12) in cyapa_pip_fw_head_check()
1216 if (image_head->family_id != 0x9B || in cyapa_pip_fw_head_check()
1217 image_head->silicon_id_hi != 0x0B) in cyapa_pip_fw_head_check()
1223 if (image_head->head_size == 0x0C) in cyapa_pip_fw_head_check()
1228 if (image_head->family_id != 0x91 || in cyapa_pip_fw_head_check()
1229 image_head->silicon_id_hi != 0x02) in cyapa_pip_fw_head_check()