Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/input/tablet/
Dgtco.c838 struct hid_descriptor *hid_desc; in gtco_probe() local
906 HID_DEVICE_TYPE, &hid_desc) != 0) { in gtco_probe()
915 hid_desc->bDescriptorType, hid_desc->wDescriptorLength); in gtco_probe()
917 report = kzalloc(le16_to_cpu(hid_desc->wDescriptorLength), GFP_KERNEL); in gtco_probe()
933 le16_to_cpu(hid_desc->wDescriptorLength), in gtco_probe()
937 if (result == le16_to_cpu(hid_desc->wDescriptorLength)) { in gtco_probe()
946 if (result != le16_to_cpu(hid_desc->wDescriptorLength)) { in gtco_probe()
949 hid_desc->wDescriptorLength); in gtco_probe()
/Linux-v5.4/drivers/hid/
Dhid-hyperv.c147 struct hid_descriptor *hid_desc; member
175 kfree(device->hid_desc); in mousevsc_free_device()
195 input_device->hid_desc = kmemdup(desc, desc->bLength, GFP_ATOMIC); in mousevsc_on_receive_device_info()
197 if (!input_device->hid_desc) in mousevsc_on_receive_device_info()