Home
last modified time | relevance | path

Searched full:setting (Results 1 – 25 of 5764) sorted by relevance

12345678910>>...231

/openbmc/openpower-hw-diags/
H A Dcli.cpp12 /** @brief Search the command line arguments for a setting value */
22 char* setting; in parseConfig() local
25 setting = getCliSetting(i_begin, i_end, "--all"); in parseConfig()
26 if (nullptr != setting) in parseConfig()
28 if (std::string("off") == setting) in parseConfig()
33 if (std::string("on") == setting) in parseConfig()
41 setting = getCliSetting(i_begin, i_end, "--vital"); in parseConfig()
42 if (nullptr != setting) in parseConfig()
44 if (std::string("off") == setting) in parseConfig()
48 if (std::string("on") == setting) in parseConfig()
[all …]
/openbmc/linux/drivers/platform/x86/
H A Dthink-lmi.c40 * Description: Change the BIOS setting to the desired value using the SetBiosSetting
106 * This is particularly useful for simplifying setting passwords.
338 static int tlmi_opcode_setting(char *setting, const char *value) in tlmi_opcode_setting() argument
343 opcode_str = kasprintf(GFP_KERNEL, "%s:%s;", setting, value); in tlmi_opcode_setting()
393 struct tlmi_pwd_setting *setting = to_tlmi_pwd_setting(kobj); in is_enabled_show() local
395 return sysfs_emit(buf, "%d\n", setting->valid); in is_enabled_show()
404 struct tlmi_pwd_setting *setting = to_tlmi_pwd_setting(kobj); in current_password_store() local
409 if (pwdlen && ((pwdlen < setting->minlen) || (pwdlen > setting->maxlen))) in current_password_store()
412 strscpy(setting->password, buf, setting->maxlen); in current_password_store()
413 /* Strip out CR if one is present, setting password won't work if it is present */ in current_password_store()
[all …]
/openbmc/u-boot/board/compulab/common/
H A Domap3_display.c47 * support two BMP types with one setting.
262 * parse_setting() - parse a single setting of custom lcd parameters
264 * @setting: The custom lcd setting <name>:<value>
268 static int parse_setting(char *setting) in parse_setting() argument
271 char *setting_start = setting; in parse_setting()
273 if (!strncmp(setting, "mode:", 5)) { in parse_setting()
274 return parse_mode(setting + 5); in parse_setting()
275 } else if (!strncmp(setting, "pixclock:", 9)) { in parse_setting()
276 return parse_pixclock(setting + 9); in parse_setting()
277 } else if (!strncmp(setting, "left:", 5)) { in parse_setting()
[all …]
/openbmc/openbmc-test-automation/ipmi/
H A Dtest_ipmi_sol.robot67 Set SOL Setting privilege-level ${item}
68 ${output}= Get SOL Setting Privilege Level
171 [Template] Verify SOL Setting
173 # Setting name Min valid value Max valid value
180 [Template] Verify SOL Setting
182 # Setting name Min valid value Max valid value
189 [Template] Verify SOL Setting
191 # Setting name Min valid value Max valid value
198 [Template] Verify SOL Setting
200 # Setting name Min valid value Max valid value
[all …]
/openbmc/linux/drivers/staging/fbtft/
H A Dfb_upd161704.c37 /* y-setting */ in init_display()
38 write_reg(par, 0x0024, 0x007B); /* amplitude setting */ in init_display()
40 write_reg(par, 0x0025, 0x003B); /* amplitude setting */ in init_display()
41 write_reg(par, 0x0026, 0x0034); /* amplitude setting */ in init_display()
43 write_reg(par, 0x0027, 0x0004); /* amplitude setting */ in init_display()
44 write_reg(par, 0x0052, 0x0025); /* circuit setting 1 */ in init_display()
46 write_reg(par, 0x0053, 0x0033); /* circuit setting 2 */ in init_display()
61 /* Power supply setting */ in init_display()
62 write_reg(par, 0x0019, 0x0000); /* DC/DC output setting */ in init_display()
64 write_reg(par, 0x001A, 0x1000); /* DC/DC frequency setting */ in init_display()
[all …]
/openbmc/linux/drivers/clk/meson/
H A Dclk-dualdiv.c52 struct meson_clk_dualdiv_param setting; in meson_clk_dualdiv_recalc_rate() local
54 setting.dual = meson_parm_read(clk->map, &dualdiv->dual); in meson_clk_dualdiv_recalc_rate()
55 setting.n1 = meson_parm_read(clk->map, &dualdiv->n1) + 1; in meson_clk_dualdiv_recalc_rate()
56 setting.m1 = meson_parm_read(clk->map, &dualdiv->m1) + 1; in meson_clk_dualdiv_recalc_rate()
57 setting.n2 = meson_parm_read(clk->map, &dualdiv->n2) + 1; in meson_clk_dualdiv_recalc_rate()
58 setting.m2 = meson_parm_read(clk->map, &dualdiv->m2) + 1; in meson_clk_dualdiv_recalc_rate()
60 return __dualdiv_param_to_rate(parent_rate, &setting); in meson_clk_dualdiv_recalc_rate()
94 const struct meson_clk_dualdiv_param *setting; in meson_clk_dualdiv_determine_rate() local
96 setting = __dualdiv_get_setting(req->rate, req->best_parent_rate, in meson_clk_dualdiv_determine_rate()
98 if (setting) in meson_clk_dualdiv_determine_rate()
[all …]
/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/pldm/files/
H A Dboot_config_setting_attrs.json5 "displayName": "Host 1 Boot Config Setting",
6 "helpText": "This is the boot configuration setting for Host 1",
38 "displayName": "Host 2 Boot Config Setting",
39 "helpText": "This is the boot configuration setting for Host 2",
71 "displayName": "Host 3 Boot Config Setting",
72 "helpText": "This is the boot configuration setting for Host 3",
104 "displayName": "Host 4 Boot Config Setting",
105 "helpText": "This is the boot configuration setting for Host 4",
137 "displayName": "Host 5 Boot Config Setting",
138 "helpText": "This is the boot configuration setting for Host 5",
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/postgresql/files/
H A D0004-config_info.c-not-expose-build-info.patch43 configdata[i].setting = pstrdup(path);
47 - configdata[i].setting = pstrdup(CONFIGURE_ARGS);
52 - configdata[i].setting = pstrdup(VAL_CC);
54 - configdata[i].setting = pstrdup(_("not recorded"));
60 - configdata[i].setting = pstrdup(VAL_CPPFLAGS);
62 - configdata[i].setting = pstrdup(_("not recorded"));
68 - configdata[i].setting = pstrdup(VAL_CFLAGS);
70 - configdata[i].setting = pstrdup(_("not recorded"));
76 - configdata[i].setting = pstrdup(VAL_CFLAGS_SL);
78 - configdata[i].setting = pstrdup(_("not recorded"));
[all …]
/openbmc/linux/drivers/pinctrl/
H A Dpinconf.c108 struct pinctrl_setting *setting) in pinconf_map_to_setting() argument
110 struct pinctrl_dev *pctldev = setting->pctldev; in pinconf_map_to_setting()
113 switch (setting->type) { in pinconf_map_to_setting()
122 setting->data.configs.group_or_pin = pin; in pinconf_map_to_setting()
132 setting->data.configs.group_or_pin = pin; in pinconf_map_to_setting()
138 setting->data.configs.num_configs = map->data.configs.num_configs; in pinconf_map_to_setting()
139 setting->data.configs.configs = map->data.configs.configs; in pinconf_map_to_setting()
144 void pinconf_free_setting(const struct pinctrl_setting *setting) in pinconf_free_setting() argument
148 int pinconf_apply_setting(const struct pinctrl_setting *setting) in pinconf_apply_setting() argument
150 struct pinctrl_dev *pctldev = setting->pctldev; in pinconf_apply_setting()
[all …]
H A Dpinmux.h41 struct pinctrl_setting *setting);
42 void pinmux_free_setting(const struct pinctrl_setting *setting);
43 int pinmux_enable_setting(const struct pinctrl_setting *setting);
44 void pinmux_disable_setting(const struct pinctrl_setting *setting);
85 struct pinctrl_setting *setting) in pinmux_map_to_setting() argument
90 static inline void pinmux_free_setting(const struct pinctrl_setting *setting) in pinmux_free_setting() argument
94 static inline int pinmux_enable_setting(const struct pinctrl_setting *setting) in pinmux_enable_setting() argument
99 static inline void pinmux_disable_setting(const struct pinctrl_setting *setting) in pinmux_disable_setting() argument
109 const struct pinctrl_setting *setting);
121 const struct pinctrl_setting *setting) in pinmux_show_setting() argument
H A Dpinconf.h28 struct pinctrl_setting *setting);
29 void pinconf_free_setting(const struct pinctrl_setting *setting);
30 int pinconf_apply_setting(const struct pinctrl_setting *setting);
57 struct pinctrl_setting *setting) in pinconf_map_to_setting() argument
62 static inline void pinconf_free_setting(const struct pinctrl_setting *setting) in pinconf_free_setting() argument
66 static inline int pinconf_apply_setting(const struct pinctrl_setting *setting) in pinconf_apply_setting() argument
83 const struct pinctrl_setting *setting);
95 const struct pinctrl_setting *setting) in pinconf_show_setting() argument
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/musicpd/mpd/
H A Dmpd.conf.in7 # This setting controls the top directory which MPD will search to discover the
9 # setting defaults to the XDG directory, otherwise the music directory will be
15 # This setting sets the MPD internal playlist directory. The purpose of this
18 # format. This setting defaults to playlist saving being disabled.
22 # This setting sets the location of the MPD database. This file is used to
24 # server is not up. This setting defaults to disabled which will allow
35 # setting defaults to logging to syslog, otherwise logging is disabled.
39 # This setting sets the location of the file which stores the process ID
40 # for use of mpd --kill and some init scripts. This setting is disabled by
45 # This setting sets the location of the file which contains information about
[all …]
/openbmc/linux/drivers/media/i2c/ccs/
H A Dccs-quirk.c55 { 0x322d, 0x04 }, /* Adjusting Processing Image Size to Scaler Toshiba Recommendation Setting */ in jt8ew9_post_poweron()
56 { 0x3255, 0x0f }, /* Horizontal Noise Reduction Control Toshiba Recommendation Setting */ in jt8ew9_post_poweron()
57 { 0x3256, 0x15 }, /* Horizontal Noise Reduction Control Toshiba Recommendation Setting */ in jt8ew9_post_poweron()
58 { 0x3258, 0x70 }, /* Analog Gain Control Toshiba Recommendation Setting */ in jt8ew9_post_poweron()
59 { 0x3259, 0x70 }, /* Analog Gain Control Toshiba Recommendation Setting */ in jt8ew9_post_poweron()
60 { 0x325f, 0x7c }, /* Analog Gain Control Toshiba Recommendation Setting */ in jt8ew9_post_poweron()
61 { 0x3302, 0x06 }, /* Pixel Reference Voltage Control Toshiba Recommendation Setting */ in jt8ew9_post_poweron()
62 { 0x3304, 0x00 }, /* Pixel Reference Voltage Control Toshiba Recommendation Setting */ in jt8ew9_post_poweron()
63 { 0x3307, 0x22 }, /* Pixel Reference Voltage Control Toshiba Recommendation Setting */ in jt8ew9_post_poweron()
64 { 0x3308, 0x8d }, /* Pixel Reference Voltage Control Toshiba Recommendation Setting */ in jt8ew9_post_poweron()
[all …]
/openbmc/openbmc/meta-yadro/recipes-phosphor/ipmi/phosphor-ipmi-host/
H A D0001-Add-support-for-persistent-only-settings.patch7 one-time setting mode (as per IPMI 2.0 specification).
25 std::tuple<Path, OneTimeEnabled> setting(const Objects& objects,
50 + // setting mode (e.g. Boot Initiator Mailbox).
51 + // That is not an error, just return the regular setting.
52 + // If there's just one object, that's the only kind of setting
53 + // mode this interface supports, so just return that setting path.
68 + // one-time setting, consider the other the persistent setting.
72 @@ -116,6 +141,8 @@ std::tuple<Path, OneTimeEnabled> setting(const Objects& objects,
76 + // Now see if the one-time setting is enabled and return the path for it
77 + // if so. Otherwise return the path for the persistent setting.
[all …]
/openbmc/webui-vue/src/store/modules/Settings/
H A DNetworkStore.js8 firstInterfaceId: '', //used for setting global DHCP settings
123 setting: i18n.global.t('pageNetwork.dhcp'), property in AnonymousClass181065170401
130 setting: i18n.global.t('pageNetwork.dhcp'), property in AnonymousClass181065170501
149 setting: i18n.global.t('pageNetwork.dhcp6'), property in AnonymousClass181065170701
156 setting: i18n.global.t('pageNetwork.dhcp6'), property in AnonymousClass181065170801
187 setting: i18n.global.t('pageNetwork.domainName'), property in AnonymousClass181065170b01
197 setting: i18n.global.t('pageNetwork.domainName'), property in AnonymousClass181065170c01
228 setting: i18n.global.t('pageNetwork.dns'), property in AnonymousClass181065170f01
237 setting: i18n.global.t('pageNetwork.dns'), property in AnonymousClass181065171001
268 setting: i18n.global.t('pageNetwork.ntp'), property in AnonymousClass181065171301
[all …]
/openbmc/linux/drivers/gpu/drm/panel/
H A Dpanel-orisetech-otm8009a.c26 #define MCS_PANSET 0xB3A6 /* Panel Type Setting */
27 #define MCS_SD_CTRL 0xC0A2 /* Source Driver Timing Setting */
30 #define MCS_RGB_VID_SET 0xC1A1 /* RGB Video Mode Setting */
33 #define MCS_PWR_CTRL1 0xC580 /* Power Control Setting 1 */
34 #define MCS_PWR_CTRL2 0xC590 /* Power Control Setting 2 for Normal Mode */
35 #define MCS_PWR_CTRL4 0xC5B0 /* Power Control Setting 4 for DC Voltage */
36 #define MCS_PANCTRLSET1 0xCB80 /* Panel Control Setting 1 */
37 #define MCS_PANCTRLSET2 0xCB90 /* Panel Control Setting 2 */
38 #define MCS_PANCTRLSET3 0xCBA0 /* Panel Control Setting 3 */
39 #define MCS_PANCTRLSET4 0xCBB0 /* Panel Control Setting 4 */
[all …]
/openbmc/linux/drivers/memory/
H A Dda8xx-ddrctl.c70 da8xx_ddrctl_match_knob(const struct da8xx_ddrctl_setting *setting) in da8xx_ddrctl_match_knob() argument
78 if (strcmp(knob->name, setting->name) == 0) in da8xx_ddrctl_match_knob()
103 const struct da8xx_ddrctl_setting *setting; in da8xx_ddrctl_probe() local
111 setting = da8xx_ddrctl_get_board_settings(); in da8xx_ddrctl_probe()
112 if (!setting) { in da8xx_ddrctl_probe()
123 for (; setting->name; setting++) { in da8xx_ddrctl_probe()
124 knob = da8xx_ddrctl_match_knob(setting); in da8xx_ddrctl_probe()
127 "no such config option: %s\n", setting->name); in da8xx_ddrctl_probe()
140 reg |= setting->val << knob->shift; in da8xx_ddrctl_probe()
142 dev_dbg(dev, "writing 0x%08x to %s\n", reg, setting->name); in da8xx_ddrctl_probe()
/openbmc/linux/Documentation/riscv/
H A Dvector.rst34 enablement status on execve(). The system-wide default setting can be
49 enablement status of current thread, and the setting at bit[3:2] takes place
50 at next execve(). bit[4] defines the inheritance mode of the setting in
57 but the current enablement status is not off. Setting
62 Vector enablement setting for the calling thread at the next execve()
68 mode for the setting at PR_RISCV_V_VSTATE_CTRL_NEXT_MASK. If the bit
69 is set then the following execve() will not clear the setting in both
71 This setting persists across changes in the system-wide default value.
81 * A valid setting for PR_RISCV_V_VSTATE_CTRL_CUR_MASK takes place
86 * Every successful call overwrites a previous setting for the calling
[all …]
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Control/
H A DREADME.msl.md5 The OpenBMC API provides a global setting for enforcement of minimum ship level.
6 Typically a setting like this would be used to enable the use of hardware
12 requirements on how the setting is used; implementations are free to react to
13 the value of the setting however they choose.
31 maintains a setting store and interface for the setting value. This
33 requirements, allowing a user to toggle the setting back and forth.
45 Finally, the setting and the inventory assets must be compared and the server
/openbmc/openbmc/poky/meta/classes/
H A Dextrausers.bbclass32 setting=`echo $user_group_settings | cut -d ';' -f1`
34 while test "x$setting" != "x"; do
35 cmd=`echo $setting | cut -d ' ' -f1`
36 opts=`echo $setting | cut -d ' ' -f2-`
38 # this setting is actually a serial process. So we only retry once.
66 if [ "$setting" = "$remaining" ]; then
69 # iterate to the next setting
70 setting=`echo $remaining | cut -d ';' -f1`
/openbmc/openbmc-test-automation/lib/
H A Denergy_scale_utils.robot43 # The power limit setting can be obtained with the following:
57 ... watts setting.
75 ... msg=Failed setting dcmi power limit to ${power_limit} watts.
114 ... watts setting using REST interface.
126 # verify If True, read the power setting to confirm.
134 ... msg=Failed setting power limit to ${power_limit} watts via REST.
142 # verify If True, read the setting to confirm.
148 ${setting}= Get DCMI Power Activation Via REST
149 Should Be True ${setting} == ${1}
158 # verify If True, read the setting to confirm.
[all …]
/openbmc/linux/include/uapi/linux/
H A Dcapability.h135 shall match the file owner ID when setting the S_ISUID and S_ISGID
137 supplementary group IDs) shall match the file owner ID when setting
192 /* Allow setting debug option on sockets */
194 /* Allow setting arbitrary process / process group ownership on
197 /* Allow setting TOS (type of service) */
198 /* Allow setting promiscuous mode */
245 /* Allow setting the domainname */
246 /* Allow setting the hostname */
247 /* Allow mount() and umount(), setting up new smb connection */
260 /* Allow setting readahead and flushing buffers on block devices */
[all …]
/openbmc/linux/Documentation/devicetree/bindings/phy/
H A Dapm-xgene-phy.txt9 - #phy-cells : Shall be 1 as it expects one argument for setting
19 Two set of 3-tuple setting for each (up to 3)
25 Two set of 3-tuple setting for each (up to 3)
28 gain control. Two set of 3-tuple setting for each
31 - apm,tx-amplitude : Amplitude control. Two set of 3-tuple setting for
36 3-tuple setting for each (up to 3) supported link
40 3-tuple setting for each (up to 3) supported link
44 3-tuple setting for Gen1, Gen2, and Gen3. Range is
57 NOTE: PHY override parameters are board specific setting.
/openbmc/linux/drivers/media/platform/samsung/s5p-g2d/
H A Dg2d-regs.h22 /* Parameter Setting Registers (Rotate & Direction) */
27 /* Parameter Setting Registers (Src) */
38 /* Parameter Setting Registers (Dest) */
46 /* Parameter Setting Registers (Pattern) */
53 /* Parameter Setting Registers (Mask) */
57 /* Parameter Setting Registers (Clipping Window) */
62 /* Parameter Setting Registers (ROP & Alpha Setting) */
67 /* Parameter Setting Registers (Color) */
72 /* Parameter Setting Registers (Color Key) */
/openbmc/linux/Documentation/devicetree/bindings/leds/backlight/
H A Darcxcnn_bl.txt14 - arc,led-config-0: setting for register ILED_CONFIG_0
15 - arc,led-config-1: setting for register ILED_CONFIG_1
16 - arc,dim-freq: PWM mode frequence setting (bits [3:0] used)
17 - arc,comp-config: setting for register CONFIG_COMP
18 - arc,filter-config: setting for register FILTER_CONFIG
19 - arc,trim-config: setting for register IMAXTUNE

12345678910>>...231