Home
last modified time | relevance | path

Searched refs:TYPE_STRING (Results 1 – 2 of 2) sorted by relevance

/bootable/bootloader/legacy/include/boot/
Dusb_descriptors.h30 (TYPE_STRING << 8) | (12 * 2),
35 (TYPE_STRING << 8) | (12 * 2),
40 (TYPE_STRING << 8) | (8 * 2),
45 (TYPE_STRING << 8) | 4,
148 { manufacturer_string, sizeof(manufacturer_string), ID(TYPE_STRING, 1) },
149 { product_string, sizeof(product_string), ID(TYPE_STRING, 2) },
150 { default_string, sizeof(default_string), ID(TYPE_STRING, 4) },
151 { language_table, sizeof(language_table), ID(TYPE_STRING, 0) },
158 { manufacturer_string, sizeof(manufacturer_string), ID(TYPE_STRING, 1) },
159 { product_string, sizeof(product_string), ID(TYPE_STRING, 2) },
[all …]
Dusb.h46 #define TYPE_STRING 3 macro