Home
last modified time | relevance | path

Searched defs:hid_device (Results 1 – 2 of 2) sorted by relevance

/linux-3.3/include/linux/
Dhid.h469 struct hid_device { /* device report descriptor */ struct
470 __u8 *rdesc;
471 unsigned rsize;
472 struct hid_collection *collection; /* List of HID collections */
473 unsigned collection_size; /* Number of allocated hid_collections */
474 unsigned maxcollection; /* Number of parsed collections */
475 unsigned maxapplication; /* Number of applications */
476 __u16 bus; /* BUS ID */
477 __u32 vendor; /* Vendor ID */
478 __u32 product; /* Product ID */
[all …]
/linux-3.3/drivers/hid/
Dhid-hyperv.c159 struct hid_device *hid_device; member