Lines Matching refs:an
5 hid-transport.txt for an introduction into HID transport drivers. This document
12 There is an example user-space application in ./samples/uhid/uhid-example.c
47 The first thing you should do is sending an UHID_CREATE2 event. This will
48 register the device. UHID will respond with an UHID_START event. You can now
53 user closes the HID device, you will receive an UHID_CLOSE event. This may be
54 followed by an UHID_OPEN event again and so on. There is no need to perform
56 UHID_OPEN events without an UHID_CLOSE event. The HID subsystem performs
62 an HID_INPUT2 event with your raw data payload. If the kernel wants to send data
63 on the interrupt channel to the device, you will read an UHID_OUTPUT event.
73 If your device disconnects, you should send an UHID_DESTROY event. This will
109 field to 0 if no error occurred or to EIO if an I/O error occurred.
124 This is sent when the HID device is started. Consider this as an answer to
141 This is sent when the HID device is stopped. Consider this as an answer to
143 If you didn't destroy your device via UHID_DESTROY, but the kernel sends an