Symbol: MIP4_BL_PACKET_SIZE
drivers/input/touchscreen/melfas_mip4.c
1032
msg[1].buf = read_buf = kmalloc(MIP4_BL_PACKET_SIZE, GFP_KERNEL);
drivers/input/touchscreen/melfas_mip4.c
1038
buf_offset += MIP4_BL_PACKET_SIZE) {
drivers/input/touchscreen/melfas_mip4.c
1041
buf_offset, MIP4_BL_PACKET_SIZE);
drivers/input/touchscreen/melfas_mip4.c
1048
buf_offset, MIP4_BL_PACKET_SIZE, error);
drivers/input/touchscreen/melfas_mip4.c
1052
if (memcmp(&data[buf_offset], read_buf, MIP4_BL_PACKET_SIZE)) {
drivers/input/touchscreen/melfas_mip4.c
1055
buf_offset, MIP4_BL_PACKET_SIZE);
drivers/input/touchscreen/melfas_mip4.c
1060
data + offset, MIP4_BL_PACKET_SIZE,
drivers/input/touchscreen/melfas_mip4.c
1106
MIP4_BL_PAGE_SIZE, MIP4_BL_PACKET_SIZE);
drivers/input/touchscreen/melfas_mip4.c
892
if (length > MIP4_BL_PAGE_SIZE || length % MIP4_BL_PACKET_SIZE) {
drivers/input/touchscreen/melfas_mip4.c
898
data_buf = kmalloc(2 + MIP4_BL_PACKET_SIZE, GFP_KERNEL);
drivers/input/touchscreen/melfas_mip4.c
929
buf_offset += MIP4_BL_PACKET_SIZE) {
drivers/input/touchscreen/melfas_mip4.c
932
buf_offset, MIP4_BL_PACKET_SIZE);
drivers/input/touchscreen/melfas_mip4.c
934
memcpy(&data_buf[2], &data[buf_offset], MIP4_BL_PACKET_SIZE);
drivers/input/touchscreen/melfas_mip4.c
936
data_buf, 2 + MIP4_BL_PACKET_SIZE);
drivers/input/touchscreen/melfas_mip4.c
937
if (ret != 2 + MIP4_BL_PACKET_SIZE) {
drivers/input/touchscreen/melfas_mip4.c
941
buf_offset, MIP4_BL_PACKET_SIZE, error);
drivers/input/touchscreen/melfas_mip4.c
981
.len = MIP4_BL_PACKET_SIZE,