Lines Matching refs:report

6  * Aquacomputer devices send HID reports (with ID 0x01) every second to report
70 /* The HID report that the official software always sends
80 /* Secondary HID report values for Aquaero */
122 /* Sensor report offsets for Aquaero fan controllers */
133 /* Control report offsets for the Aquaero fan controllers */
146 /* Sensor report offsets for the D5 Next pump */
156 /* Control report offsets for the D5 Next pump */
165 /* Sensor report offsets for the Aquastream Ultimate pump */
180 /* Spec and sensor report offset for the Farbwerk RGB controller */
189 /* Sensor report offsets for the Farbwerk 360 */
193 /* Control report offsets for the Farbwerk 360 */
202 /* Sensor report offsets for the Octo */
208 /* Control report offsets for the Octo */
220 /* Sensor report offsets for the Quadro */
227 /* Control report offsets for the Quadro */
236 /* Sensor report offsets for the High Flow Next */
248 /* Sensor report offsets for Leakshield */
270 /* Sensor report offsets and info for Aquastream XT */
282 /* Sensor report offsets for the Poweradjust 3 */
528 int status_report_id; /* Used for legacy devices, report is stored in buffer */
535 int ctrl_report_delay; /* Delay between two ctrl report operations, in ms */
668 /* Place the new checksum at the end of the report */
672 /* Send the patched up report back to the device */
678 /* The official software sends this report after every change, so do it here as well */
912 /* Read device sensors by manually requesting the sensor report (legacy way) */
935 /* Info provided with every report */
1121 /* Arrays for setting multiple values at once in the control report */
1296 static int aqc_raw_event(struct hid_device *hdev, struct hid_report *report, u8 *data, int size)
1301 if (report->id != STATUS_REPORT_ID)
1306 /* Info provided with every report */