Home
last modified time | relevance | path

Searched full:settings (Results 1 – 25 of 4233) sorted by relevance

12345678910>>...170

/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/
H A DSettings_v1.xml4 <!--# Redfish Schema: Settings v1.4.0 -->
33 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Settings">
37 <ComplexType Name="Settings" Abstract="true"/>
94 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Settings.v1_0_0">
98 <ComplexType Name="Settings" BaseType="Settings.Settings">
99 <Annotation Term="OData.Description" String="The resource settings."/>
100 …<Annotation Term="OData.LongDescription" String="This type shall describe any settings of a resour…
104 <Annotation Term="OData.Description" String="The time when the settings were applied."/>
105 …LongDescription" String="This property shall indicate the time when the settings were applied to t…
109 …Description" String="The entity tag (ETag) of the resource to which the settings were applied, aft…
[all …]
/openbmc/bmcweb/redfish-core/schema/dmtf/installed/
H A DSettings_v1.xml4 <!--# Redfish Schema: Settings v1.4.0 -->
33 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Settings">
37 <ComplexType Name="Settings" Abstract="true"/>
94 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Settings.v1_0_0">
98 <ComplexType Name="Settings" BaseType="Settings.Settings">
99 <Annotation Term="OData.Description" String="The resource settings."/>
100 …<Annotation Term="OData.LongDescription" String="This type shall describe any settings of a resour…
104 <Annotation Term="OData.Description" String="The time when the settings were applied."/>
105 …LongDescription" String="This property shall indicate the time when the settings were applied to t…
109 …Description" String="The entity tag (ETag) of the resource to which the settings were applied, aft…
[all …]
/openbmc/linux/drivers/clk/
H A Dclk-si514.c53 /* Multiplier/divider settings */
97 struct clk_si514_muldiv *settings) in si514_get_muldiv() argument
107 settings->m_frac = reg[0] | reg[1] << 8 | reg[2] << 16 | in si514_get_muldiv()
109 settings->m_int = (reg[4] & 0x3f) << 3 | reg[3] >> 5; in si514_get_muldiv()
110 settings->ls_div_bits = (reg[6] >> 4) & 0x07; in si514_get_muldiv()
111 settings->hs_div = (reg[6] & 0x03) << 8 | reg[5]; in si514_get_muldiv()
116 struct clk_si514_muldiv *settings) in si514_set_muldiv() argument
124 if (settings->m_int < 65 || in si514_set_muldiv()
125 (settings->m_int == 65 && settings->m_frac <= 139575831)) in si514_set_muldiv()
128 else if (settings->m_int < 67 || in si514_set_muldiv()
[all …]
H A Dclk-si544.c74 * struct clk_si544_muldiv - Multiplier/divider settings
126 struct clk_si544_muldiv *settings) in si544_get_muldiv() argument
135 settings->ls_div_bits = (reg[1] >> 4) & 0x07; in si544_get_muldiv()
136 settings->hs_div = (reg[1] & 0x07) << 8 | reg[0]; in si544_get_muldiv()
142 settings->fb_div_int = reg[4] | (reg[5] & 0x07) << 8; in si544_get_muldiv()
143 settings->fb_div_frac = reg[0] | reg[1] << 8 | reg[2] << 16 | in si544_get_muldiv()
151 settings->delta_m = reg[0] << 8 | reg[1] << 16 | reg[2] << 24; in si544_get_muldiv()
152 settings->delta_m >>= 8; in si544_get_muldiv()
170 struct clk_si544_muldiv *settings) in si544_set_muldiv() argument
175 reg[0] = settings->hs_div; in si544_set_muldiv()
[all …]
/openbmc/openbmc/meta-phosphor/recipes-phosphor/settings/
H A Dphosphor-settings-read-settings-mrw-native.bb1 # Generates MRW settings override yaml for phosphor-settings-manager
2 # The default YAML file, mrw-override-settings.yaml, is empty, therefore no
3 # settings will be overwritten. To override, modify mrw-override-settings.yaml.
4 SUMMARY = "Generates MRW settings override YAML for phosphor-settings-manager."
10 SRC_URI += "file://mrw-override-settings.yaml"
15 inherit phosphor-settings-manager
21 install -D mrw-override-settings.yaml ${DEST}/mrw-override-settings.yaml
22 SETTINGS=${D}${settings_datadir}
23 install -d ${SETTINGS}
28 -s ${DEST}/mrw-override-settings.yaml \
[all …]
H A Dphosphor-settings-manager_git.bb1 SUMMARY = "Phosphor Settings Manager"
2 DESCRIPTION = "Phosphor Settings Manager is an application that creates \
3 d-bus objects to represent various user settings."
10 inherit phosphor-settings-manager
12 require phosphor-settings-manager.inc
14 DBUS_SERVICE:${PN} = "xyz.openbmc_project.Settings.service"
19 DEPENDS += "virtual/phosphor-settings-defaults"
20 DEPENDS += "${@bb.utils.contains('DISTRO_FEATURES', 'obmc-mrw', 'phosphor-settings-read-settings-mr…
39 # writes/removes their contents from that of settings.yaml, which is then updated to
54 # Used for any settings from the MRW
[all …]
/openbmc/u-boot/board/siemens/draco/
H A Dboard.c39 static struct draco_baseboard_id __attribute__((section(".data"))) settings; variable
74 printf("Set default DDR3 settings\n"); in set_default_ddr3_timings()
75 settings.ddr3 = ddr3_default; in set_default_ddr3_timings()
82 printf("device:\t\t%s\n", settings.ddr3.manu_name); in print_ddr3_timings()
83 printf("marking:\t%s\n", settings.ddr3.manu_marking); in print_ddr3_timings()
112 printf("device: \t'%s'\n", settings.chip.sdevname); in print_chip_data()
113 printf("hw version: \t'%s'\n", settings.chip.shwver); in print_chip_data()
166 (uchar *)&settings.ddr3, sizeof(struct ddr3_data))) { in read_eeprom()
172 (uchar *)&settings.chip, sizeof(settings.chip))) in read_eeprom()
173 printf("Could not read chip settings\n"); in read_eeprom()
[all …]
/openbmc/linux/drivers/spi/
H A Dspi-xcomm.c35 uint16_t settings; member
45 uint16_t settings; in spi_xcomm_sync_config() local
48 settings = spi_xcomm->settings; in spi_xcomm_sync_config()
49 settings |= len << SPI_XCOMM_SETTINGS_LEN_OFFSET; in spi_xcomm_sync_config()
52 put_unaligned_be16(settings, &buf[1]); in spi_xcomm_sync_config()
73 struct spi_device *spi, struct spi_transfer *t, unsigned int *settings) in spi_xcomm_setup_transfer() argument
83 *settings |= SPI_XCOMM_SETTINGS_CLOCK_DIV_64; in spi_xcomm_setup_transfer()
85 *settings |= SPI_XCOMM_SETTINGS_CLOCK_DIV_16; in spi_xcomm_setup_transfer()
87 *settings |= SPI_XCOMM_SETTINGS_CLOCK_DIV_4; in spi_xcomm_setup_transfer()
93 *settings |= SPI_XCOMM_SETTINGS_CPOL; in spi_xcomm_setup_transfer()
[all …]
/openbmc/linux/drivers/iio/imu/st_lsm6dsx/
H A Dst_lsm6dsx_shub.c180 hub_settings = &hw->settings->shub_settings; in st_lsm6dsx_shub_read_output()
257 hub_settings = &hw->settings->shub_settings; in st_lsm6dsx_shub_master_enable()
292 hub_settings = &hw->settings->shub_settings; in st_lsm6dsx_shub_read()
294 aux_sens = &hw->settings->shub_settings.aux_sens; in st_lsm6dsx_shub_read()
343 hub_settings = &hw->settings->shub_settings; in st_lsm6dsx_shub_write()
405 const struct st_lsm6dsx_ext_dev_settings *settings; in st_lsm6dsx_shub_get_odr_val() local
408 settings = sensor->ext_info.settings; in st_lsm6dsx_shub_get_odr_val()
409 for (i = 0; i < settings->odr_table.odr_len; i++) { in st_lsm6dsx_shub_get_odr_val()
410 if (settings->odr_table.odr_avl[i].milli_hz == odr) in st_lsm6dsx_shub_get_odr_val()
414 if (i == settings->odr_table.odr_len) in st_lsm6dsx_shub_get_odr_val()
[all …]
/openbmc/openbmc-test-automation/gui/gui_test/gui_header/
H A Dtest_profile_settings_sub_menu.robot1 *** Settings ***
3 Documentation Test OpenBMC GUI "Profile settings" menu.
23 Verify Navigation To Profile Settings Page
24 [Documentation] Verify navigation to profile settings page.
27 Page Should Contain Profile settings
30 Verify Existence Of All Sections In Profile Settings Page
31 [Documentation] Verify existence of all sections in profile settings page.
39 Verify Existence Of All Buttons And Input Boxes In Profile Settings Page
40 [Documentation] Verify existence of all buttons and input boxes in profile settings page.
43 # Input Boxes in profile settings page.
[all …]
/openbmc/linux/sound/soc/codecs/
H A Dtlv320aic32x4-clk.c26 * struct clk_aic32x4_pll_muldiv - Multiplier/divider settings
78 struct clk_aic32x4_pll_muldiv *settings) in clk_aic32x4_pll_get_muldiv() argument
87 settings->r = val & AIC32X4_PLL_R_MASK; in clk_aic32x4_pll_get_muldiv()
88 settings->p = (val & AIC32X4_PLL_P_MASK) >> AIC32X4_PLL_P_SHIFT; in clk_aic32x4_pll_get_muldiv()
93 settings->j = val; in clk_aic32x4_pll_get_muldiv()
98 settings->d = val << 8; in clk_aic32x4_pll_get_muldiv()
103 settings->d |= val; in clk_aic32x4_pll_get_muldiv()
109 struct clk_aic32x4_pll_muldiv *settings) in clk_aic32x4_pll_set_muldiv() argument
115 AIC32X4_PLL_R_MASK, settings->r); in clk_aic32x4_pll_set_muldiv()
121 settings->p << AIC32X4_PLL_P_SHIFT); in clk_aic32x4_pll_set_muldiv()
[all …]
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/
H A Djquery.treetable.js14 function Node(row, tree, settings) { argument
19 this.settings = settings;
22 this.id = this.row.data(this.settings.nodeIdAttr);
25 parentId = this.row.data(this.settings.parentIdAttr);
30 this.treeCell = $(this.row.children(this.settings.columnElType)[this.settings.column]);
31 this.expander = $(this.settings.expanderTemplate);
32 this.indenter = $(this.settings.indenterTemplate);
60 this.expander.attr("title", this.settings.stringExpand);
62 if (this.initialized && this.settings.onNodeCollapse != null) {
63 this.settings.onNodeCollapse.apply(this);
[all …]
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/
H A DSettings.v1_4_0.json2 "$id": "http://redfish.dmtf.org/schemas/v1/Settings.v1_4_0.json",
20 …intenanceWindowStart": "This value shall indicate the values within the settings resource are appl…
21 …"Immediate": "This value shall indicate the values within the settings resource are applied immedi…
22 …tenanceWindowOnReset": "This value shall indicate the values within the settings resource are appl…
23 …"OnReset": "This value shall indicate the values within settings resource are applied when the sys…
29 …"description": "The maintenance window assignment for applying settings or operations to a resourc…
30 …dicate that a resource has a maintenance window assignment for applying settings or operations. O…
58 …ate the date and time when the service can start to apply the requested settings or operation as p…
100 "description": "The location of the maintenance window settings.",
116 … "$ref": "http://redfish.dmtf.org/schemas/v1/Settings.json#/definitions/OperationApplyTime"
[all …]
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/
H A DSettings.v1_4_0.json2 "$id": "http://redfish.dmtf.org/schemas/v1/Settings.v1_4_0.json",
20 …intenanceWindowStart": "This value shall indicate the values within the settings resource are appl…
21 …"Immediate": "This value shall indicate the values within the settings resource are applied immedi…
22 …tenanceWindowOnReset": "This value shall indicate the values within the settings resource are appl…
23 …"OnReset": "This value shall indicate the values within settings resource are applied when the sys…
29 …"description": "The maintenance window assignment for applying settings or operations to a resourc…
30 …dicate that a resource has a maintenance window assignment for applying settings or operations. O…
58 …ate the date and time when the service can start to apply the requested settings or operation as p…
100 "description": "The location of the maintenance window settings.",
116 … "$ref": "http://redfish.dmtf.org/schemas/v1/Settings.json#/definitions/OperationApplyTime"
[all …]
/openbmc/linux/drivers/media/pci/zoran/
H A Dzoran_card.c721 struct zoran_jpg_settings *settings, int try) in zoran_check_jpg_settings() argument
726 __func__, settings->decimation, settings->hor_dcm, in zoran_check_jpg_settings()
727 settings->ver_dcm, settings->tmp_dcm); in zoran_check_jpg_settings()
729 settings->img_x, settings->img_y, in zoran_check_jpg_settings()
730 settings->img_width, settings->img_height); in zoran_check_jpg_settings()
732 switch (settings->decimation) { in zoran_check_jpg_settings()
735 settings->hor_dcm = 1; in zoran_check_jpg_settings()
736 settings->ver_dcm = 1; in zoran_check_jpg_settings()
737 settings->tmp_dcm = 1; in zoran_check_jpg_settings()
738 settings->field_per_buff = 2; in zoran_check_jpg_settings()
[all …]
H A Dzoran_driver.c144 static __u32 zoran_v4l2_calc_bufsize(struct zoran_jpg_settings *settings) in zoran_v4l2_calc_bufsize() argument
146 __u8 div = settings->ver_dcm * settings->hor_dcm * settings->tmp_dcm; in zoran_v4l2_calc_bufsize()
335 struct zoran_jpg_settings settings; in zoran_try_fmt_vid_out() local
341 settings = zr->jpg_settings; in zoran_try_fmt_vid_out()
345 settings.tmp_dcm = 1; in zoran_try_fmt_vid_out()
347 settings.tmp_dcm = 2; in zoran_try_fmt_vid_out()
348 settings.decimation = 0; in zoran_try_fmt_vid_out()
350 settings.ver_dcm = 2; in zoran_try_fmt_vid_out()
352 settings.ver_dcm = 1; in zoran_try_fmt_vid_out()
354 settings.hor_dcm = 4; in zoran_try_fmt_vid_out()
[all …]
/openbmc/phosphor-time-manager/
H A Dmanager.cpp28 Manager::Manager(sdbusplus::bus_t& bus) : bus(bus), settings(bus) in Manager()
35 bus, propertiesChanged(settings.timeSyncMethod, settings::timeSyncIntf), in Manager()
38 // Check the settings daemon to process the new settings in Manager()
39 auto mode = getSetting(settings.timeSyncMethod.c_str(), in Manager()
40 settings::timeSyncIntf, propertyTimeMode); in Manager()
50 bool newNtpMode = (settings::ntpSync == value); in onPropertyChanged()
57 debug("NTP property changed in phosphor-settings, update to systemd" in onPropertyChanged()
109 newNtpMode ? settings::ntpSync : settings::manualSync; in onTimedateChanged()
111 bus, settings.timeSyncMethod.c_str(), settings::timeSyncIntf); in onTimedateChanged()
112 utils::setProperty(bus, settingManager, settings.timeSyncMethod, in onTimedateChanged()
[all …]
/openbmc/phosphor-settingsd/
H A DREADME-settings-manager.md1 # Settings Manager
5 The settings manager has the following design goals:
9 - The above makes it possible to not even create settings objects that do not
13 hosts to not only have different values for certain settings, but have
14 different applicable settings as well.
16 - It should be possible to specify default settings for a system at build-time,
17 based on which the settings manager should at run-time create appropriate
20 ## Settings policy file
23 in YAML. Based on this policy file, the settings manager code is generated to be
24 able to create only relevant settings D-Bus objects along with specifying their
/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/sc/sc_1.0/
H A Dia_css_sc.host.c56 struct ia_css_shading_settings *settings) in sh_css_get_shading_settings() argument
58 if (!settings) in sh_css_get_shading_settings()
63 "ia_css_get_shading_settings() enter: settings=%p\n", settings); in sh_css_get_shading_settings()
65 *settings = params->shading_settings; in sh_css_get_shading_settings()
68 "ia_css_get_shading_settings() leave: settings.enable_shading_table_conversion=%d\n", in sh_css_get_shading_settings()
69 settings->enable_shading_table_conversion); in sh_css_get_shading_settings()
74 const struct ia_css_shading_settings *settings) in sh_css_set_shading_settings() argument
76 if (!settings) in sh_css_set_shading_settings()
81 "ia_css_set_shading_settings() enter: settings.enable_shading_table_conversion=%d\n", in sh_css_set_shading_settings()
82 settings->enable_shading_table_conversion); in sh_css_set_shading_settings()
[all …]
/openbmc/phosphor-state-manager/
H A Dsettings.hpp9 namespace settings namespace
23 * @brief Fetch paths of settings d-bus objects of interest, upon construction
28 /** @brief Constructor - fetch settings objects
51 /** @brief host auto_reboot user settings object */
54 /** @brief host auto_reboot one-time settings object */
57 /** @brief host power_restore_policy settings object */
60 /** @brief host power_restore_policy one-time settings object */
68 * @brief Fetch paths of settings d-bus objects of Host
69 * @note IMPORTANT: This class only supports settings under the
75 /** @brief Constructor - fetch settings objects of Host
[all …]
/openbmc/u-boot/tools/buildman/
H A Dbsettings.py10 """Set up the buildman settings module by reading config files
15 global settings
18 settings = ConfigParser.SafeConfigParser()
28 settings.read(config_fname)
31 settings.readfp(StringIO.StringIO(data))
43 return settings.items(section)
50 """Set an item and write it back to the settings file"""
51 global settings
54 settings.set(section, tag, value)
57 settings.write(fd)
/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dof.c17 struct brcmf_mp_device *settings) in brcmf_of_get_country_codes() argument
30 settings->trivial_ccode_map = in brcmf_of_get_country_codes()
63 settings->country_codes = cc; in brcmf_of_get_country_codes()
69 struct brcmf_mp_device *settings) in brcmf_of_probe() argument
71 struct brcmfmac_sdio_pd *sdio = &settings->bus.sdio; in brcmf_of_probe()
84 settings->board_type = prop; in brcmf_of_probe()
87 settings->antenna_sku = prop; in brcmf_of_probe()
92 prop = of_get_property(np, "brcm,cal-blob", &settings->cal_size); in brcmf_of_probe()
93 if (prop && settings->cal_size) in brcmf_of_probe()
94 settings->cal_blob = prop; in brcmf_of_probe()
[all …]
/openbmc/openbmc-test-automation/gui/test/server_config/
H A Dtest_obmc_gui_network_settings.robot1 *** Settings ***
3 Documentation Test OpenBMC GUI "Network settings" sub-menu of
17 ${xpath_network_save_settings} //*[text()="Save settings"]
28 Verify Network Settings From Server Configuration
29 [Documentation] Verify ability to select "Network Settings" sub-menu option
33 Wait Until Page Contains BMC network settings
34 Page Should Contain IPV4 settings Common settings
38 [Documentation] Verify hostname text is configurable from "network settings"
53 ... settings".
62 ... settings".
/openbmc/phosphor-debug-collector/tools/dreport.d/plugins.d/
H A Dsettings4 # @brief: Get the settings information.
10 #fetch settings data
11 file_name="settings.log"
13 desc="settings"
15 xyz.openbmc_project.Settings \
23 settings_dir="/var/lib/phosphor-settings-manager/settings"
/openbmc/linux/drivers/hid/
H A Dhid-roccat-kone.c92 static void kone_set_settings_checksum(struct kone_settings *settings) in kone_set_settings_checksum() argument
95 unsigned char *address = (unsigned char *)settings; in kone_set_settings_checksum()
100 settings->checksum = cpu_to_le16(checksum); in kone_set_settings_checksum()
141 * Reads settings from mouse and stores it in @buf
153 * Writes settings from @buf to mouse
158 struct kone_settings const *settings) in kone_set_settings() argument
163 settings, sizeof(struct kone_settings)); in kone_set_settings()
276 memcpy(buf, ((char const *)&kone->settings) + off, count); in kone_sysfs_read_settings()
283 * Writing settings automatically activates startup_profile.
294 struct kone_settings *settings = (struct kone_settings *)buf; in kone_sysfs_write_settings() local
[all …]

12345678910>>...170