Lines Matching full:read
56 course. If you need to write one, read on.
60 This description should be read in conjunction with the HID
64 The hiddev API uses a read() interface, and a set of ioctl() calls.
71 read():
89 behavior of the read() function can be modified using the HIDIOCSFLAG
96 HIDIOCGVERSION - int (read)
109 HIDIOCGCOLLECTIONINFO - struct hiddev_collection_info (read/write)
118 HIDIOCGDEVINFO - struct hiddev_devinfo (read)
121 HIDIOCGSTRING - struct hiddev_string_descriptor (read/write)
147 HIDIOCGREPORTINFO - struct hiddev_report_info (read/write)
159 HIDIOCGFIELDINFO - struct hiddev_field_info (read/write)
166 HIDIOCGUCODE - struct hiddev_usage_ref (read/write)
171 HIDIOCGUSAGE - struct hiddev_usage_ref (read/write)
188 HIDIOCGFLAG - int (read)
191 that influence the read() call above. The flags are as follows:
193 HIDDEV_FLAG_UREF - read() calls will now return
203 to read() filled in with the report_type and report_id, but