Searched refs:model (Results 1 - 25 of 557) sorted by last modified time

1234567891011>>

/linux-master/
H A DMakefile567 -Crelocation-model=static \
/linux-master/drivers/gpu/drm/etnaviv/
H A Detnaviv_hwdb.c10 .model = 0x400,
42 .model = 0x520,
73 .model = 0x7000,
105 .model = 0x7000,
137 .model = 0x7000,
168 .model = 0x7000,
200 .model = 0x8000,
232 .model = 0x8000,
274 if (etnaviv_chip_identities[i].model == ident->model
[all...]
H A Detnaviv_gpu.h19 u32 model; member in struct:etnaviv_chip_identity
179 if (gpu->identity.model == chipModel_GC300 &&
H A Detnaviv_gpu.c45 *value = gpu->identity.model;
177 ((gpu)->identity.model == chipModel_##mod && \
229 if (gpu->identity.model >= 0x1000)
238 else if (gpu->identity.model == chipModel_GC400)
246 else if (gpu->identity.model == chipModel_GC400)
248 else if (gpu->identity.model == chipModel_GC500 ||
249 gpu->identity.model == chipModel_GC530)
258 if (gpu->identity.model >= 0x1000)
271 } else if (gpu->identity.model == chipModel_GC400) {
285 gpu->identity.model
[all...]
/linux-master/tools/testing/selftests/powerpc/papr_vpd/
H A Dpapr_vpd.c217 static const char model_path[] = "/sys/firmware/devicetree/base/model";
219 char *model; local
222 if (read_file_alloc(model_path, &model, NULL))
229 int sscanf_ret = sscanf(model, "IBM,%ms", &mtm);
255 free(model);
/linux-master/include/linux/
H A Dpeci.h34 * @dev: device object to register PECI controller to the device model
60 * @dev: device object to register PECI device to the device model
63 * @info.model: device model
77 u8 model; member in struct:peci_device::__anon99
H A Dbpf.h1177 struct btf_func_model model; member in struct:bpf_trampoline::__anon215
1785 const struct btf_func_model *model,
/linux-master/drivers/comedi/drivers/
H A Dvmk80xx.c109 enum vmk80xx_model model; member in struct:vmk80xx_board
123 .model = VMK8055_MODEL,
133 .model = VMK8061_MODEL,
151 enum vmk80xx_model model; member in struct:vmk80xx_private
186 if (devpriv->model == VMK8061_MODEL) {
207 if (devpriv->model == VMK8061_MODEL) {
247 switch (devpriv->model) {
267 if (devpriv->model == VMK8055_MODEL) {
296 switch (devpriv->model) {
366 if (devpriv->model
[all...]
/linux-master/arch/x86/kvm/svm/
H A Dsvm.c2908 int family, model; local
2911 model = guest_cpuid_model(vcpu);
2913 if (family < 0 || model < 0)
2919 (model >= 0x2 && model < 0x20))
/linux-master/tools/perf/util/
H A Dannotate.c87 unsigned int model; member in struct:arch
/linux-master/tools/arch/arm64/include/asm/
H A Dcputype.h213 * Represent a range of MIDR values for a given CPU model and a
216 * @model - CPU model as defined by MIDR_CPU_MODEL
222 u32 model; member in struct:midr_range
229 .model = m, \
238 static inline bool midr_is_cpu_model_range(u32 midr, u32 model, u32 rv_min, argument
244 return _model == model && rv >= rv_min && rv <= rv_max;
249 return midr_is_cpu_model_range(midr, range->model,
256 while (ranges->model)
/linux-master/arch/x86/kernel/cpu/
H A Dcommon.c1125 #define VULNWL(vendor, family, model, whitelist) \
1126 X86_MATCH_VENDOR_FAM_MODEL(vendor, family, model, whitelist)
1128 #define VULNWL_INTEL(model, whitelist) \
1129 VULNWL(INTEL, 6, INTEL_FAM6_##model, whitelist)
1201 #define VULNBL(vendor, family, model, blacklist) \
1202 X86_MATCH_VENDOR_FAM_MODEL(vendor, family, model, blacklist)
1204 #define VULNBL_INTEL_STEPPINGS(model, steppings, issues) \
1206 INTEL_FAM6_##model, steppings, \
1573 * Fields really needed: vendor, cpuid_level, family, model, mask,
1856 /* If the model nam
[all...]
/linux-master/drivers/ata/
H A Dlibata-core.c3879 unsigned char model[2][ATA_ID_PROD_LEN + 1]; local
3888 ata_id_c_string(old_id, model[0], ATA_ID_PROD, sizeof(model[0]));
3889 ata_id_c_string(new_id, model[1], ATA_ID_PROD, sizeof(model[1]));
3893 if (strcmp(model[0], model[1])) {
3894 ata_dev_info(dev, "model number mismatch '%s' != '%s'\n",
3895 model[0], model[
[all...]
H A Dpata_macio.c486 const char *model = of_get_property(root, "model", NULL); local
495 if (!strncmp(model, "PowerBook", 9))
/linux-master/tools/power/x86/turbostat/
H A Dturbostat.c337 unsigned int model; member in struct:platform_data
936 void probe_platform_features(unsigned int family, unsigned int model) argument
958 if (turbostat_pdata[i].model == model) {
6735 unsigned int fms, family, model, stepping, ecx_flags, edx_flags; local
6756 model = (fms >> 4) & 0xf;
6761 model += ((fms >> 16) & 0xf) << 4;
6781 fprintf(outf, "CPUID(1): family:model:stepping 0x%x:%x:%x (%d:%d:%d)",
6782 family, model, stepping, family, model, steppin
[all...]
/linux-master/drivers/target/
H A Dtarget_core_configfs.c649 * XXX We can't use sizeof(dev->t10_wwn.model) (INQUIRY_MODEL_LEN + 1)
653 strscpy(dev->t10_wwn.model, configname, INQUIRY_MODEL_LEN);
665 pr_err("dev[%p]: Unable to change model alias"
675 BUILD_BUG_ON(sizeof(dev->t10_wwn.model) != INQUIRY_MODEL_LEN + 1);
679 strscpy(dev->t10_wwn.model, dev->transport->inquiry_prod,
680 sizeof(dev->t10_wwn.model));
1478 return sprintf(page, "%s\n", &to_t10_wwn(item)->model[0]);
1522 BUILD_BUG_ON(sizeof(dev->t10_wwn.model) != INQUIRY_MODEL_LEN + 1);
1523 strscpy(dev->t10_wwn.model, stripped, sizeof(dev->t10_wwn.model));
[all...]
/linux-master/drivers/scsi/
H A Dsg.c2522 scsidp->vendor, scsidp->model, scsidp->rev);
H A Dmyrs.c585 unsigned char model[20]; local
601 if (model_len > sizeof(model)-1)
602 model_len = sizeof(model)-1;
603 memcpy(model, info->ctlr_name, model_len);
605 while (model[model_len] == ' ' || model[model_len] == '\0')
607 model[++model_len] = '\0';
609 strcat(cs->model_name, model);
651 "Configuring %s PCI RAID Controller\n", model);
1393 static DEVICE_ATTR_RO(model);
[all...]
H A Dmyrb.c1073 switch (enquiry2->hw.model) {
2165 static DEVICE_ATTR_RO(model);
/linux-master/drivers/media/platform/mediatek/vcodec/decoder/
H A Dmtk_vcodec_dec_drv.c486 strscpy(dev->mdev_dec.model, MTK_VCODEC_DEC_NAME,
487 sizeof(dev->mdev_dec.model));
/linux-master/sound/pci/hda/
H A Dcs35l41_hda_property.c518 const struct cs35l41_prop_model *model; local
520 for (model = cs35l41_prop_model_table; model->hid; model++) {
521 if (!strcmp(model->hid, hid) &&
522 (!model->ssid ||
524 !strcasecmp(model->ssid, cs35l41->acpi_subsystem_id))))
525 return model->add_prop(cs35l41, physdev, id, hid);
/linux-master/drivers/ufs/core/
H A Dufshcd.c250 .model = UFS_ANY_MODEL,
253 .model = UFS_ANY_MODEL,
258 .model = UFS_ANY_MODEL,
261 .model = "hB8aL1" /*H28U62301AMR*/,
264 .model = UFS_ANY_MODEL,
267 .model = "THGLF2G9C8KBADG",
270 .model = "THGLF2G9D8KBADG",
643 sdev_ufs->vendor, sdev_ufs->model, sdev_ufs->rev);
8236 ((dev_info->model &&
8237 STR_PRFX_EQUAL(f->model, dev_inf
[all...]
/linux-master/drivers/nvme/host/
H A Dnvme.h421 char model[40]; member in struct:nvme_subsystem
620 "VID:%04x model:%.*s firmware:%.*s\n", subsys->vendor_id,
621 nvme_strlen(subsys->model, sizeof(subsys->model)),
622 subsys->model, nvme_strlen(subsys->firmware_rev,
H A Dcore.c2648 * NVMe model and firmware strings are padded with spaces. For
2878 memcpy(subsys->model, id->mn, sizeof(subsys->model));
/linux-master/drivers/gpu/drm/panfrost/
H A Dpanfrost_gpu.c234 * standard. Arm's driver does not appear to handle this model.
248 const struct panfrost_model *model; local
304 for (model = gpu_models; model->name; model++) {
307 if (!panfrost_model_eq(pfdev, model->id))
310 name = model->name;
311 hw_feat = model->features;
312 hw_issues |= model->issues;
314 if (model
[all...]

Completed in 384 milliseconds

1234567891011>>