Lines Matching refs:rept_size
73 int rept_size; member
1176 .rept_size = 8,
1187 .rept_size = 16,
1201 .rept_size = 8,
1212 .rept_size = 11,
1227 .rept_size = 8,
1238 .rept_size = 8,
1251 .rept_size = 4,
1262 .rept_size = 5,
1274 .rept_size = 8,
1283 .rept_size = 8,
1294 .rept_size = 8,
1307 .rept_size = 7,
1318 .rept_size = 4,
1329 .rept_size = 4,
1340 .rept_size = 6,
1352 .rept_size = 5,
1364 .rept_size = 5,
1371 .rept_size = 1024,
1385 .rept_size = 16,
1442 if (usbtouch->buf_len + append >= usbtouch->type->rept_size) in usbtouch_process_multi()
1455 if (usbtouch->buf_len + tmp >= usbtouch->type->rept_size) in usbtouch_process_multi()
1680 usbtouch->data_size = type->rept_size; in usbtouch_probe()
1699 usbtouch->buffer = kmalloc(type->rept_size, GFP_KERNEL); in usbtouch_probe()