Home
last modified time | relevance | path

Searched refs:model (Results 51 – 75 of 3740) sorted by relevance

12345678910>>...150

/openbmc/qemu/target/i386/
H A Dcpu-sysemu.c145 static X86CPU *x86_cpu_from_model(const char *model, QDict *props, Error **errp) in x86_cpu_from_model() argument
151 xcc = X86_CPU_CLASS(cpu_class_by_name(TYPE_X86_CPU, model)); in x86_cpu_from_model()
153 error_setg(&err, "CPU model '%s' not found", model); in x86_cpu_from_model()
181 CpuModelInfo *model, in qmp_query_cpu_model_expansion() argument
190 xc = x86_cpu_from_model(model->name, qobject_to(QDict, model->props), in qmp_query_cpu_model_expansion()
197 ret->model = g_new0(CpuModelInfo, 1); in qmp_query_cpu_model_expansion()
198 ret->model->props = QOBJECT(props); in qmp_query_cpu_model_expansion()
211 base_name = model->name; in qmp_query_cpu_model_expansion()
221 ret->model->name = g_strdup(base_name); in qmp_query_cpu_model_expansion()
H A Dhost-cpu.c133 void host_cpu_vendor_fms(char *vendor, int *family, int *model, int *stepping) in host_cpu_vendor_fms() argument
144 if (model) { in host_cpu_vendor_fms()
145 *model = ((eax >> 4) & 0x0F) | ((eax & 0xF0000) >> 12); in host_cpu_vendor_fms()
156 if (xcc->model) { in host_cpu_instance_init()
170 int family, model, stepping; in host_cpu_max_instance_init() local
175 host_cpu_vendor_fms(vendor, &family, &model, &stepping); in host_cpu_max_instance_init()
180 object_property_set_int(OBJECT(cpu), "model", model, &error_abort); in host_cpu_max_instance_init()
/openbmc/linux/drivers/hid/
H A Dhid-thrustmaster.c103 uint16_t model; member
113 uint16_t model; member
215 uint16_t model = 0; in thrustmaster_model_handler() local
225 model = le16_to_cpu(tm_wheel->response->data.a.model); in thrustmaster_model_handler()
227 model = le16_to_cpu(tm_wheel->response->data.b.model); in thrustmaster_model_handler()
234 if (tm_wheels_infos[i].wheel_type == model) in thrustmaster_model_handler()
238 hid_info(hdev, "Wheel with model id 0x%x is a %s\n", model, twi->wheel_name); in thrustmaster_model_handler()
240 …hid_err(hdev, "Unknown wheel's model id 0x%x, unable to proceed further with wheel init\n", model); in thrustmaster_model_handler()
/openbmc/linux/sound/firewire/tascam/
H A Dtascam.c48 char model[9]; in identify_model() local
63 model[i] = c; in identify_model()
65 model[i] = '\0'; in identify_model()
68 if (strcmp(model, model_specs[i].name) == 0) { in identify_model()
77 strcpy(tscm->card->shortname, model); in identify_model()
78 strcpy(tscm->card->mixername, model); in identify_model()
80 "TASCAM %s, GUID %08x%08x at %s, S%d", model, in identify_model()
/openbmc/qemu/tests/qtest/
H A Dpxe-test.c27 const char *model; /* NIC device model */ member
81 test->model, extra); in test_pxe_one()
111 if (!qtest_has_device(test->model)) { in test_batch()
116 test->machine, test->model); in test_batch()
122 test->machine, test->model); in test_batch()
/openbmc/linux/Documentation/trace/rv/
H A Dda_monitor_instrumentation.rst13 * are translated into model's event.
47 instrumentation section translates *kernel events* into the *model's
54 functions* for each of the three events from the wip model. The developer
64 The preempt_disable event from the model connects directly to the
79 preempt_enable event will be used to synchronize the system to the model.
81 Initially, the *model* is placed in the initial state. However, the *system*
87 and the model are expected to return to the initial state after the
89 system and the model at the initialization of the monitoring section.
142 is used to connect the wip model events to the relative kernel event. dot2k automatically
146 For example, from the wip sample model::
[all …]
/openbmc/u-boot/doc/driver-model/
H A Di2c-howto.txt1 How to port a serial driver to driver model
24 model. Please feel free to update this file with your ideas and suggestions.
28 - If the board does not already use driver model, you need CONFIG_DM also
36 - If you convert all existing users of the driver, remove the pre-driver-model
41 - add driver model code
42 - convert at least one existing board to use driver model serial
43 - (if no boards remain that don't use driver model) remove the old code
H A Dserial-howto.txt1 How to port a serial driver to driver model
14 model. Please feel free to update this file with your ideas and suggestions.
18 - If the board does not already use driver model, you need CONFIG_DM also
26 - If you convert all existing users of the driver, remove the pre-driver-model
31 - add driver model code
32 - convert at least one existing board to use driver model serial
33 - (if no boards remain that don't use driver model) remove the old code
/openbmc/qemu/docs/system/
H A Dcpu-models-mips.rst.inc1 Supported CPU model configurations on MIPS hosts
10 Administrators / applications are recommended to use the CPU model that
13 compatibility is required, use the newest CPU model that is compatible
42 Administrators / applications are recommended to use the CPU model that
45 compatibility is required, use the newest CPU model that is compatible
86 Administrators / applications are recommended to use the CPU model that
89 compatibility is required, use the newest CPU model that is compatible
/openbmc/linux/tools/power/x86/turbostat/
H A Dturbostat.c2524 switch (model) { in has_turbo_ratio_group_limits()
3713 switch (model) { in probe_nhm_msrs()
3795 switch (model) { in has_slv_msrs()
4754 UNUSED(model); in rapl_probe_amd()
4837 if (is_icx(family, model) || is_spr(family, model)) in prewake_cstate_probe()
5215 if (has_snb_msrs(family, model) || is_knl(family, model)) in discover_bclk()
5470 return model; in intel_model_duplicates()
5565 family, model, stepping, family, model, stepping); in process_cpuid()
5584 model = intel_model_duplicates(model); in process_cpuid()
5763 if (is_skx(family, model) || is_icx(family, model) || is_spr(family, model)) { in process_cpuid()
[all …]
/openbmc/linux/arch/s390/kvm/
H A Dkvm-s390.c1424 kvm->arch.model.ibc, in kvm_s390_set_processor()
1425 kvm->arch.model.cpuid); in kvm_s390_set_processor()
1427 kvm->arch.model.fac_list[0], in kvm_s390_set_processor()
1428 kvm->arch.model.fac_list[1], in kvm_s390_set_processor()
1610 kvm->arch.model.ibc, in kvm_s390_get_processor()
1611 kvm->arch.model.cpuid); in kvm_s390_get_processor()
1613 kvm->arch.model.fac_list[0], in kvm_s390_get_processor()
1614 kvm->arch.model.fac_list[1], in kvm_s390_get_processor()
1640 kvm->arch.model.ibc, in kvm_s390_get_machine()
1641 kvm->arch.model.cpuid); in kvm_s390_get_machine()
[all …]
/openbmc/linux/sound/pci/oxygen/
H A Doxygen_mixer.c22 info->count = chip->model.dac_channels_mixer; in dac_volume_info()
56 chip->model.update_dac_volume(chip); in dac_volume_put()
82 chip->model.update_dac_mute(chip); in dac_mute_put()
90 if (chip->model.dac_channels_pcm < 8) in upmix_item_count()
92 else if (chip->model.update_center_lfe_mix) in upmix_item_count()
171 if (chip->model.adjust_dac_routing) in oxygen_update_dac_routing()
178 if (chip->model.update_center_lfe_mix) in oxygen_update_dac_routing()
535 if (chip->model.ac97_switch) in mute_ac97_ctl()
1050 if (chip->model.control_filter) { in add_controls()
1067 chip->model.dac_tlv) { in add_controls()
[all …]
/openbmc/linux/drivers/media/platform/renesas/vsp1/
H A Dvsp1_drv.c254 strscpy(mdev->model, vsp1->info->model, sizeof(mdev->model)); in vsp1_create_entities()
683 .model = "VSP1-S",
695 .model = "VSP1-R",
705 .model = "VSP1-D",
716 .model = "VSP1-S",
750 .model = "VSP2-I",
788 .model = "VSP2-D",
798 .model = "VSP2-D",
809 .model = "VSP2-D",
843 .model = "VSP2-D",
[all …]
/openbmc/linux/Documentation/devicetree/bindings/clock/
H A Dnspire-clock.txt5 "lsi,nspire-cx-ahb-divider" for the AHB divider in the CX model
6 "lsi,nspire-classic-ahb-divider" for the AHB divider in the older model
7 "lsi,nspire-cx-clock" for the base clock in the CX model
8 "lsi,nspire-classic-clock" for the base clock in the older model
/openbmc/linux/drivers/pinctrl/
H A Dpinctrl-sx150x.c77 u8 model; member
151 .model = SX150X_123,
171 .model = SX150X_123,
194 .model = SX150X_123,
217 .model = SX150X_456,
236 .model = SX150X_456,
258 .model = SX150X_456,
281 .model = SX150X_789,
302 .model = SX150X_789,
323 .model = SX150X_789,
[all …]
/openbmc/linux/drivers/scsi/
H A Dsr_vendor.c71 const char *model = cd->device->model; in sr_vendor_init() local
84 if (!strncmp(model, "CD-ROM DRIVE:25", 15) || in sr_vendor_init()
85 !strncmp(model, "CD-ROM DRIVE:36", 15) || in sr_vendor_init()
86 !strncmp(model, "CD-ROM DRIVE:83", 15) || in sr_vendor_init()
87 !strncmp(model, "CD-ROM DRIVE:84 ", 16) in sr_vendor_init()
91 || !strncmp(model, "CD-ROM DRIVE:500", 16) in sr_vendor_init()
101 !strncmp(model, "Gluco Memory", 12)) { in sr_vendor_init()
/openbmc/linux/arch/m68k/atari/
H A Dconfig.c70 static void atari_get_model(char *model);
575 static void atari_get_model(char *model) in atari_get_model() argument
577 strcpy(model, "Atari "); in atari_get_model()
581 strcat(model, "Mega ST"); in atari_get_model()
583 strcat(model, "ST"); in atari_get_model()
587 strcat(model, "Mega STE"); in atari_get_model()
589 strcat(model, "STE"); in atari_get_model()
594 strcat(model, "Medusa"); in atari_get_model()
596 strcat(model, "TT"); in atari_get_model()
599 strcat(model, "Falcon"); in atari_get_model()
[all …]
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-bus-media1 What: /sys/bus/media/devices/.../model
5 Description: Contains the device model name in UTF-8. The device version is
6 is not be appended to the model name.
/openbmc/qemu/tests/avocado/
H A Dcpu_queries.py32 model = {'name': c['name']}
33 e = self.vm.cmd('query-cpu-model-expansion', model=model,
/openbmc/linux/drivers/mtd/nand/raw/
H A Dnand_jedec.c90 sanitize_string(p->model, sizeof(p->model)); in nand_jedec_detect()
91 chip->parameters.model = kstrdup(p->model, GFP_KERNEL); in nand_jedec_detect()
92 if (!chip->parameters.model) { in nand_jedec_detect()
/openbmc/ibm-logging/
H A Dcallout.cpp50 callout.manufacturer(), callout.model(), callout.partNumber(), in save()
69 std::string model; in load() local
73 archive(id, timestamp, inventoryPath, build, mfgr, model, pn, sn); in load()
80 callout.model(model); in load()
114 model(std::get<std::string>(it->second)); in Callout()
/openbmc/qemu/qapi/
H A Dtpm.json14 # @tpm-tis: TPM TIS model
16 # @tpm-crb: TPM CRB model (since 2.12)
18 # @tpm-spapr: TPM SPAPR model (since 5.0)
148 # @model: The TPM frontend model
156 'model': 'TpmModel',
/openbmc/linux/sound/firewire/dice/
H A Ddice.c37 int key, val, vendor = -1, model = -1; in check_dice_category() local
53 model = val; in check_dice_category()
67 device->config_rom[4] >> 22 != model) in check_dice_category()
101 char vendor[32], model[32]; in dice_card_strings() local
122 strcpy(model, "?"); in dice_card_strings()
123 fw_csr_string(dice->unit->directory, CSR_MODEL, model, sizeof(model)); in dice_card_strings()
126 vendor, model, dev->config_rom[4] & 0x3fffff, in dice_card_strings()
248 #define DICE_DEV_ENTRY_TYPICAL(vendor, model, data) \ argument
255 .model_id = (model), \
/openbmc/linux/drivers/s390/char/
H A Draw3270.c446 int rc, model; in raw3270_size_device_vm() local
454 rp->model = 2; in raw3270_size_device_vm()
467 if (rc || model < 2 || model > 5) in raw3270_size_device_vm()
468 model = 2; in raw3270_size_device_vm()
471 rp->model = model; in raw3270_size_device_vm()
476 rp->model = model; in raw3270_size_device_vm()
481 rp->model = model; in raw3270_size_device_vm()
486 rp->model = model; in raw3270_size_device_vm()
502 rp->model = 2; in raw3270_size_device()
520 rp->model = 0; in raw3270_size_device()
[all …]
/openbmc/linux/sound/pci/ymfpci/
H A Dymfpci.c164 const char *str, *model; in __snd_card_ymfpci_probe() local
182 case 0x0004: str = "YMF724"; model = "DS-1"; break; in __snd_card_ymfpci_probe()
183 case 0x000d: str = "YMF724F"; model = "DS-1"; break; in __snd_card_ymfpci_probe()
184 case 0x000a: str = "YMF740"; model = "DS-1L"; break; in __snd_card_ymfpci_probe()
185 case 0x000c: str = "YMF740C"; model = "DS-1L"; break; in __snd_card_ymfpci_probe()
186 case 0x0010: str = "YMF744"; model = "DS-1S"; break; in __snd_card_ymfpci_probe()
187 case 0x0012: str = "YMF754"; model = "DS-1E"; break; in __snd_card_ymfpci_probe()
188 default: model = str = "???"; break; in __snd_card_ymfpci_probe()
192 sprintf(card->shortname, "Yamaha %s (%s)", model, str); in __snd_card_ymfpci_probe()

12345678910>>...150