hid_desc 147 drivers/hid/hid-hyperv.c struct hid_descriptor *hid_desc; hid_desc 175 drivers/hid/hid-hyperv.c kfree(device->hid_desc); hid_desc 195 drivers/hid/hid-hyperv.c input_device->hid_desc = kmemdup(desc, desc->bLength, GFP_ATOMIC); hid_desc 197 drivers/hid/hid-hyperv.c if (!input_device->hid_desc) hid_desc 838 drivers/input/tablet/gtco.c struct hid_descriptor *hid_desc; hid_desc 902 drivers/input/tablet/gtco.c HID_DEVICE_TYPE, &hid_desc) != 0) { hid_desc 911 drivers/input/tablet/gtco.c hid_desc->bDescriptorType, hid_desc->wDescriptorLength); hid_desc 913 drivers/input/tablet/gtco.c report = kzalloc(le16_to_cpu(hid_desc->wDescriptorLength), GFP_KERNEL); hid_desc 929 drivers/input/tablet/gtco.c le16_to_cpu(hid_desc->wDescriptorLength), hid_desc 933 drivers/input/tablet/gtco.c if (result == le16_to_cpu(hid_desc->wDescriptorLength)) { hid_desc 942 drivers/input/tablet/gtco.c if (result != le16_to_cpu(hid_desc->wDescriptorLength)) { hid_desc 945 drivers/input/tablet/gtco.c hid_desc->wDescriptorLength);