Lines Matching +full:language +full:- +full:id

1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
29 /* Descriptor of an non-audio endpoint */
93 * |-----+-----------+--------------+--------------------------------------|
98 * | | fs_count | LE32 | number of full-speed descriptors |
99 * | | hs_count | LE32 | number of high-speed descriptors |
100 * | | ss_count | LE32 | number of super-speed descriptors |
102 * | | fs_descrs | Descriptor[] | list of full-speed descriptors |
103 * | | hs_descrs | Descriptor[] | list of high-speed descriptors |
104 * | | ss_descrs | Descriptor[] | list of super-speed descriptors |
109 * rejected with -ENOSYS.
114 * |-----+-----------+--------------+--------------------------------------|
117 * | 8 | fs_count | LE32 | number of full-speed descriptors |
118 * | 12 | hs_count | LE32 | number of high-speed descriptors |
119 * | 16 | fs_descrs | Descriptor[] | list of full-speed descriptors |
120 * | | hs_descrs | Descriptor[] | list of high-speed descriptors |
128 * |-----+-----------------+------+--------------------------|
137 * |-----+-----------------+------+--------------------------|
147 * |-----+-----------------+------+--------------------------|
159 * |-----+-----------------------+------+-------------------------------------|
163 * | 2 | CompatibleID | U8[8]| compatible ID string |
164 * | 10 | SubCompatibleID | U8[8]| subcompatible ID string |
171 * |-----+-----------------------+------+-------------------------------------|
191 * |-----+------------+-----------------------+----------------------------|
198 * For each language there is one stringtab entry (ie. there are lang_count
202 * |-----+---------+-------------------+------------------------------------|
203 * | 0 | lang | LE16 | language code |
204 * | 2 | strings | String[str_count] | array of strings in given language |
208 * UTF-8.
234 * both 32-bit and 64-bit kernels.
273 * is no such interface returns -EDOM. If function is not active
274 * returns -ENODEV.
280 * during the call, returns -ESHUTDOWN.
286 * returns -ESHUTDOWN.