Lines Matching full:send
48 The first thing you should do is send a UHID_CREATE2 event. This will
62 If you want to send data on the interrupt channel to the HID subsystem, you send
63 a HID_INPUT2 event with your raw data payload. If the kernel wants to send data
74 If your device disconnects, you should send a UHID_DESTROY event. This will
75 unregister the device. You can now send UHID_CREATE2 again to register a new
91 This creates the internal HID device. No I/O is possible until you send this
103 You must send UHID_CREATE2 before sending input to the kernel! This event
159 send UHID_INPUT2 events to the kernel.
166 This is sent if the HID device driver wants to send raw data to the I/O
180 GET_REPORT (or if it fails), you must send a UHID_GET_REPORT_REPLY to the
187 send a SET_REPORT request to your HID device. Once it replies, you must tell