Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/input/touchscreen/focaltech_touch_ft5436/
H A Dfocaltech_core.h249 int fts_upgrade_bin(char *fw_name, bool force);
H A Dfocaltech_ex_fun.c925 fts_upgrade_bin(fwname, 0); in fts_fwupgradebin_store()
955 fts_upgrade_bin(fwname, 1); in fts_fwforceupg_store()
1131 static DEVICE_ATTR(fts_upgrade_bin, S_IRUGO | S_IWUSR, fts_fwupgradebin_show, fts_fwupgradebin_stor…
H A Dfocaltech_flash.c1084 int fts_upgrade_bin(char *fw_name, bool force) in fts_upgrade_bin() function
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/focaltech_touch/
H A Dfocaltech_core.h239 int fts_upgrade_bin(struct i2c_client *client, char *fw_name, bool force);
H A Dfocaltech_ex_fun.c907 fts_upgrade_bin(client, fwname, 0); in fts_fwupgradebin_store()
950 fts_upgrade_bin(client, fwname, 1); in fts_fwforceupg_store()
1072 static DEVICE_ATTR(fts_upgrade_bin, S_IRUGO | S_IWUSR, fts_fwupgradebin_show, fts_fwupgradebin_stor…
H A Dfocaltech_flash.c1126 int fts_upgrade_bin(struct i2c_client *client, char *fw_name, bool force) in fts_upgrade_bin() function