Home
last modified time | relevance | path

Searched refs:model (Results 226 – 250 of 5404) sorted by relevance

12345678910>>...217

/openbmc/smbios-mdr/include/
H A Dspeed_select.hpp45 constexpr int extendedModel(CPUModel model) in extendedModel() argument
47 return (model >> 16) & 0xF; in extendedModel()
/openbmc/linux/arch/arm64/boot/dts/amlogic/
H A Dmeson-gxbb-wetek-hub.dts14 model = "WeTek Hub";
18 model = "WETEK-HUB";
H A Dmeson-sm1-odroid-c4.dts12 model = "Hardkernel ODROID-C4";
27 model = "ODROID-C4";
/openbmc/linux/drivers/gpu/drm/loongson/
H A Dloongson_device.c57 .model = "LS7A1000 bridge chipset",
89 .model = "LS7A2000 bridge chipset",
/openbmc/linux/sound/pci/ice1712/
H A Ddelta.c850 .model = "delta1010",
857 .model = "dio2496",
865 .model = "delta66",
873 .model = "delta44",
881 .model = "audiophile",
888 .model = "delta410",
895 .model = "delta1010lt",
902 .model = "vx442",
910 .model = "mediastation",
917 .model = "da2496",
/openbmc/linux/arch/x86/pci/
H A Dintel_mid_pci.c228 u16 model = 0; in intel_mid_pci_irq_enable() local
243 model = id->model; in intel_mid_pci_irq_enable()
245 switch (model) { in intel_mid_pci_irq_enable()
/openbmc/linux/arch/sparc/kernel/
H A Dtime_32.c273 const char *model = of_get_property(dp, "model", NULL); in clock_probe() local
275 if (!model) in clock_probe()
283 if (!strcmp(model, "mk48t02")) { in clock_probe()
288 } else if (!strcmp(model, "mk48t08")) { in clock_probe()
/openbmc/linux/drivers/media/platform/renesas/rcar-vin/
H A Drcar-core.c94 strscpy(mdev->model, match->compatible, sizeof(mdev->model)); in rvin_group_init()
1128 .model = RCAR_H1,
1136 .model = RCAR_M1,
1144 .model = RCAR_GEN2,
1159 .model = RCAR_GEN3,
1175 .model = RCAR_GEN3,
1193 .model = RCAR_GEN3,
1211 .model = RCAR_GEN3,
1226 .model = RCAR_GEN3,
1240 .model = RCAR_GEN3,
[all …]
/openbmc/qemu/hw/dma/
H A Domap_dma.c112 enum omap_dma_model model; member
689 if (s->model < omap_dma_4)
700 if (s->model < omap_dma_4)
724 if (s->model < omap_dma_4)
761 if (s->model <= omap_dma_3_1)
901 if (s->model >= omap_dma_3_2)
1483 if (s->model <= omap_dma_3_1)
1585 switch (s->model) {
1637 if (model <= omap_dma_3_1) {
1644 s->model = model;
[all …]
/openbmc/linux/Documentation/mm/
H A Dmemory-model.rst17 memory models it supports, what the default memory model is and
23 Regardless of the selected memory model, there exists one-to-one
27 Each memory model defines :c:func:`pfn_to_page` and :c:func:`page_to_pfn`
34 The simplest memory model is FLATMEM. This model is suitable for
38 In the FLATMEM memory model, there is a global `mem_map` array that
63 SPARSEMEM is the most versatile memory model available in Linux and it
64 is the only memory model that supports several advanced features such
69 The SPARSEMEM model presents the physical memory as a collection of
/openbmc/qemu/target/i386/
H A Dcpu.c1767 int model; member
2219 .model = 2,
2293 .model = 6,
2334 .model = 6,
2348 .model = 6,
5537 if (!cc->model || !cc->model->is_alias) { in x86_cpu_class_get_alias_of()
5557 if (cc->model && cc->model->version == CPU_VERSION_AUTO) { in x86_cpu_list_entry()
5563 if (!desc && cc->model && cc->model->note) { in x86_cpu_list_entry()
5570 if (cc->model && cc->model->cpudef->deprecation_note) { in x86_cpu_list_entry()
5659 if (cc->model && cc->model->cpudef->deprecation_note) { in x86_cpu_definition_entry()
[all …]
/openbmc/linux/drivers/char/
H A Dsonypi.c378 int model; member
480 int model; member
832 for (i = 0; sonypi_eventtypes[i].model; i++) { in sonypi_irq()
833 if (sonypi_device.model != sonypi_eventtypes[i].model) in sonypi_irq()
1068 switch (sonypi_device.model) { in sonypi_enable()
1102 switch (sonypi_device.model) { in sonypi_disable()
1270 sonypi_device.model, in sonypi_display_info()
1311 sonypi_device.model = SONYPI_DEVICE_MODEL_TYPE1; in sonypi_probe()
1314 sonypi_device.model = SONYPI_DEVICE_MODEL_TYPE3; in sonypi_probe()
1317 sonypi_device.model = SONYPI_DEVICE_MODEL_TYPE3; in sonypi_probe()
[all …]
/openbmc/linux/sound/drivers/
H A Ddummy.c68 module_param_array(model, charp, NULL, 0444);
69 MODULE_PARM_DESC(model, "Soundcard model.");
127 const struct dummy_model *model; member
545 const struct dummy_model *model = dummy->model; in dummy_pcm_open() local
570 if (model == NULL) in dummy_pcm_open()
574 if (model->playback_constraints) in dummy_pcm_open()
577 if (model->capture_constraints) in dummy_pcm_open()
578 err = model->capture_constraints(substream->runtime); in dummy_pcm_open()
1034 for (mdl = dummy_models; *mdl && model[dev]; mdl++) { in snd_dummy_probe()
1035 if (strcmp(model[dev], (*mdl)->name) == 0) { in snd_dummy_probe()
[all …]
/openbmc/linux/tools/perf/arch/s390/annotate/
H A Dinstructions.c139 char model[16], model_c[16], cpumf_v[16], cpumf_a[16]; in s390__cpuid_parse() local
147 model, cpumf_v, cpumf_a); in s390__cpuid_parse()
150 arch->model = 0; in s390__cpuid_parse()
/openbmc/linux/arch/powerpc/platforms/52xx/
H A Defika.c198 const char *model = of_get_property(of_root, "model", NULL); in efika_probe() local
200 if (model == NULL) in efika_probe()
202 if (strcmp(model, "EFIKA5K2")) in efika_probe()
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-bus-mcb19 What: /sys/bus/mcb/devices/mcb:X/model
23 Description: The FPGA's model number
/openbmc/linux/Documentation/trace/rv/
H A Dmonitor_wwnr.rst29 This model is broken, the reason is that a task can be running
40 - Why do we need this model, so?
/openbmc/linux/arch/arm/boot/dts/samsung/
H A Dexynos5250-snow-rev5.dts14 model = "Google Snow Rev 5+";
22 samsung,model = "Snow-I2S-MAX98090";
/openbmc/linux/tools/memory-model/Documentation/
H A Dreferences.txt73 Linux-kernel memory model
96 Alan Stern. 2017. "A formal kernel memory-ordering model (part 1)"
100 Alan Stern. 2017. "A formal kernel memory-ordering model (part 2)"
109 Memory-model tooling
122 semantics of the weak consistency model specification language
126 Memory-model comparisons
/openbmc/linux/Documentation/devicetree/bindings/sound/
H A Dqcom,sm8250.yaml47 model:
113 - model
135 - model
152 model = "Qualcomm-qrb5165-RB5-WSA8815-Speakers-DMIC0";
232 model = "DB410c";
280 model = "msm8916";
/openbmc/linux/drivers/net/wireless/marvell/libertas/
H A Dif_cs.c51 u32 model; member
719 if (ret == 0 && (card->model != MODEL_8305)) in if_cs_prog_firmware()
857 card->model = get_model(p_dev->manf_id, p_dev->card_id); in if_cs_probe()
858 if (card->model == MODEL_UNKNOWN) { in if_cs_probe()
867 if (card->model == MODEL_8305) { in if_cs_probe()
876 if ((card->model == MODEL_8381) && prod_id < IF_CS_CF8381_B3_REV) { in if_cs_probe()
882 if ((card->model == MODEL_8385) && prod_id < IF_CS_CF8385_B1_REV) { in if_cs_probe()
904 ret = lbs_get_firmware_async(priv, &p_dev->dev, card->model, fw_table, in if_cs_probe()
/openbmc/openbmc/poky/meta/recipes-devtools/systemd-bootchart/systemd-bootchart/
H A Dmips64.patch25 +# define PROC_CPUINFO_MODEL "cpu model"
34 # define PROC_CPUINFO_MODEL "cpu model"
/openbmc/webui-vue/src/views/Overview/
H A DOverviewServer.vue9 <dt>{{ $t('pageOverview.model') }}</dt>
40 return this.server?.model;
/openbmc/linux/arch/arm/boot/dts/nxp/imx/
H A Dimx25-eukrea-mbimxsd25-baseboard-cmo-qvga.dts9 model = "Eukrea MBIMXSD25 with the CMO-QVGA Display";
13 model = "CMO-QVGA";
H A Dimx6ul-pico-dwarf.dts12 model = "TechNexion PICO-IMX6UL and DWARF baseboard";
17 model = "imx6ul-sgtl5000";

12345678910>>...217