/openbmc/openbmc/ |
H A D | setup | 55 vendor=${cfg%%/*} 56 vendor=${vendor##meta-} 57 vendor=${vendor%%-openbmc} 88 echo "${vendor}/${name}" 112 vendor=${m%%/*} 115 if [[ ! "$vendors" =~ -$vendor- ]]; then 116 vendors="$vendors -$vendor-" 117 echo "* $vendor"
|
/openbmc/linux/drivers/char/agp/ |
H A D | sis-agp.c | 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 = PCI_VENDOR_ID_SI, 301 .vendor = PCI_VENDOR_ID_SI, [all …]
|
/openbmc/linux/drivers/scsi/ |
H A D | scsi_devinfo.c | 23 char vendor[8]; member 51 char *vendor; member 368 scsi_strcpy_devinfo("vendor", devinfo->vendor, sizeof(devinfo->vendor), in scsi_dev_info_list_add_keyed() 369 vendor, compatible); in scsi_dev_info_list_add_keyed() 437 vmax = sizeof(devinfo->vendor); in scsi_dev_info_list_find() 438 vskip = vendor; in scsi_dev_info_list_find() 463 sizeof(devinfo->vendor)) || in scsi_dev_info_list_find() 476 if (!memcmp(devinfo->vendor, vendor, in scsi_dev_info_list_find() 477 sizeof(devinfo->vendor)) && in scsi_dev_info_list_find() 547 for (vendor = strsep(&next, ":"); vendor && (vendor[0] != '\0') in scsi_dev_info_list_add_str() [all …]
|
H A D | sr_vendor.c | 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() 98 cd->vendor = VENDOR_TOSHIBA; in sr_vendor_init() 100 } else if (!strncmp(vendor, "Beurer", 6) && in sr_vendor_init() 109 cd->vendor = VENDOR_CYGNAL_85ED; in sr_vendor_init() 131 if (cd->vendor == VENDOR_TOSHIBA) in sr_set_blocklength() 192 switch (cd->vendor) { in sr_cd_check() [all …]
|
/openbmc/linux/arch/x86/include/asm/ |
H A D | cpu_device_id.h | 80 .vendor = X86_VENDOR_##_vendor, \ 91 .vendor = _vendor, \ 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, \ 192 #define X86_MATCH_VENDOR_FAM(vendor, family, data) \ argument [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/minio/ |
H A D | src_uri.inc | 9 …name=pb;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/c… 19 …e=color;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/f… 69 …ame=cli;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/m… 99 …ame=pkg;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/m… 144 …ame=xid;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/r… 179 …heck.v1;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/gopkg.in/che… 189 …yaml.v2;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/gopkg.in/yam… 309 …e=text1;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/k… 474 …ame=zap;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.uber.org/… 504 …=ini.v1;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/gopkg.in/ini… [all …]
|
/openbmc/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()
|
/openbmc/linux/tools/power/cpupower/utils/helpers/ |
H A D | cpuid.c | 56 cpu_info->vendor = X86_VENDOR_UNKNOWN; 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 == X86_VENDOR_HYGON) { in get_cpu_info() 167 if (cpu_info->vendor == X86_VENDOR_INTEL) { in get_cpu_info() 173 if (cpu_info->vendor == X86_VENDOR_INTEL) { in get_cpu_info()
|
/openbmc/u-boot/lib/efi_loader/ |
H A D | efi_variable.c | 67 const efi_guid_t *vendor) in efi_to_native() argument 78 pos += sprintf(pos, "efi_%pUl_", vendor); in efi_to_native() 164 const efi_guid_t *vendor, u32 *attributes, in efi_get_variable() argument 176 if (!variable_name || !vendor || !data_size) in efi_get_variable() 179 ret = efi_to_native(&native_name, variable_name, vendor); in efi_get_variable() 265 const efi_guid_t *vendor, in parse_uboot_variable() argument 325 const efi_guid_t *vendor) in efi_get_next_variable_name() argument 337 if (!variable_name_size || !variable_name || !vendor) in efi_get_next_variable_name() 394 vendor, &attributes); in efi_get_next_variable_name() 415 const efi_guid_t *vendor, u32 attributes, in efi_set_variable() argument [all …]
|
H A D | efi_root_node.c | 15 struct efi_device_path_vendor vendor; member 44 dp->vendor.dp.type = DEVICE_PATH_TYPE_HARDWARE_DEVICE; in efi_root_node_register() 45 dp->vendor.dp.sub_type = DEVICE_PATH_SUB_TYPE_VENDOR; in efi_root_node_register() 46 dp->vendor.dp.length = sizeof(struct efi_device_path_vendor); in efi_root_node_register() 47 dp->vendor.guid = efi_u_boot_guid; in efi_root_node_register()
|
/openbmc/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, 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 …]
|
/openbmc/linux/drivers/acpi/acpica/ |
H A D | rsmemory.c | 121 {ACPI_RSC_COUNT16, ACPI_RS_OFFSET(data.vendor.byte_length), 127 {ACPI_RSC_MOVE8, ACPI_RS_OFFSET(data.vendor.byte_data[0]), 145 {ACPI_RSC_COUNT16, ACPI_RS_OFFSET(data.vendor.byte_length), 151 {ACPI_RSC_MOVE8, ACPI_RS_OFFSET(data.vendor.byte_data[0]), 171 {ACPI_RSC_COUNT16, ACPI_RS_OFFSET(data.vendor.byte_length), 175 {ACPI_RSC_MOVE8, ACPI_RS_OFFSET(data.vendor.byte_data[0]), 191 {ACPI_RSC_COUNT16, ACPI_RS_OFFSET(data.vendor.byte_length), 195 {ACPI_RSC_MOVE8, ACPI_RS_OFFSET(data.vendor.byte_data[0]),
|
/openbmc/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()
|
/openbmc/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, 6422 .vendor = PCI_VENDOR_ID_PHILIPS, [all …]
|
/openbmc/linux/drivers/usb/host/ |
H A D | xhci-pci.c | 346 if (pdev->vendor == PCI_VENDOR_ID_NEC) in xhci_pci_quirks() 356 if (pdev->vendor == PCI_VENDOR_ID_AMD && in xhci_pci_quirks() 363 if (pdev->vendor == PCI_VENDOR_ID_AMD && in xhci_pci_quirks() 375 if ((pdev->vendor == PCI_VENDOR_ID_AMD) && in xhci_pci_quirks() 382 if (pdev->vendor == PCI_VENDOR_ID_AMD && in xhci_pci_quirks() 386 if (pdev->vendor == PCI_VENDOR_ID_INTEL) { in xhci_pci_quirks() 391 if (pdev->vendor == PCI_VENDOR_ID_INTEL && in xhci_pci_quirks() 475 if (pdev->vendor == PCI_VENDOR_ID_VIA) in xhci_pci_quirks() 479 if (pdev->vendor == PCI_VENDOR_ID_VIA && in xhci_pci_quirks() 521 if (pdev->vendor == PCI_VENDOR_ID_AMD && in xhci_pci_quirks() [all …]
|
/openbmc/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 = { \ 28 .name = #vendor, \ 30 .id_table = vendor##_id_table, \ 34 #define DEVICE(vendor, IDS) DEVICE_N(vendor, IDS, 1) argument
|
/openbmc/linux/drivers/net/wireless/broadcom/b43/ |
H A D | sdio.c | 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, device)); in b43_sdio_probe()
|
/openbmc/linux/sound/pci/emu10k1/ |
H A D | emu10k1_main.c | 1004 {.vendor = 0x1102, .device = 0x0008, .subsystem = 0x10241102, 1207 {.vendor = 0x1102, .device = 0x0008, 1322 {.vendor = 0x1102, .device = 0x0004, .revision = 0x04, 1349 {.vendor = 0x1102, .device = 0x0004, 1484 {.vendor = 0x1102, .device = 0x0002, 1566 pci->vendor, pci->device, emu->serial, emu->model); in snd_emu10k1_create() 1568 for (c = emu_chip_details; c->vendor; c++) { in snd_emu10k1_create() 1569 if (c->vendor == pci->vendor && c->device == pci->device) { in snd_emu10k1_create() 1584 if (c->vendor == 0) { in snd_emu10k1_create() 1595 pci->vendor, pci->device, emu->serial, c->subsystem); in snd_emu10k1_create() [all …]
|
/openbmc/u-boot/test/dm/ |
H A D | pci.c | 29 u16 vendor, device; in dm_test_pci_busdev() local 35 vendor = 0; in dm_test_pci_busdev() 36 ut_assertok(dm_pci_read_config16(swap, PCI_VENDOR_ID, &vendor)); in dm_test_pci_busdev() 37 ut_asserteq(SANDBOX_PCI_VENDOR_ID, vendor); in dm_test_pci_busdev() 47 vendor = 0; in dm_test_pci_busdev() 48 ut_assertok(dm_pci_read_config16(swap, PCI_VENDOR_ID, &vendor)); in dm_test_pci_busdev() 49 ut_asserteq(SANDBOX_PCI_VENDOR_ID, vendor); in dm_test_pci_busdev() 139 u16 vendor, device; in dm_test_pci_mixed() local 147 vendor = 0; in dm_test_pci_mixed() 148 ut_assertok(dm_pci_read_config16(swap, PCI_VENDOR_ID, &vendor)); in dm_test_pci_mixed() [all …]
|
/openbmc/qemu/target/i386/ |
H A D | host-cpu.c | 108 void host_cpu_vendor_fms(char *vendor, int *family, int *model, int *stepping) in host_cpu_vendor_fms() argument 113 x86_cpu_vendor_words2str(vendor, ebx, edx, ecx); in host_cpu_vendor_fms() 133 char vendor[CPUID_VENDOR_SZ + 1]; in host_cpu_instance_init() local 136 x86_cpu_vendor_words2str(vendor, ebx, edx, ecx); in host_cpu_instance_init() 137 object_property_set_str(OBJECT(cpu), "vendor", vendor, &error_abort); in host_cpu_instance_init() 143 char vendor[CPUID_VENDOR_SZ + 1] = { 0 }; in host_cpu_max_instance_init() local 150 host_cpu_vendor_fms(vendor, &family, &model, &stepping); in host_cpu_max_instance_init() 153 object_property_set_str(OBJECT(cpu), "vendor", vendor, &error_abort); in host_cpu_max_instance_init()
|
/openbmc/linux/drivers/vfio/pci/ |
H A D | vfio_pci.c | 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() 115 pdev->vendor == PCI_VENDOR_ID_INTEL && in vfio_pci_open_device() 220 unsigned int vendor, device, subvendor = PCI_ANY_ID, in vfio_pci_fill_ids() local 228 &vendor, &device, &subvendor, &subdevice, in vfio_pci_fill_ids() 236 rc = pci_add_dynid(&vfio_pci_driver, vendor, device, in vfio_pci_fill_ids() 240 vendor, device, subvendor, subdevice, in vfio_pci_fill_ids() 244 vendor, device, subvendor, subdevice, in vfio_pci_fill_ids()
|
/openbmc/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() 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() 254 .vendor_id = (vendor), \ [all …]
|
/openbmc/linux/drivers/firmware/efi/ |
H A D | vars.c | 176 efi_status_t efivar_get_variable(efi_char16_t *name, efi_guid_t *vendor, in efivar_get_variable() argument 179 return __efivars->ops->get_variable(name, vendor, attr, size, data); in efivar_get_variable() 189 efi_char16_t *name, efi_guid_t *vendor) in efivar_get_next_variable() argument 191 return __efivars->ops->get_next_variable(name_size, name, vendor); in efivar_get_next_variable() 201 efi_status_t efivar_set_variable_locked(efi_char16_t *name, efi_guid_t *vendor, in efivar_set_variable_locked() argument 223 return setvar(name, vendor, attr, data_size, data); in efivar_set_variable_locked() 234 efi_status_t efivar_set_variable(efi_char16_t *name, efi_guid_t *vendor, in efivar_set_variable() argument 242 status = efivar_set_variable_locked(name, vendor, attr, data_size, in efivar_set_variable()
|
/openbmc/linux/arch/x86/platform/geode/ |
H A 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()
|
/openbmc/u-boot/drivers/pci/ |
H A D | pci_sandbox.c | 19 u16 vendor; member 56 u16 vendor, device; in sandbox_pci_read_config() local 60 vendor = priv->vendev[devfn].vendor; in sandbox_pci_read_config() 62 if (offset == PCI_VENDOR_ID && vendor) in sandbox_pci_read_config() 63 *valuep = vendor; in sandbox_pci_read_config() 104 priv->vendev[devfn].vendor = fdt32_to_cpu(cell[2]); in sandbox_pci_probe()
|