Home
last modified time | relevance | path

Searched refs:model (Results 176 – 200 of 5276) sorted by relevance

12345678910>>...212

/openbmc/linux/Documentation/devicetree/bindings/sound/
H A Drockchip-rt5645.txt5 - rockchip,model: The user-visible name of this sound complex
14 rockchip,model = "ROCKCHIP-I2S";
H A Dqcom,apq8096.txt53 - model:
97 qcom,model: String for soundcard name (Use model instead)
105 model = "DB820c";
/openbmc/linux/arch/arm64/boot/dts/qcom/
H A Dsc7180-trogdor-wormdingler-rev1-inx-rt5682s.dts16 model = "Google Wormdingler rev1+ (INX, rt5682s)";
29 model = "sc7180-rt5682s-max98357a-1mic";
H A Dsc7180-trogdor-wormdingler-rev1-boe-rt5682s.dts16 model = "Google Wormdingler rev1+ (BOE, rt5682s)";
29 model = "sc7180-rt5682s-max98357a-1mic";
H A Dapq8094-sony-xperia-kitakami-karin_windy.dts12 model = "Sony Xperia Z4 Tablet (Wi-Fi)";
17 * This model uses the APQ variant of MSM8994 (APQ8094).
/openbmc/linux/arch/m68k/mvme147/
H A Dconfig.c39 static void mvme147_get_model(char *model);
66 static void mvme147_get_model(char *model) in mvme147_get_model() argument
68 sprintf(model, "Motorola MVME147"); in mvme147_get_model()
/openbmc/linux/drivers/gpu/drm/etnaviv/
H A Detnaviv_perfmon.c101 if (gpu->identity.model == chipModel_GC880 || in hi_total_cycle_read()
102 gpu->identity.model == chipModel_GC2000 || in hi_total_cycle_read()
103 gpu->identity.model == chipModel_GC2100) in hi_total_cycle_read()
115 if (gpu->identity.model == chipModel_GC880 || in hi_total_idle_cycle_read()
116 gpu->identity.model == chipModel_GC2000 || in hi_total_idle_cycle_read()
117 gpu->identity.model == chipModel_GC2100) in hi_total_idle_cycle_read()
/openbmc/qemu/docs/devel/
H A Dzoned-storage.rst15 - BLK_Z_HM: The host-managed zoned model only allows sequential writes access
18 - BLK_Z_HA: The host-aware zoned model allows random write operations in
20 - BLK_Z_NONE: The non-zoned model has no zones support. It includes both
29 the way up to the BlockBackend. If the zoned storage model in file-posix is
37 When the BlockBackend's BlockLimits model reports a zoned storage device, users
/openbmc/linux/arch/powerpc/boot/dts/fsl/
H A Dmpc8641si-post.dtsi59 model = "TSEC";
63 model = "TSEC";
67 model = "TSEC";
71 model = "TSEC";
/openbmc/qemu/
H A Dqemu-keymap.c20 .model = "pc105",
138 names.model, names.layout, in usage()
170 names.model = optarg; in main()
210 names.model, names.layout, in main()
/openbmc/u-boot/arch/arm/dts/
H A Dbcm2836-rpi-2-b.dts8 compatible = "raspberrypi,2-model-b", "brcm,bcm2836";
9 model = "Raspberry Pi 2 Model B";
/openbmc/u-boot/drivers/pinctrl/renesas/
H A Dpfc.c772 enum sh_pfc_model model = dev_get_driver_data(dev); in sh_pfc_pinctrl_probe() local
784 if (model == SH_PFC_R8A7790) in sh_pfc_pinctrl_probe()
788 if (model == SH_PFC_R8A7791) in sh_pfc_pinctrl_probe()
792 if (model == SH_PFC_R8A7792) in sh_pfc_pinctrl_probe()
796 if (model == SH_PFC_R8A7793) in sh_pfc_pinctrl_probe()
800 if (model == SH_PFC_R8A7794) in sh_pfc_pinctrl_probe()
804 if (model == SH_PFC_R8A7795) in sh_pfc_pinctrl_probe()
808 if (model == SH_PFC_R8A7796) in sh_pfc_pinctrl_probe()
812 if (model == SH_PFC_R8A77970) in sh_pfc_pinctrl_probe()
816 if (model == SH_PFC_R8A77990) in sh_pfc_pinctrl_probe()
[all …]
/openbmc/linux/drivers/soc/qcom/
H A Dsocinfo.c466 int model = SOCINFO_MINOR(le32_to_cpu(socinfo->pmic_model)); in qcom_show_pmic_model() local
468 if (model < 0) in qcom_show_pmic_model()
471 if (model < ARRAY_SIZE(pmic_models) && pmic_models[model]) in qcom_show_pmic_model()
472 seq_printf(seq, "%s\n", pmic_models[model]); in qcom_show_pmic_model()
474 seq_printf(seq, "unknown (%d)\n", model); in qcom_show_pmic_model()
491 unsigned int model = SOCINFO_MINOR(get_unaligned_le32(ptr + 2 * i * sizeof(u32))); in qcom_show_pmic_model_array() local
494 if (model < ARRAY_SIZE(pmic_models) && pmic_models[model]) in qcom_show_pmic_model_array()
495 seq_printf(seq, "%s %u.%u\n", pmic_models[model], in qcom_show_pmic_model_array()
499 seq_printf(seq, "unknown (%d)\n", model); in qcom_show_pmic_model_array()
/openbmc/linux/drivers/platform/x86/
H A Deeepc-wmi.c119 char *model; in dmi_matched() local
123 model = (char *)dmi->matches[1].substr; in dmi_matched()
124 if (unlikely(strncmp(model, "ET2012", 6) == 0)) in dmi_matched()
/openbmc/webui-vue/src/views/SecurityAndAccess/Ldap/
H A DLdap.vue14 v-model="form.ldapAuthenticationEnabled"
41 v-model="form.secureLdapEnabled"
76 v-model="form.activeDirectoryEnabled"
84 v-model="form.activeDirectoryEnabled"
106 v-model="form.serverUri"
124 v-model="form.bindDn"
144 v-model="form.bindPassword"
163 v-model="form.baseDn"
183 v-model="form.userIdAttribute"
199 v-model="form.groupIdAttribute"
/openbmc/qemu/docs/system/arm/
H A Ddigic.rst4 This machine is a model of the Canon PowerShot A1100 camera, which
5 uses the DIGIC SoC. This model is based on reverse engineering efforts
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools-conf-configfs/
H A Dandroid-gadget-setup6 model="Android device"
30 echo "$model" > strings/0x409/product
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools-conf-configfs/
H A Dandroid-gadget-setup6 model="Android device"
30 echo "$model" > strings/0x409/product
/openbmc/linux/arch/arm/boot/dts/nxp/imx/
H A Dimx25-eukrea-mbimxsd25-baseboard-dvi-vga.dts9 model = "Eukrea MBIMXSD25 with the DVI-VGA Display";
13 model = "DVI-VGA";
H A Dimx25-eukrea-mbimxsd25-baseboard-dvi-svga.dts9 model = "Eukrea MBIMXSD25 with the DVI-SVGA Display";
13 model = "DVI-SVGA";
/openbmc/linux/arch/arm64/boot/dts/mediatek/
H A Dmt8195-cherry-tomato-r2.dts9 model = "Acer Tomato (rev2) board";
40 model = "mt8195_r1019_5682";
H A Dmt8195-cherry-tomato-r3.dts9 model = "Acer Tomato (rev3 - 4) board";
41 model = "m8195_r1019_5682s";
/openbmc/linux/drivers/hwmon/
H A Dcoretemp.c121 u8 model; member
181 if (c->x86_model == tm->model && in adjust_tjmax()
254 u8 model = c->x86_model; in cpu_has_tjmax() local
256 return model > 0xe && in cpu_has_tjmax()
257 model != 0x1c && in cpu_has_tjmax()
258 model != 0x26 && in cpu_has_tjmax()
259 model != 0x27 && in cpu_has_tjmax()
260 model != 0x35 && in cpu_has_tjmax()
261 model != 0x36; in cpu_has_tjmax()
/openbmc/linux/arch/arm64/kvm/vgic/
H A Dvgic-v3.c39 u32 model = vcpu->kvm->arch.vgic.vgic_model; in vgic_v3_fold_lr_state() local
56 if (model == KVM_DEV_TYPE_ARM_VGIC_V3) { in vgic_v3_fold_lr_state()
109 u32 model = vcpu->kvm->arch.vgic.vgic_model; in vgic_v3_populate_lr() local
114 model == KVM_DEV_TYPE_ARM_VGIC_V2); in vgic_v3_populate_lr()
156 model == KVM_DEV_TYPE_ARM_VGIC_V2) { in vgic_v3_populate_lr()
197 u32 model = vcpu->kvm->arch.vgic.vgic_model; in vgic_v3_set_vmcr() local
200 if (model == KVM_DEV_TYPE_ARM_VGIC_V2) { in vgic_v3_set_vmcr()
227 u32 model = vcpu->kvm->arch.vgic.vgic_model; in vgic_v3_get_vmcr() local
232 if (model == KVM_DEV_TYPE_ARM_VGIC_V2) { in vgic_v3_get_vmcr()
/openbmc/u-boot/doc/driver-model/
H A Dusb-info.txt1 How USB works with driver model
7 Driver model USB support makes use of existing features but changes how
12 Enabling driver model for USB
88 parent and child information is not present (since driver model
95 mode, since the gadget framework does not use driver model.
109 Of these, only struct usb_device was used prior to driver model.
406 - Convert usb_ether to use driver model as described above
407 - Test that keyboards work (and convert to driver model)
408 - Move the USB gadget framework to driver model
409 - Implement OHCI in driver model
[all …]

12345678910>>...212