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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/input/tablet/
H A Dgtco.c830 struct hid_descriptor *hid_desc; local
889 HID_DEVICE_TYPE, &hid_desc) != 0){
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);

Completed in 48 milliseconds