Home
last modified time | relevance | path

Searched refs:vendor (Results 176 – 200 of 1562) sorted by relevance

12345678910>>...63

/openbmc/u-boot/lib/efi_selftest/
H A Defi_selftest_loadimage.c80 struct efi_device_path_vendor vendor; member
83 .vendor = {
101 struct efi_device_path_vendor vendor; member
106 .vendor = {
497 ret = boottime->load_image(false, handle_image, &dp_file.vendor.dp, in execute()
/openbmc/linux/drivers/platform/x86/
H A Dhdaps.c487 #define HDAPS_DMI_MATCH_INVERT(vendor, model, axes) { \ argument
488 .ident = vendor " " model, \
492 DMI_MATCH(DMI_BOARD_VENDOR, vendor), \
497 #define HDAPS_DMI_MATCH_NORMAL(vendor, model) \ argument
498 HDAPS_DMI_MATCH_INVERT(vendor, model, 0)
/openbmc/linux/Documentation/sound/hd-audio/
H A Dintel-multi-link.rst152 … | | vendor-specific | |
162 | | vendor-specific |
231 | L1OSIDV1 | | | vendor-specific |
301 … | L1OSIDV1 | | | vendor-specific | |
311 | vendor-specific |
/openbmc/linux/drivers/ssb/
H A Dscan.c260 if (bus->host_pci->vendor == PCI_VENDOR_ID_BROADCOM && in we_support_multiple_80211_cores()
354 dev->id.vendor = (idhi & SSB_IDHIGH_VC) >> SSB_IDHIGH_VC_SHIFT; in ssb_bus_scan()
361 dev->id.coreid, dev->id.revision, dev->id.vendor); in ssb_bus_scan()
423 if (bus->host_pci->vendor == PCI_VENDOR_ID_BROADCOM && in ssb_bus_scan()
/openbmc/linux/drivers/media/pci/saa7146/
H A Dhexium_orion.c428 .vendor = PCI_VENDOR_ID_PHILIPS,
435 .vendor = PCI_VENDOR_ID_PHILIPS,
442 .vendor = PCI_VENDOR_ID_PHILIPS,
449 .vendor = 0,
/openbmc/linux/drivers/regulator/
H A Drt5759-regulator.c281 unsigned int vendor; in rt5759_manufacturer_check() local
284 ret = regmap_read(priv->regmap, RT5759_REG_VENDORINFO, &vendor); in rt5759_manufacturer_check()
288 if (vendor != RT5759_MANUFACTURER_ID) { in rt5759_manufacturer_check()
289 dev_err(priv->dev, "vendor info not correct (%d)\n", vendor); in rt5759_manufacturer_check()
/openbmc/u-boot/doc/
H A DREADME.kconfig115 Define CONFIG_SYS_VENDOR="vendor" to compile board/<vendor>/common/*
116 and board/<vendor>/<board>/*
118 (or board/<vendor>/<board>/* if CONFIG_SYS_VENDOR is defined)
126 board/<vendor>/<board>/MAINTAINERS
133 [3] Remove board/<vendor>/<board>/* or board/<board>/* if it is not used
/openbmc/linux/drivers/char/tpm/
H A Dtpm_i2c_infineon.c614 u32 vendor; in tpm_tis_i2c_init() local
635 if (iic_tpm_read(TPM_DID_VID(0), (u8 *)&vendor, 4) < 0) { in tpm_tis_i2c_init()
641 if (vendor == TPM_TIS_I2C_DID_VID_9645) { in tpm_tis_i2c_init()
643 } else if (vendor == TPM_TIS_I2C_DID_VID_9635) { in tpm_tis_i2c_init()
646 dev_err(dev, "vendor id did not match! ID was %08x\n", vendor); in tpm_tis_i2c_init()
651 dev_info(dev, "1.2 TPM (device-id 0x%X)\n", vendor >> 16); in tpm_tis_i2c_init()
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-bus-nfit11 memory module), assigned by the module vendor.
28 (RO) Device id for the NVDIMM, assigned by the module vendor.
36 (RO) Revision of the NVDIMM, assigned by the module vendor.
84 What: /sys/bus/nd/devices/nmemX/nfit/vendor
132 (RO) Sub-system vendor id of the NVDIMM non-volatile memory
143 controller vendor.
153 subsystem controller vendor.
/openbmc/linux/drivers/tc/
H A Dtc.c104 tdev->vendor[i] = in tc_bus_add_devices()
110 tdev->vendor[8] = 0; in tc_bus_add_devices()
113 pr_info("%s: %s %s %s\n", dev_name(&tdev->dev), tdev->vendor, in tc_bus_add_devices()
/openbmc/qemu/hw/vfio/
H A Dpci.h185 static inline bool vfio_pci_is(VFIOPCIDevice *vdev, uint32_t vendor, uint32_t device) in vfio_pci_is() argument
187 return (vendor == PCI_ANY_ID || vendor == vdev->vendor_id) && in vfio_pci_is()
/openbmc/linux/drivers/usb/host/
H A Dohci-pci.c79 && b->vendor == PCI_VENDOR_ID_NS) { in ohci_quirk_ns()
205 .vendor = PCI_VENDOR_ID_AL,
228 .vendor = PCI_VENDOR_ID_APPLE,
/openbmc/linux/net/bluetooth/hidp/
H A Dhidp.h97 __u16 vendor; member
114 __u16 vendor; member
/openbmc/openbmc/poky/meta/recipes-devtools/rpm/files/
H A D0001-Do-not-hardcode-lib-rpm-as-the-installation-path-for.patch24 set(RPM_VENDOR "vendor" CACHE STRING "rpm vendor string")
/openbmc/u-boot/lib/
H A Dsmbios.c82 t->vendor = smbios_add_string(t->eos, "U-Boot"); in smbios_write_type0()
179 const char *vendor = "Unknown"; in smbios_write_type4_dm() local
197 vendor = vendor_name; in smbios_write_type4_dm()
204 t->processor_manufacturer = smbios_add_string(t->eos, vendor); in smbios_write_type4_dm()
/openbmc/linux/drivers/gpu/drm/i2c/
H A Dsil164_drv.c355 int vendor = sil164_read(client, SIL164_VENDOR_HI) << 8 | in sil164_probe() local
361 if (vendor != 0x1 || device != 0x6) { in sil164_probe()
363 vendor, device, rev); in sil164_probe()
368 vendor, device, rev); in sil164_probe()
/openbmc/linux/arch/x86/pci/
H A Damd_bus.c96 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()
/openbmc/linux/drivers/infiniband/core/
H A Dmad.c444 if (vendor) { in ib_register_mad_agent()
1353 vendor = kzalloc(sizeof *vendor, GFP_ATOMIC); in add_oui_reg_req()
1354 if (!vendor) in add_oui_reg_req()
1357 *vendor_table = vendor; in add_oui_reg_req()
1425 if (vendor) { in add_oui_reg_req()
1427 kfree(vendor); in add_oui_reg_req()
1483 vendor = port_priv->version[ in remove_mad_reg_req()
1486 if (!vendor) in remove_mad_reg_req()
1514 kfree(vendor); in remove_mad_reg_req()
1518 vendor = NULL; in remove_mad_reg_req()
[all …]
/openbmc/linux/drivers/thunderbolt/
H A Dnvm.c52 u16 vendor; member
297 if (v->vendor == sw->config.vendor_id) { in tb_nvm_alloc()
314 if (v->vendor == rt->vendor) { in tb_nvm_alloc()
322 rt->vendor); in tb_nvm_alloc()
/openbmc/u-boot/include/
H A Dpci.h523 unsigned int vendor, device; /* Vendor and device ID or PCI_ANY_ID */ member
532 unsigned int vendor, device; /* Vendor and device ID or PCI_ANY_ID */ member
745 extern pci_dev_t pci_find_device (unsigned int vendor, unsigned int device, int index);
763 unsigned short vendor,
846 unsigned short vendor; member
1446 int dm_pci_find_device(unsigned int vendor, unsigned int device, int index,
1590 .vendor = (vend), .device = (dev), \
1604 .vendor = (vend), .device = (dev), \
1618 .vendor = PCI_ANY_ID, .device = PCI_ANY_ID, \
1633 .vendor = PCI_VENDOR_ID_##vend, .device = (dev), \
/openbmc/linux/drivers/uio/
H A Duio_cif.c110 .vendor = PCI_VENDOR_ID_PLX,
116 .vendor = PCI_VENDOR_ID_PLX,
/openbmc/linux/drivers/scsi/pcmcia/
H A Dnsp_debug.c63 static const char vendor[] = "VENDOR SPECIFIC"; variable
77 printk("%s[%02x] ", vendor, opcode); in print_opcodek()
/openbmc/linux/Documentation/translations/zh_CN/PCI/
H A Dsysfs-pci.rst38 | `-- vendor
62 vendor PCI供应商 (ascii, ro)
/openbmc/linux/tools/power/cpupower/utils/helpers/
H A Dhelpers.h84 enum cpupower_cpu_vendor vendor; member
128 int bus, int slot, int func, int vendor,
/openbmc/openbmc/poky/meta/lib/oe/
H A Dcve_check.py155 vendor, product = product.split(":", 1)
157 vendor = "*"
159 cpe_id = 'cpe:2.3:*:{}:{}:{}:*:*:*:*:*:*:*'.format(vendor, product, version)

12345678910>>...63