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

/linux-4.4.14/drivers/input/tablet/
H A Dgtco.c142 __le16 wDescriptorLength; member in struct:hid_descriptor
899 hid_desc->bDescriptorType, hid_desc->wDescriptorLength); gtco_probe()
901 report = kzalloc(le16_to_cpu(hid_desc->wDescriptorLength), GFP_KERNEL); gtco_probe()
917 le16_to_cpu(hid_desc->wDescriptorLength), gtco_probe()
921 if (result == le16_to_cpu(hid_desc->wDescriptorLength)) { gtco_probe()
930 if (result != le16_to_cpu(hid_desc->wDescriptorLength)) { gtco_probe()
933 hid_desc->wDescriptorLength); gtco_probe()
/linux-4.4.14/drivers/hid/
H A Dhid-hyperv.c208 input_device->report_desc_size = desc->desc[0].wDescriptorLength; mousevsc_on_receive_device_info()
224 desc->desc[0].wDescriptorLength); mousevsc_on_receive_device_info()
/linux-4.4.14/drivers/usb/gadget/function/
H A Df_hid.c445 hidg_desc_copy.desc[0].wDescriptorLength = hidg_setup()
640 hidg_desc.desc[0].wDescriptorLength = hidg_bind()
/linux-4.4.14/include/linux/
H A Dhid.h596 __le16 wDescriptorLength; member in struct:hid_class_descriptor
/linux-4.4.14/drivers/hid/usbhid/
H A Dhid-core.c1001 rsize = le16_to_cpu(hdesc->desc[n].wDescriptorLength); usbhid_parse()

Completed in 224 milliseconds