Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/input/touchscreen/gt1x/
H A Dgt1x_update.c154 int gt1x_update_firmware(void *filename);
240 gt1x_update_firmware(NULL); in gt1x_auto_update_proc()
254 gt1x_update_firmware(filename); in gt1x_auto_update_proc()
348 int gt1x_update_firmware(void *filename) in gt1x_update_firmware() function
H A Dgt1x_generic.h511 extern int gt1x_update_firmware(void *filename);
H A Dgt1x_tools.c324 thrd = kthread_run(gt1x_update_firmware, (void *)cmd_head.data, "GT1x FW Update"); in gt1x_tool_write()
H A Dgt1x_generic.c243 gt1x_update_firmware(arg1); in gt1x_debug_write_proc()