Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/input/touchscreen/gt9xx/
H A Dgt9xx_update.c135 s32 gup_fw_download_proc(void *dir, u8 dwn_mode);
2577 static u8 gup_download_fw_dsp(struct i2c_client *client, u8 dwn_mode);
3144 static u8 gup_download_fw_dsp(struct i2c_client *client, u8 dwn_mode) in gup_download_fw_dsp() argument
3157 if (GTP_FL_FW_BURN == dwn_mode) in gup_download_fw_dsp()
3181 else if (GTP_FL_ESD_RECOVERY == dwn_mode) in gup_download_fw_dsp()
3289 static u8 gup_download_fw_ss51(struct i2c_client *client, u8 dwn_mode) in gup_download_fw_ss51() argument
3297 if (GTP_FL_FW_BURN == dwn_mode) in gup_download_fw_ss51()
3322 if (GTP_FL_FW_BURN == dwn_mode) in gup_download_fw_ss51()
3339 else if (GTP_FL_ESD_RECOVERY == dwn_mode)// esd recovery mode in gup_download_fw_ss51()
3515 s32 gup_fw_download_proc(void *dir, u8 dwn_mode) in gup_fw_download_proc() argument
[all …]
H A Dgt9xx.c123 extern s32 gup_fw_download_proc(void *dir, u8 dwn_mode);