Lines Matching full:report
10 /* Input report type definition in HIDSPI protocol */
27 /* Output report type definition in HIDSPI protocol */
39 /* Set power command ID for output report */
50 * Input report header definition in HIDSPI protocol
51 * Report header size is 32bits, it includes:
54 * input_report_len: [8:21] Input report length in number bytes divided by 4
59 * @sync_const: [24:31] Used to validate input report header, must be 0x5A
68 * struct input_report_body_header - Input report body header definition in HIDSPI protocol
69 * @input_report_type: indicate input report type, reference to enum input_report_type
70 * @content_len: this input report body packet length
71 * @content_id: indicate this input report's report id
82 * struct input_report_body - Input report body definition in HIDSPI protocol
83 * @body_hdr: input report body header
84 * @content: input report body content
94 * struct output_report_header - Output report header definition in HIDSPI protocol
95 * @report_type: output report type, reference to enum output_report_type
98 * report id - Set/Feature feature or Input/Output Reports
110 * struct output_report - Output report definition in HIDSPI protocol
111 * @output_hdr: output report header
112 * @content: output report content
126 * @rep_desc_len: The length of the report descriptor
127 * @max_input_len: The length of the largest possible HID input (or feature) report
128 * @max_output_len: The length of the largest output (or feature) report
130 * the body of an input report.