Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/input/tablet/
Dgtco.c144 __le16 wDescriptorLength; member
897 hid_desc->bDescriptorType, hid_desc->wDescriptorLength); in gtco_probe()
899 report = kzalloc(le16_to_cpu(hid_desc->wDescriptorLength), GFP_KERNEL); in gtco_probe()
915 le16_to_cpu(hid_desc->wDescriptorLength), in gtco_probe()
919 if (result == le16_to_cpu(hid_desc->wDescriptorLength)) { in gtco_probe()
928 if (result != le16_to_cpu(hid_desc->wDescriptorLength)) { in gtco_probe()
930 hid_desc->wDescriptorLength); in gtco_probe()
Dwacom_sys.c47 __le16 wDescriptorLength; member
248 report = kzalloc(hid_desc->wDescriptorLength, GFP_KERNEL); in wacom_parse_hid()
260 hid_desc->wDescriptorLength, in wacom_parse_hid()
268 for (i = 0; i < hid_desc->wDescriptorLength; i++) { in wacom_parse_hid()
/linux-3.4.99/drivers/hid/
Dhid-hyperv.c209 input_device->report_desc_size = desc->desc[0].wDescriptorLength; in mousevsc_on_receive_device_info()
225 desc->desc[0].wDescriptorLength); in mousevsc_on_receive_device_info()
/linux-3.4.99/include/linux/
Dhid.h570 __le16 wDescriptorLength; member
/linux-3.4.99/drivers/usb/gadget/
Df_hid.c490 hidg_desc.desc[0].wDescriptorLength = in hidg_bind()
/linux-3.4.99/drivers/hid/usbhid/
Dhid-core.c1039 rsize = le16_to_cpu(hdesc->desc[n].wDescriptorLength); in usbhid_parse()