Home
last modified time | relevance | path

Searched refs:model (Results 151 – 175 of 5203) sorted by relevance

12345678910>>...209

/openbmc/linux/arch/m68k/apollo/
H A Dconfig.c38 static void dn_get_model(char *model);
246 static void dn_get_model(char *model) in dn_get_model() argument
248 strcpy(model, "Apollo "); in dn_get_model()
250 strcat(model, apollo_models[apollo_model - APOLLO_DN3000]); in dn_get_model()
/openbmc/qemu/hw/ppc/
H A De500plat.c25 const char model[] = "QEMU ppce500"; in e500plat_fixup_devtree() local
28 qemu_fdt_setprop(fdt, "/", "model", model, sizeof(model)); in e500plat_fixup_devtree()
/openbmc/linux/Documentation/devicetree/bindings/arm/
H A Dvexpress-scc.txt15 - compatible value: "arm,vexpress-scc,<model>", "arm,vexpress-scc";
16 where <model> is the full tile model name (as used
/openbmc/u-boot/drivers/serial/
H A DKconfig104 Enable driver model for serial. This replaces
141 Enable driver model for serial in SPL. This replaces
151 Enable driver model for serial in TPL. This replaces
175 support quite easily. Remember that you cannot use driver model and
178 You must not use this UART once driver model is working and the
192 be available until the real driver model serial is running.
199 be available until the real driver model serial is running.
207 driver will be available until the real driver model serial is
216 driver will be available until the real driver model serial is
224 be available until the real driver-model serial is running.
[all …]
/openbmc/linux/arch/arm64/boot/dts/nvidia/
H A Dtegra234-p3767-0000.dtsi7 model = "NVIDIA Jetson Orin NX";
11 nvidia,model = "NVIDIA Jetson Orin NX HDA";
H A Dtegra234-p3767-0005.dtsi7 model = "NVIDIA Jetson Orin Nano";
11 nvidia,model = "NVIDIA Jetson Orin Nano HDA";
/openbmc/u-boot/drivers/video/stm32/
H A DKconfig23 framebuffer during device-model binding/probing.
32 framebuffer during device-model binding/probing.
41 framebuffer during device-model binding/probing.
/openbmc/linux/arch/mips/cavium-octeon/executive/
H A Docteon-model.c471 int model = fuse_data & 0x3fff; in octeon_model_get_string_buffer() local
473 if (suffix && model) { in octeon_model_get_string_buffer()
475 sprintf(fuse_model, "%d%c", model, 'A' + suffix - 1); in octeon_model_get_string_buffer()
478 } else if (suffix && !model) { in octeon_model_get_string_buffer()
484 sprintf(fuse_model, "%d", model); in octeon_model_get_string_buffer()
/openbmc/linux/drivers/rtc/
H A Drtc-rx8025.c82 enum rx_model model; member
116 static int rx8025_is_osc_stopped(enum rx_model model, int ctrl2) in rx8025_is_osc_stopped() argument
124 if (model == model_rx_8025) in rx8025_is_osc_stopped()
149 xstp = rx8025_is_osc_stopped(drvdata->model, ctrl2); in rx8025_check_validity()
168 if (drvdata->model == model_rx_8025) in rx8025_reset_validity()
188 xstp = rx8025_is_osc_stopped(rx8025->model, status); in rx8025_handle_irq()
312 if (rx8025->model == model_rx_8035) { in rx8025_init_client()
544 rx8025->model = id->driver_data; in rx8025_probe()
/openbmc/linux/drivers/hwmon/pmbus/
H A Dinspur-ipsps.c34 model, enumerator
45 [model] = IPSPS_REG_MODEL,
158 static SENSOR_DEVICE_ATTR_RO(model, ipsps_string, model);
/openbmc/webui-vue/src/views/Operations/VirtualMedia/
H A DModalConfigureConnection.vue19 v-model="form.serverUri"
37 v-model="form.username"
48 v-model="form.password"
55 v-model="form.isRW"
/openbmc/phosphor-psu-code-mgmt/
H A Dmeson.options56 # inventory path as input and outputs the PSU model string.
58 # psutils --get-model /xyz/openbmc_project/inventory/system/chassis/motherboard/powersupply0
62 value: '/usr/bin/psutils --raw --get-model',
63 description: 'The command and arguments to get the PSU 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/webui-vue/src/views/Settings/Network/
H A DNetworkGlobalSettings.vue33 v-model="useDomainNameState"
47 v-model="useDomainNameStateIpv6"
66 v-model="useDnsState"
80 v-model="useDnsStateIpv6"
99 v-model="useNtpState"
113 v-model="useNtpStateIpv6"
/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/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
9 understand how things work with USB in U-Boot when driver model is enabled.
12 Enabling driver model for USB
15 A new CONFIG_DM_USB option is provided to enable driver model for USB. This
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.
147 As before driver model, messages can be sent using submit_bulk_msg() and the
220 functionality will need to be implemented outside the driver model.
[all …]
/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/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/docs/designs/
H A Dentity-manager-hw-id-vpd-discover-via-device-tree.md43 - server_id (platform model id)
74 CPLD-based memory device. This value is unique to each model of HPE platform,
86 the flattened device tree, setting the values for ['/model' and
98 detecting supported hardware configurations. The contents of 'device-tree/model'
106 to have values like 'model' set in the platform's device-tree source at image
119 path for common specific model identifying details.
158 ### A reserved-memory node in device-tree is used for transport of<br/>'serial-number' and 'model' …
166 1. Has no well-known handles for common properties like /model or /serial-number
170 (/model) comes from a different behind-the-scenes source vs. the rest of the
172 'model' instead of the well known device-tree /model handle would add
[all …]
/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/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/u-boot/arch/arm/dts/
H A Dbcm2835-rpi-zero-w.dts8 compatible = "raspberrypi,model-zero-w", "brcm,bcm2835";
9 model = "Raspberry Pi Zero W";
/openbmc/linux/arch/arm64/boot/dts/mediatek/
H A Dmt8195-cherry-tomato-r1.dts9 model = "Acer Tomato (rev1) board";
20 model = "mt8195_r1019_5682";
/openbmc/qemu/target/ppc/
H A Dcpu-qom.h35 #define POWERPC_CPU_TYPE_NAME(model) model POWERPC_CPU_TYPE_SUFFIX argument

12345678910>>...209