Lines Matching refs:rept_size
60 int rept_size; member
147 .rept_size = 6,
233 .rept_size = 16,
290 .rept_size = 16,
314 .rept_size = 8,
444 .rept_size = 11,
524 .rept_size = 8,
567 .rept_size = 8,
595 .rept_size = 4,
680 .rept_size = 5,
705 .rept_size = 8,
714 .rept_size = 8,
737 .rept_size = 5,
785 .rept_size = 8,
810 .rept_size = 7,
833 .rept_size = 4,
856 .rept_size = 4,
901 .rept_size = 5,
1139 .rept_size = 1024,
1171 .rept_size = 8,
1225 if (usbtouch->buf_len + append >= usbtouch->type->rept_size) in usbtouch_process_multi()
1238 if (usbtouch->buf_len + tmp >= usbtouch->type->rept_size) in usbtouch_process_multi()
1469 usbtouch->data_size = type->rept_size; in usbtouch_probe()
1488 usbtouch->buffer = kmalloc(type->rept_size, GFP_KERNEL); in usbtouch_probe()