/arch/x86/include/asm/ |
D | cpu_device_id.h | 80 .vendor = X86_VENDOR_##_vendor, \ 91 .vendor = _vendor, \ 114 #define X86_MATCH_VENDOR_FAM_MODEL_FEATURE(vendor, family, model, feature, data) \ argument 115 X86_MATCH_VENDOR_FAM_MODEL_STEPPINGS_FEATURE(vendor, family, model, \ 131 #define X86_MATCH_VENDOR_FAM_FEATURE(vendor, family, feature, data) \ argument 132 X86_MATCH_VENDOR_FAM_MODEL_FEATURE(vendor, family, \ 147 #define X86_MATCH_VENDOR_FEATURE(vendor, feature, data) \ argument 148 X86_MATCH_VENDOR_FAM_FEATURE(vendor, X86_FAMILY_ANY, feature, data) 176 #define X86_MATCH_VENDOR_FAM_MODEL(vendor, family, model, data) \ argument 177 X86_MATCH_VENDOR_FAM_MODEL_FEATURE(vendor, family, model, \ [all …]
|
/arch/x86/kernel/ |
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, device, list, rev; in find_oprom() local 132 if (get_kernel_nofault(vendor, rom + offset + 0x4) != 0) in find_oprom() 138 if (match_id(pdev, vendor, device)) { in find_oprom() [all …]
|
D | mmconf-fam10h_64.c | 24 u32 vendor; member 79 u16 vendor; in get_fam10h_pci_mmconf_base() local 85 vendor = id & 0xffff; in get_fam10h_pci_mmconf_base() 87 if (pci_probes[i].vendor == vendor && in get_fam10h_pci_mmconf_base()
|
D | reboot_fixups_32.c | 58 unsigned int vendor; member 95 dev = pci_get_device(cur->vendor, cur->device, NULL); in mach_reboot_fixups()
|
D | early-quirks.c | 692 u32 vendor; member 750 u16 vendor; in check_dev_quirk() local 761 vendor = read_pci_config_16(num, slot, func, PCI_VENDOR_ID); in check_dev_quirk() 766 if (((early_qrk[i].vendor == PCI_ANY_ID) || in check_dev_quirk() 767 (early_qrk[i].vendor == vendor)) && in check_dev_quirk()
|
D | amd_nb.c | 341 u32 vendor = device & 0xffff; in early_is_amd_nb() local 351 for (id = misc_ids; id->vendor; id++) in early_is_amd_nb() 352 if (vendor == id->vendor && device == id->device) in early_is_amd_nb()
|
/arch/x86/platform/geode/ |
D | geos.c | 105 const char *vendor, *product; in geos_init() local 110 vendor = dmi_get_system_info(DMI_SYS_VENDOR); in geos_init() 111 if (!vendor || strcmp(vendor, "Traverse Technologies")) in geos_init() 119 KBUILD_MODNAME, vendor, product); in geos_init()
|
D | alix.c | 171 const char *vendor, *product; in alix_present_dmi() local 173 vendor = dmi_get_system_info(DMI_SYS_VENDOR); in alix_present_dmi() 174 if (!vendor || strcmp(vendor, "PC Engines")) in alix_present_dmi() 182 KBUILD_MODNAME, vendor, product); in alix_present_dmi()
|
/arch/x86/xen/ |
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()
|
/arch/ia64/kernel/ |
D | acpi-ext.c | 34 struct acpi_resource_vendor_typed *vendor; in hp_ccsr_locate() local 40 vendor = &resource->data.vendor_typed; in hp_ccsr_locate() 42 if (ACPI_FAILURE(status) || vendor->byte_length < 16) { in hp_ccsr_locate() 47 memcpy(base, vendor->byte_data, sizeof(*base)); in hp_ccsr_locate() 48 memcpy(length, vendor->byte_data + 8, sizeof(*length)); in hp_ccsr_locate()
|
/arch/sh/kernel/vsyscall/ |
D | vsyscall-note.S | 10 #define ASM_ELF_NOTE_BEGIN(name, flags, vendor, type) \ argument 16 0: .asciz vendor; /* vendor name */ \
|
/arch/parisc/kernel/vdso32/ |
D | note.S | 10 #define ASM_ELF_NOTE_BEGIN(name, flags, vendor, type) \ argument 16 0: .asciz vendor; /* vendor name */ \
|
/arch/powerpc/kernel/vdso/ |
D | note.S | 10 #define ASM_ELF_NOTE_BEGIN(name, flags, vendor, type) \ argument 16 0: .asciz vendor; /* vendor name */ \
|
/arch/x86/pci/ |
D | broadcom_bus.c | 89 u16 vendor, device; in broadcom_postcore_init() local 101 vendor = id & 0xffff; in broadcom_postcore_init() 104 if (vendor == PCI_VENDOR_ID_SERVERWORKS && in broadcom_postcore_init()
|
D | mmconfig-shared.c | 271 u16 vendor, device; in pci_mmcfg_nvidia_mcp55() local 275 vendor = l & 0xffff; in pci_mmcfg_nvidia_mcp55() 278 if (PCI_VENDOR_ID_NVIDIA != vendor || 0x0369 != device) in pci_mmcfg_nvidia_mcp55() 307 u32 vendor; member 348 u16 vendor, device; in pci_mmcfg_check_hostbridge() local 361 vendor = l & 0xffff; in pci_mmcfg_check_hostbridge() 365 if (pci_mmcfg_probes[i].vendor == vendor && in pci_mmcfg_check_hostbridge()
|
D | amd_bus.c | 96 u16 vendor; in early_root_info_init() local 101 vendor = id & 0xffff; in early_root_info_init() 104 if (vendor != PCI_VENDOR_ID_AMD && in early_root_info_init() 105 vendor != PCI_VENDOR_ID_HYGON) in early_root_info_init()
|
D | irq.c | 52 u16 vendor, device; member 61 u16 vendor; member 919 dev->vendor, dev->device, pirq, irq); in pirq_amd756_get() 927 dev->vendor, dev->device, pirq, irq); in pirq_amd756_set() 1274 dev->vendor, dev->device); in pirq_try_router() 1276 for (h = pirq_routers; h->vendor; h++) { in pirq_try_router() 1278 if (rt->rtr_vendor == h->vendor && in pirq_try_router() 1282 if (dev->vendor == h->vendor && in pirq_try_router() 1330 pirq_router_dev->vendor, pirq_router_dev->device); in pirq_find_router() 1448 dev->vendor == PCI_VENDOR_ID_O2) { in pcibios_lookup_irq()
|
/arch/x86/kernel/cpu/ |
D | match.c | 43 if (m->vendor != X86_VENDOR_ANY && c->x86_vendor != m->vendor) in x86_match_cpu()
|
D | cyrix.c | 263 u32 vendor, device; in init_cyrix() local 283 vendor = read_pci_config_16(0, 0, 0x12, PCI_VENDOR_ID); in init_cyrix() 289 if (vendor == PCI_VENDOR_ID_CYRIX && in init_cyrix()
|
/arch/loongarch/pci/ |
D | pci.c | 91 if (devp->vendor != PCI_VENDOR_ID_LOONGSON) { in pci_fixup_vgadev() 95 devp->vendor, devp->device); in pci_fixup_vgadev()
|
/arch/x86/platform/efi/ |
D | efi_64.c | 606 efi_thunk_get_variable(efi_char16_t *name, efi_guid_t *vendor, in efi_thunk_get_variable() argument 618 *vnd = *vendor; in efi_thunk_get_variable() 638 efi_thunk_set_variable(efi_char16_t *name, efi_guid_t *vendor, in efi_thunk_set_variable() argument 649 *vnd = *vendor; in efi_thunk_set_variable() 667 efi_thunk_set_variable_nonblocking(efi_char16_t *name, efi_guid_t *vendor, in efi_thunk_set_variable_nonblocking() argument 680 *vnd = *vendor; in efi_thunk_set_variable_nonblocking() 700 efi_guid_t *vendor) in efi_thunk_get_next_variable() argument 710 *vnd = *vendor; in efi_thunk_get_next_variable() 724 *vendor = *vnd; in efi_thunk_get_next_variable()
|
/arch/mips/loongson64/ |
D | env.c | 67 u16 vendor; in prom_lefi_init_env() local 182 vendor = id & 0xffff; in prom_lefi_init_env() 184 switch (vendor) { in prom_lefi_init_env()
|
/arch/arm/mach-footbridge/ |
D | ebsa285-pci.c | 21 if (dev->vendor == PCI_VENDOR_ID_CONTAQ && in ebsa285_map_irq()
|
/arch/parisc/include/asm/ |
D | superio.h | 79 (((x)->vendor == PCI_VENDOR_ID_NS) && \
|
/arch/powerpc/platforms/powermac/ |
D | pci.c | 177 const u32 *vendor, *device; in chaos_map_bus() local 185 vendor = of_get_property(np, "vendor-id", NULL); in chaos_map_bus() 187 if (vendor == NULL || device == NULL) in chaos_map_bus() 190 if ((*vendor == 0x106b) && (*device == 3) && (offset >= 0x10) in chaos_map_bus() 872 dev->vendor == PCI_VENDOR_ID_DEC && in pmac_pci_irq_fixup() 966 if (dev->vendor == PCI_VENDOR_ID_APPLE in pmac_pci_enable_device_hook() 1062 if (dev->vendor != PCI_VENDOR_ID_TI) in pmac_pci_fixup_cardbus() 1103 if (dev->vendor == PCI_VENDOR_ID_PROMISE) in pmac_pci_fixup_pciata()
|