Home
last modified time | relevance | path

Searched refs:readsize (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/input/touchscreen/
Dpixcir_i2c_ts.c65 int readsize; in pixcir_ts_parse() local
71 readsize = 2 + tsdata->max_fingers * (4 + i); in pixcir_ts_parse()
72 if (readsize > sizeof(rdbuf)) in pixcir_ts_parse()
73 readsize = sizeof(rdbuf); in pixcir_ts_parse()
83 ret = i2c_master_recv(tsdata->client, rdbuf, readsize); in pixcir_ts_parse()
84 if (ret != readsize) { in pixcir_ts_parse()
/linux-4.4.14/drivers/usb/class/
Dcdc-acm.h113 unsigned int readsize,ctrlsize; /* buffer sizes for freeing */ member
Dcdc-acm.c1050 usb_free_coherent(usb_dev, acm->readsize, in acm_read_buffers_free()
1091 int ctrlsize, readsize; in acm_probe() local
1320 readsize = usb_endpoint_maxp(epread) * in acm_probe()
1332 acm->readsize = readsize; in acm_probe()
1364 rb->base = usb_alloc_coherent(acm->dev, readsize, GFP_KERNEL, in acm_probe()
1381 acm->readsize, in acm_probe()
1388 acm->readsize, in acm_probe()