packet_blobs      455 drivers/input/touchscreen/sur40.c 	int result, bulk_read, need_blobs, packet_blobs, i;
packet_blobs      505 drivers/input/touchscreen/sur40.c 		packet_blobs = result / sizeof(struct sur40_blob);
packet_blobs      506 drivers/input/touchscreen/sur40.c 		dev_dbg(sur40->dev, "received %d blobs\n", packet_blobs);
packet_blobs      509 drivers/input/touchscreen/sur40.c 		if (packet_blobs > need_blobs)
packet_blobs      510 drivers/input/touchscreen/sur40.c 			packet_blobs = need_blobs;
packet_blobs      512 drivers/input/touchscreen/sur40.c 		for (i = 0; i < packet_blobs; i++) {