Home
last modified time | relevance | path

Searched refs:wDescriptorLength (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.4/drivers/input/tablet/
Dgtco.c142 __le16 wDescriptorLength; member
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.c200 input_device->report_desc_size = desc->desc[0].wDescriptorLength; in mousevsc_on_receive_device_info()
216 desc->desc[0].wDescriptorLength); in mousevsc_on_receive_device_info()
/Linux-v5.4/drivers/usb/gadget/function/
Df_hid.c564 hidg_desc_copy.desc[0].wDescriptorLength = in hidg_setup()
797 hidg_desc.desc[0].wDescriptorLength = in hidg_bind()
/Linux-v5.4/include/linux/
Dhid.h657 __le16 wDescriptorLength; member
/Linux-v5.4/drivers/hid/usbhid/
Dhid-core.c1016 rsize = le16_to_cpu(hdesc->desc[n].wDescriptorLength); in usbhid_parse()