Symbol: MIP4_BL_PACKET_SIZE
drivers/input/touchscreen/melfas_mip4.c
1017
u8 *read_buf __free(kfree) = kmalloc(MIP4_BL_PACKET_SIZE, GFP_KERNEL);
drivers/input/touchscreen/melfas_mip4.c
1031
.len = MIP4_BL_PACKET_SIZE,
drivers/input/touchscreen/melfas_mip4.c
1037
buf_offset += MIP4_BL_PACKET_SIZE) {
drivers/input/touchscreen/melfas_mip4.c
1040
buf_offset, MIP4_BL_PACKET_SIZE);
drivers/input/touchscreen/melfas_mip4.c
1047
buf_offset, MIP4_BL_PACKET_SIZE, error);
drivers/input/touchscreen/melfas_mip4.c
1051
if (memcmp(&data[buf_offset], read_buf, MIP4_BL_PACKET_SIZE)) {
drivers/input/touchscreen/melfas_mip4.c
1054
buf_offset, MIP4_BL_PACKET_SIZE);
drivers/input/touchscreen/melfas_mip4.c
1059
data + offset, MIP4_BL_PACKET_SIZE,
drivers/input/touchscreen/melfas_mip4.c
1103
MIP4_BL_PAGE_SIZE, MIP4_BL_PACKET_SIZE);
drivers/input/touchscreen/melfas_mip4.c
890
if (length > MIP4_BL_PAGE_SIZE || length % MIP4_BL_PACKET_SIZE) {
drivers/input/touchscreen/melfas_mip4.c
896
u8 *data_buf __free(kfree) = kmalloc(2 + MIP4_BL_PACKET_SIZE,
drivers/input/touchscreen/melfas_mip4.c
928
buf_offset += MIP4_BL_PACKET_SIZE) {
drivers/input/touchscreen/melfas_mip4.c
931
buf_offset, MIP4_BL_PACKET_SIZE);
drivers/input/touchscreen/melfas_mip4.c
933
memcpy(&data_buf[2], &data[buf_offset], MIP4_BL_PACKET_SIZE);
drivers/input/touchscreen/melfas_mip4.c
935
data_buf, 2 + MIP4_BL_PACKET_SIZE);
drivers/input/touchscreen/melfas_mip4.c
936
if (ret != 2 + MIP4_BL_PACKET_SIZE) {
drivers/input/touchscreen/melfas_mip4.c
940
buf_offset, MIP4_BL_PACKET_SIZE, error);