Searched refs:MIP4_BL_PACKET_SIZE (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/input/touchscreen/ |
| H A D | melfas_mip4.c | 658 #define MIP4_BL_PACKET_SIZE 512 /* 512, 256, 128, 64, ... */ macro 890 if (length > MIP4_BL_PAGE_SIZE || length % MIP4_BL_PACKET_SIZE) { in mip4_bl_program_page() 896 u8 *data_buf __free(kfree) = kmalloc(2 + MIP4_BL_PACKET_SIZE, in mip4_bl_program_page() 928 buf_offset += MIP4_BL_PACKET_SIZE) { in mip4_bl_program_page() 931 buf_offset, MIP4_BL_PACKET_SIZE); in mip4_bl_program_page() 933 memcpy(&data_buf[2], &data[buf_offset], MIP4_BL_PACKET_SIZE); in mip4_bl_program_page() 935 data_buf, 2 + MIP4_BL_PACKET_SIZE); in mip4_bl_program_page() 936 if (ret != 2 + MIP4_BL_PACKET_SIZE) { in mip4_bl_program_page() 940 buf_offset, MIP4_BL_PACKET_SIZE, error); in mip4_bl_program_page() 1017 u8 *read_buf __free(kfree) = kmalloc(MIP4_BL_PACKET_SIZE, GFP_KERNEL); in mip4_bl_verify_page() [all …]
|