/arch/x86/kernel/ |
D | probe_roms.c | 80 static bool match_id(struct pci_dev *pdev, unsigned short vendor, unsigned short device) in match_id() argument 85 if (pdev->vendor == vendor && pdev->device == device) in match_id() 88 for (id = drv ? drv->id_table : NULL; id && id->vendor; id++) in match_id() 89 if (id->vendor == vendor && id->device == device) in match_id() 92 return id && id->vendor; in match_id() 95 static bool probe_list(struct pci_dev *pdev, unsigned short vendor, in probe_list() argument 104 if (device && match_id(pdev, vendor, device)) in probe_list() 120 unsigned short offset, vendor, device, list, rev; in find_oprom() local 130 if (probe_kernel_address(rom + offset + 0x4, vendor) != 0) in find_oprom() 136 if (match_id(pdev, vendor, device)) { in find_oprom() [all …]
|
D | mmconf-fam10h_64.c | 23 u32 vendor; member 78 u16 vendor; in get_fam10h_pci_mmconf_base() local 84 vendor = id & 0xffff; in get_fam10h_pci_mmconf_base() 86 if (pci_probes[i].vendor == vendor && in get_fam10h_pci_mmconf_base()
|
D | reboot_fixups_32.c | 57 unsigned int vendor; member 94 dev = pci_get_device(cur->vendor, cur->device, NULL); in mach_reboot_fixups()
|
D | amd_nb.c | 129 u32 vendor = device & 0xffff; in early_is_amd_nb() local 132 for (id = amd_nb_misc_ids; id->vendor; id++) in early_is_amd_nb() 133 if (vendor == id->vendor && device == id->device) in early_is_amd_nb()
|
D | early-quirks.c | 643 u32 vendor; member 701 u16 vendor; in check_dev_quirk() local 712 vendor = read_pci_config_16(num, slot, func, PCI_VENDOR_ID); in check_dev_quirk() 717 if (((early_qrk[i].vendor == PCI_ANY_ID) || in check_dev_quirk() 718 (early_qrk[i].vendor == vendor)) && in check_dev_quirk()
|
/arch/x86/platform/geode/ |
D | geos.c | 102 const char *vendor, *product; in geos_init() local 107 vendor = dmi_get_system_info(DMI_SYS_VENDOR); in geos_init() 108 if (!vendor || strcmp(vendor, "Traverse Technologies")) in geos_init() 116 KBUILD_MODNAME, vendor, product); in geos_init()
|
D | alix.c | 169 const char *vendor, *product; in alix_present_dmi() local 171 vendor = dmi_get_system_info(DMI_SYS_VENDOR); in alix_present_dmi() 172 if (!vendor || strcmp(vendor, "PC Engines")) in alix_present_dmi() 180 KBUILD_MODNAME, vendor, product); in alix_present_dmi()
|
/arch/ia64/kernel/ |
D | acpi-ext.c | 37 struct acpi_resource_vendor_typed *vendor; in hp_ccsr_locate() local 43 vendor = &resource->data.vendor_typed; in hp_ccsr_locate() 45 if (ACPI_FAILURE(status) || vendor->byte_length < 16) { in hp_ccsr_locate() 50 memcpy(base, vendor->byte_data, sizeof(*base)); in hp_ccsr_locate() 51 memcpy(length, vendor->byte_data + 8, sizeof(*length)); in hp_ccsr_locate()
|
/arch/x86/xen/ |
D | efi.c | 31 static efi_char16_t vendor[100] __initdata; variable 113 info->vendor.bufsz = sizeof(vendor); in xen_efi_probe() 114 set_xen_guest_handle(info->vendor.name, vendor); in xen_efi_probe() 117 efi_systab_xen.fw_vendor = __pa_symbol(vendor); in xen_efi_probe() 118 efi_systab_xen.fw_revision = info->vendor.revision; in xen_efi_probe()
|
/arch/x86/kernel/cpu/ |
D | match.c | 36 for (m = match; m->vendor | m->family | m->model | m->feature; m++) { in x86_match_cpu() 37 if (m->vendor != X86_VENDOR_ANY && c->x86_vendor != m->vendor) in x86_match_cpu()
|
D | cyrix.c | 258 u32 vendor, device; in init_cyrix() local 278 vendor = read_pci_config_16(0, 0, 0x12, PCI_VENDOR_ID); in init_cyrix() 284 if (vendor == PCI_VENDOR_ID_CYRIX && in init_cyrix()
|
/arch/ia64/sn/kernel/ |
D | io_acpi_init.c | 76 struct acpi_resource_vendor_typed *vendor; in sn_acpi_hubdev_init() local 92 vendor = &resource->data.vendor_typed; in sn_acpi_hubdev_init() 93 if ((vendor->byte_length - sizeof(struct acpi_vendor_uuid)) != in sn_acpi_hubdev_init() 99 vendor->byte_length, (char *)name_buffer.pointer); in sn_acpi_hubdev_init() 104 memcpy(&addr, vendor->byte_data, sizeof(struct hubdev_info *)); in sn_acpi_hubdev_init() 132 struct acpi_resource_vendor_typed *vendor; in sn_get_bussoft_ptr() local 147 vendor = &resource->data.vendor_typed; in sn_get_bussoft_ptr() 149 if ((vendor->byte_length - sizeof(struct acpi_vendor_uuid)) != in sn_get_bussoft_ptr() 153 __func__, vendor->byte_length); in sn_get_bussoft_ptr() 157 memcpy(&addr, vendor->byte_data, sizeof(struct pcibus_bussoft *)); in sn_get_bussoft_ptr() [all …]
|
/arch/powerpc/kernel/vdso32/ |
D | note.S | 9 #define ASM_ELF_NOTE_BEGIN(name, flags, vendor, type) \ argument 15 0: .asciz vendor; /* vendor name */ \
|
/arch/sh/kernel/vsyscall/ |
D | vsyscall-note.S | 9 #define ASM_ELF_NOTE_BEGIN(name, flags, vendor, type) \ argument 15 0: .asciz vendor; /* vendor name */ \
|
/arch/x86/kernel/cpu/microcode/ |
D | core.c | 128 int vendor; in load_ucode_bsp() local 135 vendor = x86_cpuid_vendor(); in load_ucode_bsp() 138 switch (vendor) { in load_ucode_bsp() 174 int vendor, family; in load_ucode_ap() local 179 vendor = x86_cpuid_vendor(); in load_ucode_ap() 182 switch (vendor) { in load_ucode_ap() 218 int vendor, family; in reload_early_microcode() local 220 vendor = x86_cpuid_vendor(); in reload_early_microcode() 223 switch (vendor) { in reload_early_microcode()
|
/arch/x86/pci/ |
D | broadcom_bus.c | 93 u16 vendor, device; in broadcom_postcore_init() local 105 vendor = id & 0xffff; in broadcom_postcore_init() 108 if (vendor == PCI_VENDOR_ID_SERVERWORKS && in broadcom_postcore_init()
|
D | mmconfig-shared.c | 268 u16 vendor, device; in pci_mmcfg_nvidia_mcp55() local 272 vendor = l & 0xffff; in pci_mmcfg_nvidia_mcp55() 275 if (PCI_VENDOR_ID_NVIDIA != vendor || 0x0369 != device) in pci_mmcfg_nvidia_mcp55() 304 u32 vendor; member 345 u16 vendor, device; in pci_mmcfg_check_hostbridge() local 358 vendor = l & 0xffff; in pci_mmcfg_check_hostbridge() 362 if (pci_mmcfg_probes[i].vendor == vendor && in pci_mmcfg_check_hostbridge()
|
D | irq.c | 45 u16 vendor, device; member 52 u16 vendor; member 493 dev->vendor, dev->device, pirq, irq); in pirq_amd756_get() 501 dev->vendor, dev->device, pirq, irq); in pirq_amd756_set() 848 for (h = pirq_routers; h->vendor; h++) { in pirq_find_router() 850 if (rt->rtr_vendor == h->vendor && in pirq_find_router() 854 if (pirq_router_dev->vendor == h->vendor && in pirq_find_router() 860 pirq_router_dev->vendor, pirq_router_dev->device); in pirq_find_router() 932 dev->vendor == PCI_VENDOR_ID_O2) { in pcibios_lookup_irq()
|
/arch/x86/kernel/cpu/mtrr/ |
D | mtrr.h | 15 u32 vendor; member 62 #define is_cpu(vnd) (mtrr_if && mtrr_if->vendor == X86_VENDOR_##vnd)
|
D | main.c | 84 if (ops->vendor && ops->vendor < X86_VENDOR_NUM) in set_mtrr_ops() 85 mtrr_ops[ops->vendor] = ops; in set_mtrr_ops() 100 if (dev->vendor == PCI_VENDOR_ID_SERVERWORKS && in have_wrcomb() 111 if (dev->vendor == PCI_VENDOR_ID_INTEL && in have_wrcomb()
|
/arch/arm/mach-footbridge/ |
D | ebsa285-pci.c | 20 if (dev->vendor == PCI_VENDOR_ID_CONTAQ && in ebsa285_map_irq()
|
/arch/sparc/kernel/ |
D | prom_32.c | 139 unsigned int *intr, *device, *vendor, reg0; in ambapp_path_component() local 164 vendor = prop->value; in ambapp_path_component() 171 dp->name, *vendor, *device, in ambapp_path_component()
|
/arch/mips/pci/ |
D | fixup-loongson3.c | 32 pdev->vendor, pdev->device, pdev->irq); in print_fixup_info()
|
/arch/x86/platform/efi/ |
D | efi_64.c | 613 efi_thunk_get_variable(efi_char16_t *name, efi_guid_t *vendor, in efi_thunk_get_variable() argument 621 phys_vendor = virt_to_phys_or_null(vendor); in efi_thunk_get_variable() 633 efi_thunk_set_variable(efi_char16_t *name, efi_guid_t *vendor, in efi_thunk_set_variable() argument 640 phys_vendor = virt_to_phys_or_null(vendor); in efi_thunk_set_variable() 653 efi_guid_t *vendor) in efi_thunk_get_next_variable() argument 659 phys_vendor = virt_to_phys_or_null(vendor); in efi_thunk_get_next_variable()
|
/arch/parisc/include/asm/ |
D | superio.h | 78 (((x)->vendor == PCI_VENDOR_ID_NS) && \
|