Searched refs:hid_desc (Results 1 – 2 of 2) sorted by relevance
824 struct hid_descriptor *hid_desc; in gtco_probe() local892 HID_DEVICE_TYPE, &hid_desc) != 0) { in gtco_probe()901 hid_desc->bDescriptorType, hid_desc->wDescriptorLength); in gtco_probe()903 report = kzalloc(le16_to_cpu(hid_desc->wDescriptorLength), GFP_KERNEL); in gtco_probe()919 le16_to_cpu(hid_desc->wDescriptorLength), in gtco_probe()923 if (result == le16_to_cpu(hid_desc->wDescriptorLength)) { in gtco_probe()932 if (result != le16_to_cpu(hid_desc->wDescriptorLength)) { in gtco_probe()935 hid_desc->wDescriptorLength); in gtco_probe()
155 struct hid_descriptor *hid_desc; member183 kfree(device->hid_desc); in mousevsc_free_device()203 input_device->hid_desc = kmemdup(desc, desc->bLength, GFP_ATOMIC); in mousevsc_on_receive_device_info()205 if (!input_device->hid_desc) in mousevsc_on_receive_device_info()