/linux/arch/x86/kernel/cpu/microcode/ |
H A D | intel-ucode-defs.h | 1 { .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0x03, .steppings = 0x0004, .driver_data = 0x2 }, 2 { .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0x05, .steppings = 0x0001, .driver_data = 0x45 }, 3 { .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0x05, .steppings = 0x0002, .driver_data = 0x40 }, 4 { .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0x05, .steppings = 0x0004, .driver_data = 0x2c }, 5 { .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0x05, .steppings = 0x0008, .driver_data = 0x10 }, 6 { .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0x06, .steppings = 0x0001, .driver_data = 0xa }, 7 { .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0x06, .steppings = 0x0020, .driver_data = 0x3 }, 8 { .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0x06, .steppings = 0x0400, .driver_data = 0xd }, 9 { .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0x06, .steppings = 0x2000, .driver_data = 0x7 }, 10 { .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor [all...] |
/linux/arch/riscv/include/asm/ |
H A D | vendor_extensions.h | 15 * The extension keys of each vendor must be strictly less than this value. 36 * The alternatives need some way of distinguishing between vendor extensions 37 * and errata. Incrementing all of the vendor extension keys so they are at 44 bool __riscv_isa_vendor_extension_available(int cpu, unsigned long vendor, unsigned int bit); 45 #define riscv_cpu_isa_vendor_extension_available(cpu, vendor, ext) \ argument 46 __riscv_isa_vendor_extension_available(cpu, vendor, RISCV_ISA_VENDOR_EXT_##ext) 47 #define riscv_isa_vendor_extension_available(vendor, ext) \ argument 48 __riscv_isa_vendor_extension_available(VENDOR_EXT_ALL_CPUS, vendor, \ 51 static __always_inline bool riscv_has_vendor_extension_likely(const unsigned long vendor, in riscv_has_vendor_extension_likely() argument 58 return __riscv_has_extension_likely(vendor, in riscv_has_vendor_extension_likely() 64 riscv_has_vendor_extension_unlikely(const unsigned long vendor,const unsigned long ext) riscv_has_vendor_extension_unlikely() argument 77 riscv_cpu_has_vendor_extension_likely(const unsigned long vendor,int cpu,const unsigned long ext) riscv_cpu_has_vendor_extension_likely() argument 90 riscv_cpu_has_vendor_extension_unlikely(const unsigned long vendor,int cpu,const unsigned long ext) riscv_cpu_has_vendor_extension_unlikely() argument [all...] |
H A D | cpufeature-macros.h | 18 static __always_inline bool __riscv_has_extension_likely(const unsigned long vendor, in __riscv_has_extension_likely() argument 21 asm goto(ALTERNATIVE("j %l[l_no]", "nop", %[vendor], %[ext], 1) in __riscv_has_extension_likely() 23 : [vendor] "i" (vendor), [ext] "i" (ext) in __riscv_has_extension_likely() 32 static __always_inline bool __riscv_has_extension_unlikely(const unsigned long vendor, in __riscv_has_extension_unlikely() argument 35 asm goto(ALTERNATIVE("nop", "j %l[l_yes]", %[vendor], %[ext], 1) in __riscv_has_extension_unlikely() 37 : [vendor] "i" (vendor), [ext] "i" (ext) in __riscv_has_extension_unlikely()
|
/linux/drivers/char/agp/ |
H A D | sis-agp.c | 193 pdev->vendor, pdev->device); in agp_sis_probe() 229 .vendor = PCI_VENDOR_ID_SI, 237 .vendor = PCI_VENDOR_ID_SI, 245 .vendor = PCI_VENDOR_ID_SI, 253 .vendor = PCI_VENDOR_ID_SI, 261 .vendor = PCI_VENDOR_ID_SI, 269 .vendor = PCI_VENDOR_ID_SI, 277 .vendor = PCI_VENDOR_ID_SI, 285 .vendor = PCI_VENDOR_ID_SI, 293 .vendor [all...] |
H A D | amd64-agp.c | 534 if (pdev->vendor == PCI_VENDOR_ID_AMD && in agp_amd64_probe() 539 pdev->vendor, pdev->device); in agp_amd64_probe() 554 if (pdev->vendor == PCI_VENDOR_ID_NVIDIA) { in agp_amd64_probe() 562 if (pdev->vendor == PCI_VENDOR_ID_AL) { in agp_amd64_probe() 595 if (pdev->vendor == PCI_VENDOR_ID_NVIDIA) in agp_amd64_resume() 605 .vendor = PCI_VENDOR_ID_AMD, 614 .vendor = PCI_VENDOR_ID_AL, 623 .vendor = PCI_VENDOR_ID_VIA, 632 .vendor = PCI_VENDOR_ID_VIA, 641 .vendor [all...] |
/linux/drivers/usb/host/ |
H A D | xhci-pci.c | 255 /* Look for vendor-specific quirks */ in xhci_pci_quirks() 256 if (pdev->vendor == PCI_VENDOR_ID_FRESCO_LOGIC && in xhci_pci_quirks() 286 if (pdev->vendor == PCI_VENDOR_ID_FRESCO_LOGIC && in xhci_pci_quirks() 290 if (pdev->vendor == PCI_VENDOR_ID_NEC) in xhci_pci_quirks() 293 if (pdev->vendor == PCI_VENDOR_ID_AMD && in xhci_pci_quirks() 304 if (pdev->vendor == PCI_VENDOR_ID_ATI && in xhci_pci_quirks() 308 if (pdev->vendor == PCI_VENDOR_ID_AMD && xhci->hci_version == 0x96) in xhci_pci_quirks() 312 if (pdev->vendor == PCI_VENDOR_ID_AMD && usb_amd_quirk_pll_check()) in xhci_pci_quirks() 315 if (pdev->vendor == PCI_VENDOR_ID_AMD && in xhci_pci_quirks() 322 if (pdev->vendor in xhci_pci_quirks() [all...] |
/linux/drivers/media/pci/saa7134/ |
H A D | saa7134-cards.c | 5803 .vendor = PCI_VENDOR_ID_PHILIPS, 5809 .vendor = PCI_VENDOR_ID_PHILIPS, 5815 .vendor = PCI_VENDOR_ID_PHILIPS, 5821 .vendor = PCI_VENDOR_ID_PHILIPS, 5827 .vendor = PCI_VENDOR_ID_PHILIPS, 5833 .vendor = PCI_VENDOR_ID_PHILIPS, 5839 .vendor = PCI_VENDOR_ID_PHILIPS, 5845 .vendor = PCI_VENDOR_ID_PHILIPS, 5851 .vendor = PCI_VENDOR_ID_PHILIPS, 5857 .vendor [all...] |
/linux/arch/x86/kernel/ |
H A D | probe_roms.c | 82 static bool match_id(struct pci_dev *pdev, unsigned short vendor, unsigned short device) in match_id() argument 87 if (pdev->vendor == vendor && pdev->device == device) in match_id() 90 for (id = drv ? drv->id_table : NULL; id && id->vendor; id++) in match_id() 91 if (id->vendor == vendor && id->device == device) in match_id() 94 return id && id->vendor; in match_id() 97 static bool probe_list(struct pci_dev *pdev, unsigned short vendor, in probe_list() argument 106 if (device && match_id(pdev, vendor, device)) in probe_list() 122 unsigned short offset, vendor, devic in find_oprom() local [all...] |
/linux/tools/power/cpupower/utils/helpers/ |
H A D | cpuid.c | 40 * Extract CPU vendor, family, model, stepping info from /proc/cpuinfo 56 cpu_info->vendor = X86_VENDOR_UNKNOWN; in get_cpu_info() 77 /* Get CPU vendor */ in get_cpu_info() 81 cpu_info->vendor = x; in get_cpu_info() 95 if (cpu_info->vendor == X86_VENDOR_UNKNOWN || in get_cpu_info() 111 if (cpu_info->vendor != X86_VENDOR_AMD && in get_cpu_info() 112 cpu_info->vendor != X86_VENDOR_HYGON && in get_cpu_info() 113 cpu_info->vendor != X86_VENDOR_INTEL) in get_cpu_info() 129 if (cpu_info->vendor == X86_VENDOR_AMD || in get_cpu_info() 130 cpu_info->vendor in get_cpu_info() [all...] |
/linux/drivers/pnp/isapnp/ |
H A D | compat.c | 13 static void pnp_convert_id(char *buf, unsigned short vendor, in pnp_convert_id() argument 17 'A' + ((vendor >> 2) & 0x3f) - 1, in pnp_convert_id() 18 'A' + (((vendor & 3) << 3) | ((vendor >> 13) & 7)) - 1, in pnp_convert_id() 19 'A' + ((vendor >> 8) & 0x1f) - 1, in pnp_convert_id() 24 struct pnp_dev *pnp_find_dev(struct pnp_card *card, unsigned short vendor, in pnp_find_dev() argument 30 pnp_convert_id(id, vendor, function); in pnp_find_dev()
|
/linux/tools/perf/arch/x86/util/ |
H A D | header.c | 14 void get_cpuid_0(char *vendor, unsigned int *lvl) in get_cpuid_0() argument 19 strncpy(&vendor[0], (char *)(&b), 4); in get_cpuid_0() 20 strncpy(&vendor[4], (char *)(&d), 4); in get_cpuid_0() 21 strncpy(&vendor[8], (char *)(&c), 4); in get_cpuid_0() 22 vendor[12] = '\0'; in get_cpuid_0() 31 char vendor[16]; in __get_cpuid() local 33 get_cpuid_0(vendor, &lvl); in __get_cpuid() 50 nb = scnprintf(buffer, sz, fmt, vendor, family, model, step); in __get_cpuid() 77 /* Full CPUID format for x86 is vendor-family-model-stepping */ 108 "vendor in strcmp_cpuid_str() [all...] |
/linux/drivers/acpi/acpica/ |
H A D | rsmemory.c | 119 /* Length of the vendor data (byte count) */ 121 {ACPI_RSC_COUNT16, ACPI_RS_OFFSET(data.vendor.byte_length), 127 {ACPI_RSC_MOVE8, ACPI_RS_OFFSET(data.vendor.byte_data[0]), 143 /* Length of the vendor data (byte count) */ 145 {ACPI_RSC_COUNT16, ACPI_RS_OFFSET(data.vendor.byte_length), 151 {ACPI_RSC_MOVE8, ACPI_RS_OFFSET(data.vendor.byte_data[0]), 163 /* Default is a small vendor descriptor */ 171 {ACPI_RSC_COUNT16, ACPI_RS_OFFSET(data.vendor.byte_length), 175 {ACPI_RSC_MOVE8, ACPI_RS_OFFSET(data.vendor.byte_data[0]), 185 /* Must create a large vendor descripto [all...] |
/linux/sound/pci/emu10k1/ |
H A D | emu10k1_main.c | 945 {.vendor = 0x1102, .device = 0x0008, .subsystem = 0x10241102, 991 {.vendor = 0x1102, .device = 0x0008, .subsystem = 0x10211102, 1018 {.vendor = 0x1102, .device = 0x0008, .subsystem = 0x10011102, 1057 {.vendor = 0x1102, .device = 0x0008, .subsystem = 0x20011102, 1070 {.vendor = 0x1102, .device = 0x0008, .subsystem = 0x42011102, 1083 {.vendor = 0x1102, .device = 0x0008, .subsystem = 0x40041102, 1097 {.vendor = 0x1102, .device = 0x0008, .subsystem = 0x40071102, 1109 {.vendor = 0x1102, .device = 0x0004, .subsystem = 0x40011102, 1119 {.vendor = 0x1102, .device = 0x0008, .subsystem = 0x40021102, 1130 {.vendor [all...] |
/linux/drivers/scsi/ |
H A D | sr_vendor.c | 4 * vendor-specific code for SCSI CD-ROM's goes here. 70 const char *vendor = cd->device->vendor; in sr_vendor_init() local 74 cd->vendor = VENDOR_SCSI3; in sr_vendor_init() 80 cd->vendor = VENDOR_WRITER; in sr_vendor_init() 82 } else if (!strncmp(vendor, "NEC", 3)) { in sr_vendor_init() 83 cd->vendor = VENDOR_NEC; in sr_vendor_init() 97 } else if (!strncmp(vendor, "TOSHIBA", 7)) { in sr_vendor_init() 98 cd->vendor = VENDOR_TOSHIBA; in sr_vendor_init() 100 } else if (!strncmp(vendor, "Beure in sr_vendor_init() [all...] |
/linux/arch/riscv/ |
H A D | Kconfig.vendor | 8 bool "Andes vendor extension support" 12 Say N here if you want to disable all Andes vendor extension 13 support. This will cause any Andes vendor extensions that are 21 bool "SiFive vendor extension support" 25 Say N here if you want to disable all SiFive vendor extension 26 support. This will cause any SiFive vendor extensions that are 34 bool "T-Head vendor extension support" 38 Say N here to disable detection of and support for all T-Head vendor 39 extensions. Without this option enabled, T-Head vendor extensions will
|
/linux/arch/x86/platform/geode/ |
H A D | geos.c | 39 const char *vendor, *product; in geos_init() local 44 vendor = dmi_get_system_info(DMI_SYS_VENDOR); in geos_init() 45 if (!vendor || strcmp(vendor, "Traverse Technologies")) in geos_init() 53 KBUILD_MODNAME, vendor, product); in geos_init()
|
/linux/drivers/usb/serial/ |
H A D | usb-serial-simple.c | 20 #define DEVICE_N(vendor, IDS, nport) \ argument 21 static const struct usb_device_id vendor##_id_table[] = { \ 25 static struct usb_serial_driver vendor##_device = { \ 27 .name = #vendor, \ 29 .id_table = vendor##_id_table, \ 33 #define DEVICE(vendor, IDS) DEVICE_N(vendor, IDS, 1) argument
|
/linux/drivers/net/wireless/broadcom/b43/ |
H A D | sdio.c | 22 #define HNBU_CHIPID 0x01 /* vendor & device id */ 28 u16 vendor; member 37 static unsigned int b43_sdio_get_quirks(u16 vendor, u16 device) in b43_sdio_get_quirks() argument 42 if (vendor == q->vendor && device == q->device) in b43_sdio_get_quirks() 97 u16 vendor = 0, device = 0; in b43_sdio_probe() local 109 vendor = tuple->data[1] | (tuple->data[2]<<8); in b43_sdio_probe() 112 vendor, device); in b43_sdio_probe() 123 if (!vendor || !device) { in b43_sdio_probe() 149 b43_sdio_get_quirks(vendor, devic in b43_sdio_probe() [all...] |
/linux/sound/firewire/dice/ |
H A D | dice.c | 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 strscpy(vendor, "?"); in dice_card_strings() 121 fw_csr_string(dev->config_rom + 5, CSR_VENDOR, vendor, sizeof(vendor)); in dice_card_strings() 248 DICE_DEV_ENTRY_TYPICAL(vendor,model,data) global() argument [all...] |
/linux/include/sound/ |
H A D | soc-card.h | 64 unsigned short vendor, in snd_soc_card_set_pci_ssid() argument 67 card->pci_subsystem_vendor = vendor; in snd_soc_card_set_pci_ssid() 73 unsigned short *vendor, in snd_soc_card_get_pci_ssid() argument 79 *vendor = card->pci_subsystem_vendor; in snd_soc_card_get_pci_ssid() 86 unsigned short vendor, in snd_soc_card_set_pci_ssid() argument 92 unsigned short *vendor, in snd_soc_card_get_pci_ssid() argument
|
/linux/drivers/xen/ |
H A D | efi.c | 120 static efi_status_t xen_efi_get_variable(efi_char16_t *name, efi_guid_t *vendor, in xen_efi_get_variable() argument 127 BUILD_BUG_ON(sizeof(*vendor) != in xen_efi_get_variable() 129 memcpy(&efi_data(op).u.get_variable.vendor_guid, vendor, sizeof(*vendor)); in xen_efi_get_variable() 145 efi_guid_t *vendor) in xen_efi_get_next_variable() argument 151 BUILD_BUG_ON(sizeof(*vendor) != in xen_efi_get_next_variable() 153 memcpy(&efi_data(op).u.get_next_variable_name.vendor_guid, vendor, in xen_efi_get_next_variable() 154 sizeof(*vendor)); in xen_efi_get_next_variable() 160 memcpy(vendor, &efi_data(op).u.get_next_variable_name.vendor_guid, in xen_efi_get_next_variable() 161 sizeof(*vendor)); in xen_efi_get_next_variable() 166 xen_efi_set_variable(efi_char16_t * name,efi_guid_t * vendor,u32 attr,unsigned long data_size,void * data) xen_efi_set_variable() argument [all...] |
/linux/arch/x86/xen/ |
H A D | efi.c | 21 static efi_char16_t vendor[100] __initdata; variable 70 info->vendor.bufsz = sizeof(vendor); in xen_efi_probe() 71 set_xen_guest_handle(info->vendor.name, vendor); in xen_efi_probe() 74 efi_systab_xen.fw_vendor = __pa_symbol(vendor); in xen_efi_probe() 75 efi_systab_xen.fw_revision = info->vendor.revision; in xen_efi_probe()
|
/linux/drivers/vfio/pci/ |
H A D | vfio_pci.c | 35 MODULE_PARM_DESC(ids, "Initial PCI IDs to add to the vfio driver, format is \"vendor:device[:subvendor[:subdevice[:class[:class_mask]]]]\" and multiple comma separated entries can be specified"); 65 switch (pdev->vendor) { in vfio_pci_dev_in_denylist() 93 pdev->vendor, pdev->device); in vfio_pci_is_denylisted() 98 pdev->vendor, pdev->device); in vfio_pci_is_denylisted() 221 unsigned int vendor, device, subvendor = PCI_ANY_ID, in vfio_pci_fill_ids() local 229 &vendor, &device, &subvendor, &subdevice, in vfio_pci_fill_ids() 237 rc = pci_add_dynid(&vfio_pci_driver, vendor, device, in vfio_pci_fill_ids() 241 vendor, device, subvendor, subdevice, in vfio_pci_fill_ids() 245 vendor, device, subvendor, subdevice, in vfio_pci_fill_ids()
|
/linux/drivers/firmware/efi/ |
H A D | runtime-wrappers.c | 68 efi_guid_t *vendor; member 77 efi_guid_t *vendor; member 82 efi_guid_t *vendor; member 249 args->GET_VARIABLE.vendor, in efi_call_rts() 258 args->GET_NEXT_VARIABLE.vendor); in efi_call_rts() 263 args->SET_VARIABLE.vendor, in efi_call_rts() 394 efi_guid_t *vendor, in virt_efi_get_variable() argument 403 status = efi_queue_work(GET_VARIABLE, name, vendor, attr, data_size, in virt_efi_get_variable() 411 efi_guid_t *vendor) in virt_efi_get_next_variable() argument 417 status = efi_queue_work(GET_NEXT_VARIABLE, name_size, name, vendor); in virt_efi_get_next_variable() 423 virt_efi_set_variable(efi_char16_t * name,efi_guid_t * vendor,u32 attr,unsigned long data_size,void * data) virt_efi_set_variable() argument 439 virt_efi_set_variable_nb(efi_char16_t * name,efi_guid_t * vendor,u32 attr,unsigned long data_size,void * data) virt_efi_set_variable_nb() argument [all...] |
/linux/scripts/mod/ |
H A D | devicetable-offsets.c | 28 DEVID_FIELD(hid_device_id, vendor); in main() 39 DEVID_FIELD(pci_device_id, vendor); in main() 98 DEVID_FIELD(input_device_id, vendor); in main() 122 DEVID_FIELD(sdio_device_id, vendor); in main() 126 DEVID_FIELD(ssb_device_id, vendor); in main() 138 DEVID_FIELD(virtio_device_id, vendor); in main() 177 DEVID_FIELD(isapnp_device_id, vendor); in main() 182 DEVID_FIELD(ipack_device_id, vendor); in main() 196 DEVID_FIELD(x86_cpu_id, vendor); in main() 213 DEVID_FIELD(ulpi_device_id, vendor); in main() [all...] |