Lines Matching defs:ID
57 0xD1, 0x18, // vendor id
58 0x0D, 0xD0, // product id
140 unsigned short id;
143 #define ID(type,num) ((type << 8) | num)
146 { device_desc, sizeof(device_desc), ID(TYPE_DEVICE, 0) },
147 { config_desc, sizeof(config_desc), ID(TYPE_CONFIGURATION, 0) },
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) },
156 { device_desc, sizeof(device_desc), ID(TYPE_DEVICE, 0) },
157 { config_desc_fs, sizeof(config_desc), ID(TYPE_CONFIGURATION, 0) },
158 { manufacturer_string, sizeof(manufacturer_string), ID(TYPE_STRING, 1) },
159 { product_string, sizeof(product_string), ID(TYPE_STRING, 2) },
160 { default_string, sizeof(default_string), ID(TYPE_STRING, 4) },
161 { language_table, sizeof(language_table), ID(TYPE_STRING, 0) },