Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/input/tablet/
H A Dgtco.c142 __le16 wDescriptorLength; member
912 hid_desc->bDescriptorType, hid_desc->wDescriptorLength); in gtco_probe()
914 report = kzalloc(le16_to_cpu(hid_desc->wDescriptorLength), GFP_KERNEL); in gtco_probe()
930 le16_to_cpu(hid_desc->wDescriptorLength), in gtco_probe()
934 if (result == le16_to_cpu(hid_desc->wDescriptorLength)) { in gtco_probe()
943 if (result != le16_to_cpu(hid_desc->wDescriptorLength)) { in gtco_probe()
946 hid_desc->wDescriptorLength); in gtco_probe()
/OK3568_Linux_fs/kernel/drivers/hid/
H A Dhid-hyperv.c202 input_device->report_desc_size = desc->desc[0].wDescriptorLength; in mousevsc_on_receive_device_info()
220 desc->desc[0].wDescriptorLength); in mousevsc_on_receive_device_info()
/OK3568_Linux_fs/kernel/drivers/usb/gadget/function/
H A Df_hid.c727 hidg_desc_copy.desc[0].wDescriptorLength = in hidg_setup()
969 hidg_desc.desc[0].wDescriptorLength = in hidg_bind()
/OK3568_Linux_fs/kernel/include/linux/
H A Dhid.h663 __le16 wDescriptorLength; member
/OK3568_Linux_fs/kernel/drivers/hid/usbhid/
H A Dhid-core.c1027 rsize = le16_to_cpu(hdesc->desc[n].wDescriptorLength); in usbhid_parse()