Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/input/touchscreen/cyttsp5/
H A Dcyttsp5_platform.c35 static struct cyttsp5_touch_firmware cyttsp5_firmware_pid00 = {
45 static struct cyttsp5_touch_firmware cyttsp5_firmware_pid01 = {
55 static struct cyttsp5_touch_firmware cyttsp5_firmware = {
63 static struct cyttsp5_touch_firmware cyttsp5_firmware = {
146 static struct cyttsp5_touch_firmware *cyttsp5_firmwares[] = {
H A Dcyttsp5_core.h87 struct cyttsp5_touch_firmware { struct
104 struct cyttsp5_touch_firmware *fw; argument
106 struct cyttsp5_touch_firmware **fws;
H A Dcyttsp5_loader.c554 struct cyttsp5_touch_firmware *fw) in cyttsp5_check_firmware_version_platform()
580 static struct cyttsp5_touch_firmware *cyttsp5_get_platform_firmware( in cyttsp5_get_platform_firmware()
584 struct cyttsp5_touch_firmware **fws; in cyttsp5_get_platform_firmware()
585 struct cyttsp5_touch_firmware *fw; in cyttsp5_get_platform_firmware()
619 struct cyttsp5_touch_firmware *fw; in upgrade_firmware_from_platform()