Lines Matching full:vendor
37 int key, val, vendor = -1, model = -1; in check_dice_category() local
50 vendor = val; in check_dice_category()
58 if (vendor == OUI_WEISS) in check_dice_category()
60 else if (vendor == OUI_LOUD) in check_dice_category()
62 else if (vendor == OUI_HARMAN) in check_dice_category()
66 if (device->config_rom[3] != ((vendor << 8) | category) || in check_dice_category()
101 char vendor[32], model[32]; in dice_card_strings() local
120 strcpy(vendor, "?"); in dice_card_strings()
121 fw_csr_string(dev->config_rom + 5, CSR_VENDOR, vendor, sizeof(vendor)); in dice_card_strings()
126 vendor, model, dev->config_rom[4] & 0x3fffff, in dice_card_strings()
248 #define DICE_DEV_ENTRY_TYPICAL(vendor, model, data) \ argument
254 .vendor_id = (vendor), \
256 .specifier_id = (vendor), \