Lines Matching refs:size
79 /* Max size of a single report */
208 __u8 size;
235 /* Determine data size and save the data in the proper variable */
236 size = (1U << PREF_SIZE(prefix)) >> 1;
237 if (i + size > length) {
240 i + size, length);
244 switch (size) {
256 /* Skip size of data */
257 i += size;
400 switch (size) {
403 indentstr, tag, maintype, size, globtype, data);
408 indentstr, tag, maintype, size, globtype, data16);
413 indentstr, tag, maintype, size, globtype, data32);
481 switch (size) {
484 indentstr, globtype, tag, size, data);
490 indentstr, globtype, tag, size, data16);
496 indentstr, globtype, tag, size, data32);
502 indentstr, tag, size);
527 switch (size) {
530 indentstr, tag, globtype, size, data);
535 indentstr, tag, globtype, size, data16);
540 indentstr, tag, globtype, size, data32);
899 * Find the HID descriptor so we can find out the size of the
945 "Failed to get HID Report Descriptor of size: %d\n",