Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/input/tablet/
Dgtco.c824 struct hid_descriptor *hid_desc; in gtco_probe() local
892 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()
/Linux-v4.19/drivers/hid/
Dhid-hyperv.c155 struct hid_descriptor *hid_desc; member
183 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()