Home
last modified time | relevance | path

Searched defs:patch_info (Results 1 – 4 of 4) sorted by relevance

/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
Dsoundcard.h144 struct patch_info { struct
145 unsigned short key;
149 short device_no;
150 short instr_no;
151 unsigned int mode;
166 int len;
167 int loop_start, loop_end;
168 unsigned int base_freq;
169 unsigned int base_note;
170 unsigned int high_note;
[all …]
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
Dsoundcard.h137 struct patch_info { struct
138 unsigned short key;
142 short device_no;
143 short instr_no;
144 unsigned int mode;
160 int len;
161 int loop_start, loop_end;
162 unsigned int base_freq;
163 unsigned int base_note;
164 unsigned int high_note;
[all …]
/kernel/linux/linux-5.10/include/uapi/linux/
Dsoundcard.h213 struct patch_info { struct
214 unsigned short key; /* Use WAVE_PATCH here */
219 short device_no; /* Synthesizer number */
220 short instr_no; /* Midi pgm# */
222 unsigned int mode;
246 int len; /* Size of the wave data in bytes */
247 int loop_start, loop_end; /* Byte offsets from the beginning */
265 unsigned int base_freq;
266 unsigned int base_note;
267 unsigned int high_note;
[all …]
/kernel/linux/linux-5.10/drivers/scsi/aic7xxx/aicasm/
Daicasm_symbol.h163 typedef struct patch_info { struct
166 } patch_info_t; argument