/kernel/linux/linux-5.10/drivers/spi/ |
H A D | spi-pl022.c | 76 #define SSP_CSR(r) (r + 0x030) /* vendor extension */ 194 * (vendor extension) 312 * struct vendor_data - vendor-specific config parameters 336 * @vendor: vendor data for the IP block 370 struct vendor_data *vendor; member 452 * (vendor extension). Each of the 5 LSB in the register controls one chip 469 if (pl022->vendor->internal_cs_ctrl) in pl022_cs_control() 565 if (pl022->vendor->extended_cr) in restore_state() 653 if (pl022->vendor in load_ssp_default_config() [all...] |
/kernel/linux/linux-5.10/drivers/acpi/acpica/ |
H A D | rsxface.c | 388 * ret_buffer - Where the vendor resource is returned in ACPI_EXPORT_SYMBOL() 393 * vendor-defined resource that matches the supplied UUID and in ACPI_EXPORT_SYMBOL() 438 * DESCRIPTION: Match a vendor resource via the ACPI 3.0 UUID 445 struct acpi_resource_vendor_typed *vendor; in acpi_rs_match_vendor_resource() local 455 vendor = &resource->data.vendor_typed; in acpi_rs_match_vendor_resource() 464 if ((vendor->byte_length < (ACPI_UUID_LENGTH + 1)) || in acpi_rs_match_vendor_resource() 465 (vendor->uuid_subtype != info->uuid->subtype) || in acpi_rs_match_vendor_resource() 466 (memcmp(vendor->uuid, info->uuid->data, ACPI_UUID_LENGTH))) { in acpi_rs_match_vendor_resource()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/ |
H A D | dvo_ch7xxx.c | 205 u8 vendor, device; in ch7xxx_init() local 216 if (!ch7xxx_readb(dvo, CH7xxx_REG_VID, &vendor)) in ch7xxx_init() 219 name = ch7xxx_get_id(vendor); in ch7xxx_init() 222 vendor, adapter->name, dvo->slave_addr); in ch7xxx_init() 238 DRM_DEBUG_KMS("Detected %s chipset, vendor/device ID 0x%02x/0x%02x\n", in ch7xxx_init() 239 name, vendor, device); in ch7xxx_init()
|
/kernel/linux/linux-5.10/drivers/ide/ |
H A D | amd74xx.c | 39 return (dev->vendor == PCI_VENDOR_ID_NVIDIA) ? 0x10 : 0; in amd_offset() 149 if (dev->vendor == PCI_VENDOR_ID_AMD && in init_chipset_amd74xx() 152 else if (dev->vendor == PCI_VENDOR_ID_AMD && in init_chipset_amd74xx() 166 if (dev->vendor == PCI_VENDOR_ID_AMD && in init_chipset_amd74xx() 259 if (dev->vendor == PCI_VENDOR_ID_NVIDIA && in amd74xx_probe()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/netronome/nfp/ |
H A D | nfp_devlink.c | 179 { DEVLINK_INFO_VERSION_GENERIC_BOARD_MANUFACTURE, "assembly.vendor", }, 259 const char *sn, *vendor, *part; in nfp_devlink_info_get() local 268 vendor = nfp_hwinfo_lookup(pf->hwinfo, "assembly.vendor"); in nfp_devlink_info_get() 271 if (vendor && part && sn) { in nfp_devlink_info_get() 274 buf = kmalloc(strlen(vendor) + strlen(part) + strlen(sn) + 1, in nfp_devlink_info_get() 280 strcat(buf, vendor); in nfp_devlink_info_get()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/netronome/nfp/ |
H A D | nfp_devlink.c | 157 { DEVLINK_INFO_VERSION_GENERIC_BOARD_MANUFACTURE, "assembly.vendor", }, 237 const char *sn, *vendor, *part; in nfp_devlink_info_get() local 242 vendor = nfp_hwinfo_lookup(pf->hwinfo, "assembly.vendor"); in nfp_devlink_info_get() 245 if (vendor && part && sn) { in nfp_devlink_info_get() 248 buf = kmalloc(strlen(vendor) + strlen(part) + strlen(sn) + 1, in nfp_devlink_info_get() 254 strcat(buf, vendor); in nfp_devlink_info_get()
|
/kernel/linux/linux-6.6/drivers/acpi/acpica/ |
H A D | rsxface.c | 388 * ret_buffer - Where the vendor resource is returned in ACPI_EXPORT_SYMBOL() 393 * vendor-defined resource that matches the supplied UUID and in ACPI_EXPORT_SYMBOL() 438 * DESCRIPTION: Match a vendor resource via the ACPI 3.0 UUID 445 struct acpi_resource_vendor_typed *vendor; in acpi_rs_match_vendor_resource() local 455 vendor = &resource->data.vendor_typed; in acpi_rs_match_vendor_resource() 464 if ((vendor->byte_length < (ACPI_UUID_LENGTH + 1)) || in acpi_rs_match_vendor_resource() 465 (vendor->uuid_subtype != info->uuid->subtype) || in acpi_rs_match_vendor_resource() 466 (memcmp(vendor->uuid, info->uuid->data, ACPI_UUID_LENGTH))) { in acpi_rs_match_vendor_resource()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/ |
H A D | dvo_ch7xxx.c | 216 u8 vendor, device; in ch7xxx_init() local 227 if (!ch7xxx_readb(dvo, CH7xxx_REG_VID, &vendor)) in ch7xxx_init() 230 name = ch7xxx_get_id(vendor); in ch7xxx_init() 233 vendor, adapter->name, dvo->slave_addr); in ch7xxx_init() 249 DRM_DEBUG_KMS("Detected %s chipset, vendor/device ID 0x%02x/0x%02x\n", in ch7xxx_init() 250 name, vendor, device); in ch7xxx_init()
|
/third_party/pulseaudio/src/modules/x11/ |
H A D | module-x11-xsmp.c | 189 char t[256], *vendor, *client_id; in pa__init() local 289 pa_log_info("Connected to session manager '%s' as '%s'.", vendor = SmcVendor(u->connection), client_id); in pa__init() 294 pa_proplist_setf(data.proplist, PA_PROP_APPLICATION_NAME, "XSMP Session on %s as %s", vendor, client_id); in pa__init() 295 pa_proplist_sets(data.proplist, "xsmp.vendor", vendor); in pa__init() 300 free(vendor); in pa__init()
|
/kernel/linux/linux-5.10/drivers/virtio/ |
H A D | virtio.c | 24 return sprintf(buf, "0x%04x\n", dev->id.vendor); in vendor_show() 26 static DEVICE_ATTR_RO(vendor); 41 dev->id.device, dev->id.vendor); in modalias_show() 78 return id->vendor == VIRTIO_DEV_ANY_ID || id->vendor == dev->id.vendor; in virtio_id_match() 101 dev->id.device, dev->id.vendor); in virtio_uevent()
|
/kernel/linux/linux-5.10/drivers/regulator/ |
H A D | fan53555.c | 91 enum fan53555_vendor vendor; member 348 switch (di->vendor) { in fan53555_device_setup() 367 dev_err(di->dev, "vendor %d not supported!\n", di->vendor); in fan53555_device_setup() 372 switch (di->vendor) { in fan53555_device_setup() 383 dev_err(di->dev, "vendor %d not supported!\n", di->vendor); in fan53555_device_setup() 485 di->vendor = in fan53555_regulator_probe() 499 di->vendor = id->driver_data; in fan53555_regulator_probe()
|
/kernel/linux/linux-6.6/drivers/virtio/ |
H A D | virtio.c | 26 return sysfs_emit(buf, "0x%04x\n", dev->id.vendor); in vendor_show() 28 static DEVICE_ATTR_RO(vendor); 43 dev->id.device, dev->id.vendor); in modalias_show() 80 return id->vendor == VIRTIO_DEV_ANY_ID || id->vendor == dev->id.vendor; in virtio_id_match() 103 dev->id.device, dev->id.vendor); in virtio_uevent() 393 * vendor/device ids play the role of the "compatible" property. in virtio_device_of_init()
|
/kernel/linux/linux-6.6/drivers/char/tpm/ |
H A D | tpm_tis_i2c_cr50.c | 33 #define TPM_CR50_I2C_DID_VID 0x00281ae0L /* Device and vendor ID reg value */ 34 #define TPM_TI50_I2C_DID_VID 0x504a6666L /* Device and vendor ID reg value */ 685 u32 vendor; in tpm_cr50_i2c_probe() local 739 dev_err(dev, "Could not read vendor id\n"); in tpm_cr50_i2c_probe() 744 vendor = le32_to_cpup((__le32 *)buf); in tpm_cr50_i2c_probe() 745 if (vendor != TPM_CR50_I2C_DID_VID && vendor != TPM_TI50_I2C_DID_VID) { in tpm_cr50_i2c_probe() 746 dev_err(dev, "Vendor ID did not match! ID was %08x\n", vendor); in tpm_cr50_i2c_probe() 752 vendor == TPM_TI50_I2C_DID_VID ? "ti50" : "cr50", in tpm_cr50_i2c_probe() 753 client->addr, client->irq, vendor >> 1 in tpm_cr50_i2c_probe() [all...] |
/kernel/linux/linux-6.6/drivers/cdx/ |
H A D | cdx.c | 154 /* Use vendor ID and device ID for matching */ in cdx_match_one_device() 155 if ((id->vendor == CDX_ANY_ID || id->vendor == dev->vendor) && in cdx_match_one_device() 176 while (ids->vendor || ids->device) { in cdx_match_id() 300 cdx_config_attr(vendor, "0x%04x\n"); 481 cdx_dev->vendor = dev_params->vendor; in cdx_device_add()
|
/kernel/linux/linux-6.6/tools/power/cpupower/utils/ |
H A D | cpufreq-info.c | 149 if (cpupower_cpu_info.vendor == X86_VENDOR_AMD && in get_boost_mode_x86() 152 } else if ((cpupower_cpu_info.vendor == X86_VENDOR_AMD && in get_boost_mode_x86() 154 cpupower_cpu_info.vendor == X86_VENDOR_HYGON) { in get_boost_mode_x86() 214 if (cpupower_cpu_info.vendor == X86_VENDOR_AMD || in get_boost_mode() 215 cpupower_cpu_info.vendor == X86_VENDOR_HYGON || in get_boost_mode() 216 cpupower_cpu_info.vendor == X86_VENDOR_INTEL) in get_boost_mode() 445 if (cpupower_cpu_info.vendor == X86_VENDOR_AMD && in get_perf_cap()
|
/foundation/filemanagement/storage_service/services/storage_manager/innerkits_impl/src/ |
H A D | disk.cpp | 22 Disk::Disk(std::string diskId, int64_t sizeBytes, std::string sysPath, std::string vendor, int32_t flag) in Disk() argument 23 : diskId_(diskId), sizeBytes_(sizeBytes), sysPath_(sysPath), vendor_(vendor), flag_(flag) {} in Disk()
|
/kernel/linux/linux-5.10/arch/x86/kernel/ |
H A D | reboot_fixups_32.c | 58 unsigned int vendor; member 95 dev = pci_get_device(cur->vendor, cur->device, NULL); in mach_reboot_fixups()
|
/kernel/linux/linux-6.6/arch/x86/kernel/ |
H A D | reboot_fixups_32.c | 58 unsigned int vendor; member 95 dev = pci_get_device(cur->vendor, cur->device, NULL); in mach_reboot_fixups()
|
/third_party/elfutils/backends/ |
H A D | arm_attrs.c | 48 const char *vendor, int tag, uint64_t value, in arm_check_object_attribute() 51 if (!strcmp (vendor, "aeabi")) in arm_check_object_attribute() 47 arm_check_object_attribute(Ebl *ebl __attribute__ ((unused)), const char *vendor, int tag, uint64_t value, const char **tag_name, const char **value_name) arm_check_object_attribute() argument
|
/third_party/mesa3d/src/amd/common/ |
H A D | ac_drm_fourcc.h | 35 #define fourcc_mod_code(vendor, val) \ 36 ((((__u64)DRM_FORMAT_MOD_VENDOR_## vendor) << 56) | ((val) & 0x00ffffffffffffffULL))
|
/third_party/vk-gl-cts/framework/common/ |
H A D | tcuWaiverUtil.hpp | 42 SessionInfo (std::string vendor, 79 std::string vendor,
|
/kernel/linux/linux-6.6/drivers/spi/ |
H A D | spi-pl022.c | 75 #define SSP_CSR(r) (r + 0x030) /* vendor extension */ 193 * (vendor extension) 311 * struct vendor_data - vendor-specific config parameters 335 * @vendor: vendor data for the IP block 369 struct vendor_data *vendor; member 437 * (vendor extension). Each of the 5 LSB in the register controls one chip 454 if (pl022->vendor->internal_cs_ctrl) in pl022_cs_control() 556 if (pl022->vendor->extended_cr) in restore_state() 644 if (pl022->vendor in load_ssp_default_config() [all...] |
/third_party/backends/backend/ |
H A D | plustek-usb.c | 19 * - the vendor and product Ids match with the ones in our list 23 * - added auto device name detection if only product and vendor id<br> 36 * - 0.47 - added special handling with 0x400 vendor ID and model override 46 * - 0.51 - added Syscan to the vendor list 186 usb_initDev( Plustek_Device *dev, int idx, int handle, int vendor ) in usb_initDev() 197 idx, vendor, dev->initialized ); in usb_initDev() 262 /* well now we patch the vendor string... in usb_initDev() 263 * if not found, the default vendor will be Plustek in usb_initDev() 267 if( usbVendors[i].id == vendor ) { in usb_initDev() 268 dev->sane.vendor in usb_initDev() 570 SANE_Word vendor, product; usbDev_open() local [all...] |
/kernel/linux/linux-5.10/net/bluetooth/hidp/ |
H A D | core.c | 82 ci->vendor = session->input->id.vendor; in hidp_copy_session() 90 ci->vendor = session->hid->vendor; in hidp_copy_session() 673 input->id.vendor = req->vendor; in hidp_setup_input() 778 hid->vendor = req->vendor; in hidp_setup_hid() 1047 unsigned int vendor, product; in hidp_session_start_sync() local 1050 vendor in hidp_session_start_sync() [all...] |
/kernel/linux/linux-6.6/net/bluetooth/hidp/ |
H A D | core.c | 82 ci->vendor = session->input->id.vendor; in hidp_copy_session() 90 ci->vendor = session->hid->vendor; in hidp_copy_session() 673 input->id.vendor = req->vendor; in hidp_setup_input() 777 hid->vendor = req->vendor; in hidp_setup_hid() 1046 unsigned int vendor, product; in hidp_session_start_sync() local 1049 vendor in hidp_session_start_sync() [all...] |