Lines Matching refs:rept_size
60 int rept_size; member
1163 .rept_size = 8,
1174 .rept_size = 16,
1188 .rept_size = 8,
1199 .rept_size = 11,
1214 .rept_size = 8,
1225 .rept_size = 8,
1238 .rept_size = 4,
1249 .rept_size = 5,
1261 .rept_size = 8,
1270 .rept_size = 8,
1281 .rept_size = 8,
1294 .rept_size = 7,
1305 .rept_size = 4,
1316 .rept_size = 4,
1327 .rept_size = 6,
1339 .rept_size = 5,
1351 .rept_size = 5,
1358 .rept_size = 1024,
1372 .rept_size = 16,
1429 if (usbtouch->buf_len + append >= usbtouch->type->rept_size) in usbtouch_process_multi()
1442 if (usbtouch->buf_len + tmp >= usbtouch->type->rept_size) in usbtouch_process_multi()
1669 usbtouch->data_size = type->rept_size; in usbtouch_probe()
1688 usbtouch->buffer = kmalloc(type->rept_size, GFP_KERNEL); in usbtouch_probe()