Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/input/touchscreen/gt1x/
H A Dgt1x_extents.c401 ret = gt1x_load_patch(gt1x_patch_jump_fw, 4096, 0, 1024 * 8); in hotknot_load_authentication_subsystem()
407 ret = gt1x_load_patch(hotknot_auth_fw, 4096, 4096, 1024 * 8); in hotknot_load_authentication_subsystem()
414 ret = gt1x_load_patch(hotknot_auth_fw, 4096, 0, 1024 * 6); in hotknot_load_authentication_subsystem()
H A Dgt1x_generic.h515 extern int gt1x_load_patch(u8 *patch, u32 patch_size, int offset, int bank_size);
H A Dgt1x_update.c1404 int gt1x_load_patch(u8 *patch, u32 patch_size, int offset, int bank_size) in gt1x_load_patch() function