Lines Matching refs:rept_size
60 int rept_size; member
1164 .rept_size = 8,
1175 .rept_size = 16,
1189 .rept_size = 8,
1200 .rept_size = 11,
1215 .rept_size = 8,
1226 .rept_size = 8,
1239 .rept_size = 4,
1250 .rept_size = 5,
1262 .rept_size = 8,
1271 .rept_size = 8,
1282 .rept_size = 8,
1295 .rept_size = 7,
1306 .rept_size = 4,
1317 .rept_size = 4,
1328 .rept_size = 6,
1340 .rept_size = 5,
1352 .rept_size = 5,
1359 .rept_size = 1024,
1373 .rept_size = 16,
1430 if (usbtouch->buf_len + append >= usbtouch->type->rept_size) in usbtouch_process_multi()
1443 if (usbtouch->buf_len + tmp >= usbtouch->type->rept_size) in usbtouch_process_multi()
1670 usbtouch->data_size = type->rept_size; in usbtouch_probe()
1689 usbtouch->buffer = kmalloc(type->rept_size, GFP_KERNEL); in usbtouch_probe()