Home
last modified time | relevance | path

Searched refs:model (Results 276 – 300 of 5404) sorted by relevance

1...<<11121314151617181920>>...217

/openbmc/linux/arch/powerpc/boot/
H A D4xx.c171 char model[64]; in ibm4xx_denali_get_cs() local
178 if (getprop(devp, "model", model, sizeof(model)) <= 0) in ibm4xx_denali_get_cs()
181 model[sizeof(model)-1] = 0; in ibm4xx_denali_get_cs()
183 if (!strcmp(model, "amcc,sequoia") || in ibm4xx_denali_get_cs()
184 !strcmp(model, "amcc,rainier")) in ibm4xx_denali_get_cs()
/openbmc/webui-vue/src/views/Operations/ServerPowerOperations/
H A DBootSettings.vue13 v-model="form.bootOption"
21 v-model="form.oneTimeBoot"
38 v-model="form.tpmPolicyOn"
/openbmc/linux/Documentation/devicetree/bindings/sound/
H A Dimx-audio-spdif.txt7 - model : The user-visible name of this sound complex
32 model = "imx-spdif";
H A Dmxs-audio-sgtl5000.txt5 - model : The user-visible name of this sound complex
35 model = "imx28-evk-sgtl5000";
H A Datmel-wm8904.txt5 - atmel,model: The user-visible name of this sound complex.
43 atmel,model = "wm8904 @ AT91SAM9N12EK";
/openbmc/webui-vue/src/views/Settings/DateTime/
H A DDateTime.vue42 v-model="form.configurationSelected"
58 v-model="form.manual.date"
74 v-model="form.manual.date"
107 v-model="form.manual.time"
126 v-model="form.configurationSelected"
141 v-model="form.ntp.firstAddress"
163 v-model="form.ntp.secondAddress"
178 v-model="form.ntp.thirdAddress"
/openbmc/linux/sound/pci/oxygen/
H A Dxonar_cs43xx.c428 chip->model = model_xonar_d1; in get_xonar_cs43xx_model()
429 chip->model.shortname = "Xonar D1"; in get_xonar_cs43xx_model()
433 chip->model = model_xonar_d1; in get_xonar_cs43xx_model()
434 chip->model.shortname = "Xonar DX"; in get_xonar_cs43xx_model()
435 chip->model.init = xonar_dx_init; in get_xonar_cs43xx_model()
/openbmc/webui-vue/src/views/SecurityAndAccess/Policies/
H A DPolicies.vue16 v-model="sshProtocolState"
41 v-model="ipmiProtocolState"
66 v-model="vtpmState"
91 v-model="rtadState"
118 v-model="sessionTimeoutState"
/openbmc/webui-vue/src/views/ProfileSettings/
H A DProfileSettings.vue34 v-model="form.currentPassword"
57 v-model="form.newPassword"
90 v-model="form.confirmPassword"
113 v-model="form.isUtcDisplay"
120 v-model="form.isUtcDisplay"
/openbmc/linux/drivers/platform/x86/
H A Dhdaps.c487 #define HDAPS_DMI_MATCH_INVERT(vendor, model, axes) { \ argument
488 .ident = vendor " " model, \
493 DMI_MATCH(DMI_PRODUCT_VERSION, model) \
497 #define HDAPS_DMI_MATCH_NORMAL(vendor, model) \ argument
498 HDAPS_DMI_MATCH_INVERT(vendor, model, 0)
/openbmc/smbios-mdr/src/
H A Dspeed_select.cpp83 std::unique_ptr<SSTInterface> getInstance(uint8_t address, CPUModel model, in getInstance() argument
87 << std::hex << model << std::dec << '\n'; in getInstance()
92 auto interface = provider(address, model, wakePolicy); in getInstance()
165 CPUConfig(sdbusplus::bus_t& bus_, uint8_t index, CPUModel model, in CPUConfig() argument
170 path(generatePath(index)), cpuModel(model), currentLevel(currentLevel_), in CPUConfig()
/openbmc/linux/arch/x86/platform/atom/
H A Dpunit_atom_debug.c120 #define X86_MATCH(model, data) \ argument
121 X86_MATCH_VENDOR_FAM_MODEL_FEATURE(INTEL, 6, INTEL_FAM6_##model, \
/openbmc/linux/arch/arm/boot/dts/nxp/imx/
H A Dimx7d-pico-nymph.dts12 model = "TechNexion PICO-IMX7 and NYMPH baseboard";
28 model = "imx7d-sgtl5000";
/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/ipzvpd/
H A DVSYS.interface.yaml27 Machine type model - ipSeries.
31 Machine type model - storage.
/openbmc/linux/drivers/gpu/drm/tiny/
H A Dofdrm.c240 enum ofdrm_model model = OFDRM_MODEL_UNKNOWN; in display_get_model_of() local
243 model = OFDRM_MODEL_RAGE128; in display_get_model_of()
246 model = OFDRM_MODEL_RAGE_M3A; in display_get_model_of()
248 model = OFDRM_MODEL_RAGE_M3B; in display_get_model_of()
250 model = OFDRM_MODEL_RADEON; in display_get_model_of()
255 model = OFDRM_MODEL_GXT2000; in display_get_model_of()
269 model = OFDRM_MODEL_AVIVO; in display_get_model_of()
273 model = OFDRM_MODEL_QEMU; in display_get_model_of()
276 return model; in display_get_model_of()
1083 enum ofdrm_model model; in ofdrm_device_create() local
[all …]
/openbmc/linux/Documentation/userspace-api/media/drivers/
H A Dccs.rst65 Analogue gain model
68 The CCS defines an analogue gain model where the gain can be calculated using
84 Alternate analogue gain model
87 The CCS defines another analogue gain model called alternate analogue gain. In
/openbmc/linux/arch/arm64/boot/dts/renesas/
H A Dgmsl-cameras.dtsi12 * by specifying the camera model with:
36 #error "Camera model should be defined by the board file"
40 #error "A single camera model should be selected"
61 /* Deduce the camera model compatible string. */
/openbmc/webui-vue/src/views/SecurityAndAccess/UserManagement/
H A DModalUser.vue27 v-model="form.manualUnlock"
46 v-model="form.status"
55 v-model="form.status"
80 v-model="form.username"
108 v-model="form.privilege"
144 v-model="form.password"
178 v-model="form.passwordConfirmation"
/openbmc/linux/Documentation/translations/zh_CN/scheduler/
H A Dsched-energy.rst30 它提供的内容,请参考其文档(见Documentation/power/energy-model.rst)。
77 见Documentation/power/energy-model.rst)
287 Documentation/power/energy-model.rst中的独立EM框架部分。
/openbmc/qemu/docs/spin/
H A Daio_notify.promela2 * This model describes the interaction between ctx->notify_me
18 * To verify it (with a bug planted in the model):
/openbmc/u-boot/arch/arm/dts/
H A Dbcm2835-rpi-b-rev2.dts8 compatible = "raspberrypi,model-b-rev2", "brcm,bcm2835";
9 model = "Raspberry Pi Model B rev2";
H A Dbcm2835-rpi-a.dts7 compatible = "raspberrypi,model-a", "brcm,bcm2835";
8 model = "Raspberry Pi Model A";
H A Dbcm2835-rpi-b.dts8 compatible = "raspberrypi,model-b", "brcm,bcm2835";
9 model = "Raspberry Pi Model B";
/openbmc/qemu/net/
H A Dvde.c77 static int net_vde_init(NetClientState *peer, const char *model, in net_vde_init() argument
99 nc = qemu_new_net_client(&net_vde_info, peer, model, name); in net_vde_init()
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/u-boot/u-boot/fvp-base/
H A D0002-vexpress64-Select-PSCI-RESET-by-default.patch23 bool "Support Versatile Express ARMv8a FVP BASE model"
30 bool "Support Versatile Express ARMv8r64 FVP BASE model"

1...<<11121314151617181920>>...217