Searched defs:hiddev_field_info (Results 1 – 3 of 3) sorted by relevance
91 struct hiddev_field_info { struct92 __u32 report_type;93 __u32 report_id;94 __u32 field_index;95 __u32 maxusage;96 __u32 flags;97 __u32 physical; /* physical usage for this field */98 __u32 logical; /* logical usage for this field */99 __u32 application; /* application usage for this field */100 __s32 logical_minimum;[all …]
99438 struct hiddev_field_info { struct99439 __u32 report_type;99440 __u32 report_id;99441 __u32 field_index;99442 __u32 maxusage;99443 __u32 flags;99444 __u32 physical;99445 __u32 logical;99446 __u32 application;99447 __s32 logical_minimum;[all …]