Searched refs:rept_size (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/drivers/input/touchscreen/
H A Dusbtouchscreen.c77 int rept_size; member in struct:usbtouch_device_info
1086 .rept_size = 8,
1097 .rept_size = 16,
1111 .rept_size = 8,
1122 .rept_size = 11,
1135 .rept_size = 8,
1146 .rept_size = 8,
1159 .rept_size = 4,
1170 .rept_size = 5,
1182 .rept_size = 8,
1191 .rept_size = 8,
1202 .rept_size = 8,
1215 .rept_size = 7,
1226 .rept_size = 4,
1237 .rept_size = 4,
1248 .rept_size = 6,
1260 .rept_size = 5,
1272 .rept_size = 5,
1279 .rept_size = 1024,
1293 .rept_size = 16,
1350 if (usbtouch->buf_len + append >= usbtouch->type->rept_size) usbtouch_process_multi()
1363 if (usbtouch->buf_len + tmp >= usbtouch->type->rept_size) usbtouch_process_multi()
1583 usbtouch->data_size = type->rept_size; usbtouch_probe()
1602 usbtouch->buffer = kmalloc(type->rept_size, GFP_KERNEL); usbtouch_probe()

Completed in 166 milliseconds