readsize           51 drivers/input/touchscreen/pixcir_i2c_ts.c 	int readsize;
readsize           57 drivers/input/touchscreen/pixcir_i2c_ts.c 	readsize = 2 + tsdata->max_fingers * (4 + i);
readsize           58 drivers/input/touchscreen/pixcir_i2c_ts.c 	if (readsize > sizeof(rdbuf))
readsize           59 drivers/input/touchscreen/pixcir_i2c_ts.c 		readsize = sizeof(rdbuf);
readsize           69 drivers/input/touchscreen/pixcir_i2c_ts.c 	ret = i2c_master_recv(tsdata->client, rdbuf, readsize);
readsize           70 drivers/input/touchscreen/pixcir_i2c_ts.c 	if (ret != readsize) {
readsize          434 drivers/spi/spi-ti-qspi.c 				     void *to, size_t readsize)
readsize          443 drivers/spi/spi-ti-qspi.c 	while (readsize != 0) {
readsize          445 drivers/spi/spi-ti-qspi.c 					readsize);
readsize          452 drivers/spi/spi-ti-qspi.c 		readsize -= xfer_len;
readsize          894 drivers/staging/rtl8723bs/hal/sdio_ops.c 	u32 readsize, ret;
readsize          902 drivers/staging/rtl8723bs/hal/sdio_ops.c 	readsize = RND4(size);
readsize          928 drivers/staging/rtl8723bs/hal/sdio_ops.c 			DBG_871X("%s: alloc_skb fail! read =%d\n", __func__, readsize);
readsize          935 drivers/staging/rtl8723bs/hal/sdio_ops.c 	ret = sdio_read_port(&adapter->iopriv.intf, WLAN_RX0FF_DEVICE_ID, readsize, readbuf);
readsize         1121 drivers/usb/class/cdc-acm.c 		usb_free_coherent(acm->dev, acm->readsize,
readsize         1163 drivers/usb/class/cdc-acm.c 	int ctrlsize, readsize;
readsize         1335 drivers/usb/class/cdc-acm.c 	readsize = usb_endpoint_maxp(epread) *
readsize         1355 drivers/usb/class/cdc-acm.c 	acm->readsize = readsize;
readsize         1392 drivers/usb/class/cdc-acm.c 		rb->base = usb_alloc_coherent(acm->dev, readsize, GFP_KERNEL,
readsize         1407 drivers/usb/class/cdc-acm.c 					 acm->readsize,
readsize         1412 drivers/usb/class/cdc-acm.c 					  acm->readsize,
readsize          123 drivers/usb/class/cdc-acm.h 	unsigned int readsize,ctrlsize;			/* buffer sizes for freeing */