Lines Matching +full:fixed +full:- +full:header
1 /* SPDX-License-Identifier: GPL-2.0 */
50 * Input report header definition in HIDSPI protocol
51 * Report header size is 32bits, it includes:
56 * 1 - indicates last fragment
57 * 0 - indicates additional fragments
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
82 * struct input_report_body - Input report body definition in HIDSPI protocol
83 * @body_hdr: input report body header
94 * struct output_report_header - Output report header definition in HIDSPI protocol
97 * @content_id: 0x00 - descriptors
98 * report id - Set/Feature feature or Input/Output Reports
99 * command opcode - for commands
110 * struct output_report - Output report definition in HIDSPI protocol
111 * @output_hdr: output report header
122 * struct hidspi_dev_descriptor - HIDSPI device descriptor definition
123 * @dev_desc_len: The length of the complete device descriptor, fixed to 0x18 (24).
125 * In binary coded decimal (BCD) format. Must be fixed to 0x0300.