Searched refs:model (Results 76 - 100 of 561) sorted by last modified time

1234567891011>>

/linux-master/drivers/hwmon/pmbus/
H A Dinspur-ipsps.c34 model, enumerator in enum:ipsps_index
45 [model] = IPSPS_REG_MODEL,
158 static SENSOR_DEVICE_ATTR_RO(model, ipsps_string, model);
/linux-master/drivers/hwmon/
H A Dlm95241.c84 u8 status, config, model, trutherm; member in struct:lm95241_data
171 *val = (data->model & R1MS_MASK) ? 1 : 2;
173 *val = (data->model & R2MS_MASK) ? 1 : 2;
288 data->model |= R1MS_MASK;
291 data->model &= ~R1MS_MASK;
297 data->model |= R2MS_MASK;
300 data->model &= ~R2MS_MASK;
306 data->model);
409 data->model);
H A Dit87.c291 const char * const model; member in struct:it87_devices
333 .model = "IT87F",
339 .model = "IT8712F",
345 .model = "IT8716F",
352 .model = "IT8718F",
360 .model = "IT8720F",
368 .model = "IT8721F",
378 .model = "IT8728F",
387 .model = "IT8732F",
397 .model
[all...]
H A Dcoretemp.c125 u8 model; member in struct:tjmax_model
170 * First try PCI host bridge IDs, followed by model ID strings
171 * and model/stepping information.
190 if (c->x86_model == tm->model &&
263 u8 model = c->x86_model; local
265 return model > 0xe &&
266 model != 0x1c &&
267 model != 0x26 &&
268 model != 0x27 &&
269 model !
[all...]
/linux-master/drivers/hid/
H A Dhid-sensor-custom.c88 {0x200306, "property-sensor-model"},
760 const char *model; member in struct:hid_sensor_custom_match
771 u16 model[HID_CUSTOM_MAX_FEATURE_BYTES]; member in struct:hid_sensor_custom_properties
790 .model = "STK3X3X Sensor",
800 .model = "VL53L1_HOD Sensor",
861 if (match->model &&
862 !hid_sensor_custom_prop_match_str(prop->model, match->model,
891 * Ignore errors on the following model and manufacturer properties.
897 prop->model);
[all...]
/linux-master/drivers/firewire/
H A Dsbp2.c332 u32 model; member in struct:__anon302
337 .model = 0x001010,
344 .model = 0x000000,
349 .model = SBP2_ROM_VALUE_WILDCARD,
354 .model = SBP2_ROM_VALUE_WILDCARD,
359 .model = SBP2_ROM_VALUE_WILDCARD,
364 .model = SBP2_ROM_VALUE_WILDCARD,
373 .model = 0x000000,
379 .model = 0x000021,
384 .model
1019 sbp2_scan_unit_dir(struct sbp2_target *tgt, const u32 *directory, u32 *model, u32 *firmware_revision) argument
1086 sbp2_init_workarounds(struct sbp2_target *tgt, u32 model, u32 firmware_revision) argument
1117 w, firmware_revision, model); local
1130 u32 model, firmware_revision; local
[all...]
/linux-master/drivers/edac/
H A Damd64_edac.h336 u8 model; /* ... model */ member in struct:amd64_pvt
339 int ext_model; /* extended model value of this node */
441 if (pvt->fam == 0x15 && pvt->model >= 0x30)
503 if (pvt->fam == 0x15 && pvt->model >= 0x30) {
513 if (pvt->fam == 0x15 && pvt->model >= 0x30) {
523 if (pvt->fam == 0x15 && pvt->model >= 0x30) {
/linux-master/drivers/cpufreq/
H A Dintel_pstate.c134 * Stores the per cpu model P state limits and current P state.
265 * struct pstate_funcs - Per CPU model specific callbacks
2365 #define X86_MATCH(model, policy) \
2366 X86_MATCH_VENDOR_FAM_MODEL_FEATURE(INTEL, 6, INTEL_FAM6_##model, \
3348 #define X86_MATCH_HWP(model, hwp_mode) \
3349 X86_MATCH_VENDOR_FAM_MODEL_FEATURE(INTEL, 6, INTEL_FAM6_##model, \
3448 pr_info("CPU model not supported\n");
/linux-master/drivers/block/
H A Dvirtio_blk.c1426 u8 model; local
1428 virtio_cread(vdev, struct virtio_blk_config, zoned.model, &model);
1429 switch (model) {
1440 dev_err(&vdev->dev, "unsupported zone model %d\n", model);
/linux-master/drivers/ata/
H A Dpata_macio.c486 const char *model = of_get_property(root, "model", NULL); local
495 if (!strncmp(model, "PowerBook", 9))
H A Dlibata-core.c3835 unsigned char model[2][ATA_ID_PROD_LEN + 1]; local
3844 ata_id_c_string(old_id, model[0], ATA_ID_PROD, sizeof(model[0]));
3845 ata_id_c_string(new_id, model[1], ATA_ID_PROD, sizeof(model[1]));
3849 if (strcmp(model[0], model[1])) {
3850 ata_dev_info(dev, "model number mismatch '%s' != '%s'\n",
3851 model[0], model[
[all...]
/linux-master/arch/x86/kernel/
H A Dhead_32.S259 andb $0xf0,%al # mask model
327 pushl %fs /* pt_regs->fs (__fsh varies by model) */
328 pushl %es /* pt_regs->es (__esh varies by model) */
329 pushl %ds /* pt_regs->ds (__dsh varies by model) */
/linux-master/arch/x86/kernel/cpu/
H A Dintel.c105 * cpu model and family comparison.
137 u8 model; member in struct:sku_microcode
180 if (c->x86_model == spectre_bad_microcodes[i].model &&
488 * model 3 mask 3
703 * for the 512kb model, and assume 256 otherwise.
1281 /* CPU is not in the model list and does not have the MSR bit: */
H A Dmatch.c15 * contains vendor (X86_VENDOR_*), family, model and feature bits or
42 m->vendor | m->family | m->model | m->steppings | m->feature;
48 if (m->model != X86_MODEL_ANY && c->x86_model != m->model)
H A Dcommon.c1123 #define VULNWL(vendor, family, model, whitelist) \
1124 X86_MATCH_VENDOR_FAM_MODEL(vendor, family, model, whitelist)
1199 #define VULNBL(vendor, family, model, blacklist) \
1200 X86_MATCH_VENDOR_FAM_MODEL(vendor, family, model, blacklist)
1569 * Fields really needed: vendor, cpuid_level, family, model, mask,
1852 /* If the model name is still unset, do table lookup. */
1980 pr_cont(" (family: 0x%x, model: 0x%x", c->x86, c->x86_model);
/linux-master/arch/x86/include/asm/
H A Dcpu_device_id.h46 /* Get the INTEL_FAM* model defines */
62 * @_model: The model number, model constant or X86_MODEL_ANY
79 .model = _model, \
89 .model = _model, \
100 * @_model: The model number, model constant or X86_MODEL_ANY
109 #define X86_MATCH_VENDOR_FAM_MODEL_FEATURE(vendor, family, model, feature, data) \
110 X86_MATCH_VENDOR_FAM_MODEL_STEPPINGS_FEATURE(vendor, family, model, \
159 * X86_MATCH_VENDOR_FAM_MODEL - Match vendor, family and model
[all...]
/linux-master/arch/x86/crypto/
H A Daesni-intel_glue.c1226 { .vendor = X86_VENDOR_INTEL, .family = 6, .model = INTEL_FAM6_SKYLAKE_X },
1227 { .vendor = X86_VENDOR_INTEL, .family = 6, .model = INTEL_FAM6_ICELAKE_X },
1228 { .vendor = X86_VENDOR_INTEL, .family = 6, .model = INTEL_FAM6_ICELAKE_D },
1229 { .vendor = X86_VENDOR_INTEL, .family = 6, .model = INTEL_FAM6_ICELAKE },
1230 { .vendor = X86_VENDOR_INTEL, .family = 6, .model = INTEL_FAM6_ICELAKE_L },
1231 { .vendor = X86_VENDOR_INTEL, .family = 6, .model = INTEL_FAM6_ICELAKE_NNPI },
1232 { .vendor = X86_VENDOR_INTEL, .family = 6, .model = INTEL_FAM6_TIGERLAKE_L },
1233 { .vendor = X86_VENDOR_INTEL, .family = 6, .model = INTEL_FAM6_TIGERLAKE },
/linux-master/arch/m68k/amiga/
H A Dconfig.c99 static void amiga_get_model(char *model);
769 static void amiga_get_model(char *model) argument
771 strcpy(model, amiga_model_name);
/linux-master/arch/arm64/include/asm/
H A Dcputype.h215 * Represent a range of MIDR values for a given CPU model and a
218 * @model - CPU model as defined by MIDR_CPU_MODEL
224 u32 model; member in struct:midr_range
231 .model = m, \
240 static inline bool midr_is_cpu_model_range(u32 midr, u32 model, u32 rv_min, argument
246 return _model == model && rv >= rv_min && rv <= rv_max;
251 return midr_is_cpu_model_range(midr, range->model,
258 while (ranges->model)
/linux-master/arch/arm/mach-pxa/
H A Dspitz.c503 .model = 7846,
/linux-master/drivers/soc/qcom/
H A Dsocinfo.c81 [0] = "Unknown PMIC model",
495 int model = SOCINFO_MINOR(le32_to_cpu(socinfo->pmic_model)); local
497 if (model < 0)
500 if (model < ARRAY_SIZE(pmic_models) && pmic_models[model])
501 seq_printf(seq, "%s\n", pmic_models[model]);
503 seq_printf(seq, "unknown (%d)\n", model);
520 unsigned int model = SOCINFO_MINOR(get_unaligned_le32(ptr + 2 * i * sizeof(u32))); local
523 if (model < ARRAY_SIZE(pmic_models) && pmic_models[model])
[all...]
/linux-master/drivers/s390/cio/
H A Dchsc.c418 id = store_ebcdic(id, nd->model, sizeof(nd->model), ',');
/linux-master/arch/s390/kvm/
H A Dvsie.c381 if (vcpu->kvm->arch.model.ibc && new_ibc) {
387 if (scb_s->ibc > vcpu->kvm->arch.model.ibc)
388 scb_s->ibc = vcpu->kvm->arch.model.ibc;
H A Dkvm-s390.c241 * and defines the facilities that can be enabled via a cpu model.
770 set_kvm_facility(kvm->arch.model.fac_mask, 129);
771 set_kvm_facility(kvm->arch.model.fac_list, 129);
773 set_kvm_facility(kvm->arch.model.fac_mask, 134);
774 set_kvm_facility(kvm->arch.model.fac_list, 134);
777 set_kvm_facility(kvm->arch.model.fac_mask, 135);
778 set_kvm_facility(kvm->arch.model.fac_list, 135);
781 set_kvm_facility(kvm->arch.model.fac_mask, 148);
782 set_kvm_facility(kvm->arch.model.fac_list, 148);
785 set_kvm_facility(kvm->arch.model
3820 struct kvm_s390_cpu_model *model = &vcpu->kvm->arch.model; local
[all...]
/linux-master/arch/s390/kernel/
H A Dperf_cpum_cf_events.c839 struct attribute **combined, **model, **cfvn, **csvn; local
864 /* Determine model-specific counter set(s) */
869 model = cpumcf_z10_pmu_event_attr;
873 model = cpumcf_z196_pmu_event_attr;
877 model = cpumcf_zec12_pmu_event_attr;
881 model = cpumcf_z13_pmu_event_attr;
885 model = cpumcf_z14_pmu_event_attr;
889 model = cpumcf_z15_pmu_event_attr;
893 model = cpumcf_z16_pmu_event_attr;
896 model
[all...]

Completed in 491 milliseconds

1234567891011>>