Lines Matching full:in
8 In addition to the normal input type HID devices, USB also uses the
29 In addition, other subsystems (apart from USB) can potentially feed
67 This description should be read in conjunction with the HID
75 each of which can have one or more "usages". In the hid-core,
85 the report. In its basic mode, the hiddev will make these individual
129 also returns the level the collection lives in the hierarchy.
130 The user passes in a hiddev_collection_info struct with the index
131 field set to the index that should be returned. The ioctl fills in
143 Gets a string descriptor from the device. The caller must fill in the
152 changes. Note that the use of this ioctl is unnecessary in general,
165 in order to selectively update the usage structures (in contrast to
172 be filled in by the user through HIDIOCSUSAGE calls (below) to fill in
173 individual usage values in the report before sending the report in full
179 Fills in a hiddev_report_info structure for the user. The report is
181 must be filled in by the user. The ID can be absolute -- the actual
193 Returns the field information associated with a report in a
194 hiddev_field_info structure. The user must fill in report_id and
195 report_type in this structure, as above. The field_index should also
196 be filled in, which should be a number from 0 and maxfield-1, as
202 Returns the usage_code in a hiddev_usage_ref structure, given that
209 Returns the value of a usage in a hiddev_usage_ref structure. The
211 choose to fill in the report_type field and specify the report_id as
212 HID_REPORT_ID_UNKNOWN. In this case, the hiddev_usage_ref will be
213 filled in with the report and field information associated with this
219 Sets the value of a usage in an output report. The user fills in
220 the hiddev_usage_ref structure as above, but additionally fills in
227 indicates where in the collection hierarchy this usage sits.
240 This is a larger structure, but in situations where the
241 device has more than one usage in its reports with the
246 - This flag can only be used in conjunction
249 to read() filled in with the report_type and report_id, but