raw_bufsize        98 drivers/input/touchscreen/edt-ft5x06.c 	size_t raw_bufsize;
raw_bufsize       544 drivers/input/touchscreen/edt-ft5x06.c 		tsdata->raw_bufsize = tsdata->num_x * tsdata->num_y *
raw_bufsize       546 drivers/input/touchscreen/edt-ft5x06.c 		tsdata->raw_buffer = kzalloc(tsdata->raw_bufsize, GFP_KERNEL);
raw_bufsize       691 drivers/input/touchscreen/edt-ft5x06.c 	if (*off < 0 || *off >= tsdata->raw_bufsize)
raw_bufsize       745 drivers/input/touchscreen/edt-ft5x06.c 	read = min_t(size_t, count, tsdata->raw_bufsize - *off);