Home
last modified time | relevance | path

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

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