Searched refs:wDescriptorLength (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/input/tablet/
H A Dgtco.c145 __le16 wDescriptorLength; member in struct:hid_descriptor
896 hid_desc->bDescriptorType, hid_desc->wDescriptorLength);
898 report = kzalloc(hid_desc->wDescriptorLength, GFP_KERNEL);
914 hid_desc->wDescriptorLength,
917 if (result == hid_desc->wDescriptorLength)
923 if (result != hid_desc->wDescriptorLength) {
925 hid_desc->wDescriptorLength);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dhid.h473 __u16 wDescriptorLength; member in struct:hid_class_descriptor
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/hid/usbhid/
H A Dhid-core.c755 rsize = le16_to_cpu(hdesc->desc[n].wDescriptorLength);

Completed in 27 milliseconds