Lines Matching refs:in
60 This description should be read in conjunction with the HID
112 also returns the level the collection lives in the hierarchy.
113 The user passes in a hiddev_collection_info struct with the index
114 field set to the index that should be returned. The ioctl fills in
122 Gets a string descriptor from the device. The caller must fill in the
129 changes. Note that the use of this ioctl is unnecessary in general,
138 in order to selectively update the usage structures (in contrast to
143 be filled in by the user through HIDIOCSUSAGE calls (below) to fill in
144 individual usage values in the report before sending the report in full
148 Fills in a hiddev_report_info structure for the user. The report is
150 must be filled in by the user. The ID can be absolute -- the actual
160 Returns the field information associated with a report in a
161 hiddev_field_info structure. The user must fill in report_id and
162 report_type in this structure, as above. The field_index should also
163 be filled in, which should be a number from 0 and maxfield-1, as
167 Returns the usage_code in a hiddev_usage_ref structure, given that
172 Returns the value of a usage in a hiddev_usage_ref structure. The
174 choose to fill in the report_type field and specify the report_id as
176 filled in with the report and field information associated with this
180 Sets the value of a usage in an output report. The user fills in
181 the hiddev_usage_ref structure as above, but additionally fills in
186 indicates where in the collection hierarchy this usage sits.
195 This is a larger structure, but in situations where the
196 device has more than one usage in its reports with the
200 HIDDEV_FLAG_REPORT - This flag can only be used in conjunction
203 to read() filled in with the report_type and report_id, but