Lines Matching refs:descriptorLength
42 size_t descriptorLength = 0; in HIDDevice() local
57 descriptorLength = descriptorWriter.BufferLength(); in HIDDevice()
74 descriptorLength in HIDDevice()
84 descriptorLength = sizeof(usb_hid_descriptor); in HIDDevice()
85 hidDescriptor = (usb_hid_descriptor *)malloc(descriptorLength); in HIDDevice()
95 B_USB_HID_DESCRIPTOR_HID << 8, interfaceIndex, descriptorLength, in HIDDevice()
96 hidDescriptor, &descriptorLength); in HIDDevice()
99 "\n", result, descriptorLength); in HIDDevice()
101 descriptorLength in HIDDevice()
104 descriptorLength = 256; /* XXX */ in HIDDevice()
107 descriptorLength); in HIDDevice()
113 reportDescriptor = (uint8 *)malloc(descriptorLength); in HIDDevice()
123 B_USB_HID_DESCRIPTOR_REPORT << 8, interfaceIndex, descriptorLength, in HIDDevice()
124 reportDescriptor, &descriptorLength); in HIDDevice()
127 B_PRIuSIZE "\n", result, descriptorLength); in HIDDevice()
145 write(fd, reportDescriptor, descriptorLength); in HIDDevice()
151 descriptorLength); in HIDDevice()