/openbmc/linux/arch/m68k/q40/ |
H A D | config.c | 40 static void q40_get_model(char *model); 144 static void q40_get_model(char *model) in q40_get_model() argument 146 sprintf(model, "Q40"); in q40_get_model()
|
/openbmc/linux/kernel/trace/rv/ |
H A D | Kconfig | 20 exhaustive verification techniques (such as model checking and 48 The model is borken on purpose: it serves to test reactors. 60 on the model's execution. By default, the monitors have
|
/openbmc/linux/arch/powerpc/kernel/ |
H A D | rtas_pci.c | 147 const char *model = of_get_property(dev, "model", NULL); in is_python() local 149 if (model && strstr(model, "Python")) in is_python()
|
/openbmc/linux/arch/powerpc/boot/ |
H A D | 4xx.c | 171 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/linux/Documentation/ABI/testing/ |
H A D | sysfs-bus-mcb | 19 What: /sys/bus/mcb/devices/mcb:X/model 23 Description: The FPGA's model number
|
/openbmc/linux/Documentation/trace/rv/ |
H A D | monitor_wwnr.rst | 29 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 D | exynos5250-snow-rev5.dts | 14 model = "Google Snow Rev 5+"; 22 samsung,model = "Snow-I2S-MAX98090";
|
/openbmc/linux/arch/arm64/boot/dts/amlogic/ |
H A D | meson-sm1-odroid-c4.dts | 12 model = "Hardkernel ODROID-C4"; 27 model = "ODROID-C4";
|
/openbmc/webui-vue/src/views/Settings/DateTime/ |
H A D | DateTime.vue | 42 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/drivers/gpu/drm/tiny/ |
H A D | ofdrm.c | 240 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/u-boot/board/vscom/baltos/ |
H A D | board.c | 346 char model[4]; in board_late_init() local 350 strcpy(model, "211"); in board_late_init() 352 sprintf(model, "%d", header.SystemId); in board_late_init() 370 env_set("board_name", model); in board_late_init()
|
/openbmc/qemu/hw/sensor/ |
H A D | emc141x.c | 46 uint8_t model; member 106 s->data = sc->model; in emc141x_read() 285 ec->model = EMC1413_DEVICE_ID; in emc1413_class_init() 294 ec->model = EMC1414_DEVICE_ID; in emc1414_class_init()
|
/openbmc/openbmc/poky/meta/recipes-devtools/systemd-bootchart/systemd-bootchart/ |
H A D | mips64.patch | 25 +# define PROC_CPUINFO_MODEL "cpu model" 34 # define PROC_CPUINFO_MODEL "cpu model"
|
/openbmc/linux/arch/arm/boot/dts/nxp/imx/ |
H A D | imx25-eukrea-mbimxsd25-baseboard-cmo-qvga.dts | 9 model = "Eukrea MBIMXSD25 with the CMO-QVGA Display"; 13 model = "CMO-QVGA";
|
H A D | imx6ul-pico-dwarf.dts | 12 model = "TechNexion PICO-IMX6UL and DWARF baseboard"; 17 model = "imx6ul-sgtl5000";
|
/openbmc/qemu/docs/system/arm/ |
H A D | aspeed.rst | 4 The QEMU Aspeed machines model BMCs of various OpenPOWER systems and 129 * ``fmc-model`` to change the default FMC Flash model. FW needs 130 support for the chip model to boot. 132 * ``spi-model`` to change the default SPI Flash model. 146 -M ast2500-evb,fmc-model=mx25l25635e,spi-model=mx66u51235f 231 refactor the sdhci bus model. 276 The QEMU Aspeed machines model mini BMCs of various Aspeed evaluation
|
/openbmc/webui-vue/src/views/ProfileSettings/ |
H A D | ProfileSettings.vue | 34 v-model="form.currentPassword" 57 v-model="form.newPassword" 90 v-model="form.confirmPassword" 115 v-model="form.isUtcDisplay" 122 v-model="form.isUtcDisplay"
|
/openbmc/linux/sound/pci/oxygen/ |
H A D | xonar_cs43xx.c | 428 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/linux/drivers/platform/x86/ |
H A D | hdaps.c | 487 #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/phosphor-power/tools/power-utils/ |
H A D | updater.cpp | 50 const std::string& model, const std::string& psuInventoryPath, in getClassInstance() argument 53 if (model == "51E9" || model == "51DA") in getClassInstance() 66 std::string model = fs::path(directory).filename().string(); in getFWFilenamePath() local 73 if ((filename.rfind(model, 0) == 0) && (filename.ends_with(".bin"))) in getFWFilenamePath()
|
/openbmc/smbios-mdr/src/ |
H A D | speed_select.cpp | 83 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/Documentation/devicetree/bindings/sound/ |
H A D | atmel-sam9x5-wm8731-audio.txt | 5 - atmel,model: The user-visible name of this sound complex. 25 atmel,model = "wm8731 @ AT91SAM9X5EK";
|
/openbmc/webui-vue/src/views/Overview/ |
H A D | OverviewServer.vue | 9 <dt>{{ $t('pageOverview.model') }}</dt> 46 return this.server?.model;
|
/openbmc/linux/arch/m68k/sun3/ |
H A D | idprom.c | 86 void sun3_get_model(unsigned char* model) in sun3_get_model() argument 92 strcpy(model, Sun_Machines[i].name); in sun3_get_model()
|
/openbmc/webui-vue/src/views/SecurityAndAccess/UserManagement/ |
H A D | ModalUser.vue | 27 v-model="form.manualUnlock" 45 v-model="form.status" 54 v-model="form.status" 79 v-model="form.username" 107 v-model="form.privilege" 143 v-model="form.password" 178 v-model="form.passwordConfirmation"
|