Home
last modified time | relevance | path

Searched full:given (Results 1 – 25 of 4152) sorted by relevance

12345678910>>...167

/openbmc/openpower-hw-diags/util/
H A Dpdbg.hpp46 /** @return The target associated with the given chip. */
49 /** @return The target associated with the given devtree path. */
52 /** @return A string representing the given target's devtree path. */
55 /** @return A string representing the given chip's devtree path. */
58 /** @return The absolute position of the given target. */
61 /** @return The absolute position of the given chip. */
67 /** @return The target type of the given target. */
70 /** @return The target type of the given chip. */
73 /** @return The parent chip target of the given unit target. */
76 /** @return The parent processor chip target of the given target. */
[all …]
/openbmc/linux/lib/
Dlinear_ranges.c
/openbmc/linux/include/soc/fsl/
Ddpaa2-fd.h
/openbmc/u-boot/arch/x86/include/asm/
H A Dearly_cmos.h13 * cmos_read8() - Get 8-bit data stored at the given address
15 * This reads from CMOS for the 8-bit data stored at the given address.
18 * @return: 8-bit data stored at the given address
23 * cmos_read16() - Get 16-bit data stored at the given address
25 * This reads from CMOS for the 16-bit data stored at the given address.
28 * @return: 16-bit data stored at the given address
33 * cmos_read32() - Get 32-bit data stored at the given address
35 * This reads from CMOS for the 32-bit data stored at the given address.
38 * @return: 32-bit data stored at the given address
/openbmc/smbios-mdr/include/
H A Dspeed_select.hpp34 * the info on new D-Bus objects on the given bus connection.
89 * Whether the given level is supported. The level indices may be
94 /** Whether SST-BF is supported in a given level. */
96 /** Whether SST-TF is supported in a given level. */
98 /** Whether SST-BF is enabled in a given level. */
100 /** Whether SST-TF is enabled in a given level. */
102 /** Return the package Thermal Design Power in Watts for a given level. */
104 /** Return the number of cores enabled in a given level. */
106 /** Return the list of enabled logical core indices for a given level. */
110 * given level.
[all …]
/openbmc/linux/tools/perf/Documentation/
Dperf-kwork.txt
Dperf-sched.txt
Dperf-ftrace.txt
/openbmc/linux/arch/powerpc/include/asm/
Dmpic_msgr.h
/openbmc/linux/tools/perf/util/
Ddwarf-aux.h
/openbmc/linux/arch/sparc/include/asm/
Doplib_64.h
/openbmc/qemu/include/hw/nvram/
H A Dfw_cfg.h107 * Add a new fw_cfg item, available by selecting the given key, as a raw
108 * "blob" of the given size. The data referenced by the starting pointer
119 * Add a new fw_cfg item, available by selecting the given key. The item
131 * Replace the fw_cfg item available by selecting the given key. The new
145 * Add a new fw_cfg item, available by selecting the given key. The item
146 * data will consist of a dynamically allocated copy of the given 16-bit
157 * Replace the fw_cfg item available by selecting the given key. The new
158 * data will consist of a dynamically allocated copy of the given 16-bit
171 * Add a new fw_cfg item, available by selecting the given key. The item
172 * data will consist of a dynamically allocated copy of the given 32-bit
[all …]
/openbmc/pldm/libpldmresponder/
H A Dbios_table.hpp91 /** @brief Find the string handle from the BIOS string table by the given
125 /** @brief Find the string handle from the BIOS string table by the given
161 /** @brief construct entry of string table at the end of the given
163 * @param[in,out] table - The given table
225 /** @brief construct string entry of attribute table at the end of the given
227 * @param[in,out] table - The given table
246 * given table
247 * @param[in,out] table - The given table
276 * given table
277 * @param[in,out] table - The given table
[all …]
/openbmc/openpower-hw-diags/test/
H A Dsim-hw-access.hpp44 * @param i_addr A SCOM address on the given chip.
45 * @param i_val The value of the given address.
58 * @param i_addr A SCOM address on the given chip.
79 * @param i_addr A SCOM address on the given chip.
80 * @param o_val The value of the given address. If the target address
134 * @param i_addr A CFAM address on the given chip.
135 * @param i_val The value of the given address.
148 * @param i_addr A CFAM address on the given chip.
169 * @param i_addr A CFAM address on the given chip.
170 * @param o_val The value of the given address. If the target address
/openbmc/openpower-hw-diags/analyzer/ras-data/
H A Dras-data-parser.hpp47 * @brief Returns a resolution for all the RAS actions needed for the given
59 * @return True if the flag is set for the given signature, else false.
80 * @brief Parses a signature in the given data file and returns a string
91 * @brief Parses a bus object in the given data file and returns the bus
102 * @brief Parses an action in the given data file and returns the
106 * @param i_action The target action to parse from the given RAS data.
107 * @return A resolution (or nested resolutions) representing the given
118 * @brief Returns a callout priority enum value for the given string.
/openbmc/linux/drivers/soc/fsl/dpio/
Ddpio-service.c
/openbmc/u-boot/scripts/dtc/libfdt/
H A Dlibfdt.h93 /* FDT_ERR_TRUNCATED: Structure block of the given device tree
96 /* FDT_ERR_BADMAGIC: Given "device tree" appears not to be a
100 /* FDT_ERR_BADVERSION: Given device tree has a version which
105 /* FDT_ERR_BADSTRUCTURE: Given device tree has a corrupt
109 /* FDT_ERR_BADLAYOUT: For read-write functions, the given
250 * fdt_check_header() checks that the given buffer contains what
305 * fdt_get_max_phandle retrieves the highest phandle in the given
363 * fdt_subnode_offset - find a subnode of a given node
369 * offset parentoffset with the given name. name may include a unit
373 * whose name excluding unit address matches the given name.
[all …]
/openbmc/linux/include/linux/mfd/
Ddb8500-prcmu.h
/openbmc/linux/Documentation/ABI/testing/
Dsysfs-class-bdi
/openbmc/phosphor-fan-presence/monitor/
H A Dconditions.hpp33 * @brief A condition that checks all properties match the given values
34 * @details Checks each property entry against its given value where all
35 * property values must match their given value for the condition to pass
45 * @brief Parse the propertiesMatch condition's parameters from the given JSON
47 * @details Parses and verifies all the required parameters are given in the
/openbmc/u-boot/include/
H A Dadc.h94 * for the given channel number.
116 * channel_data() - get conversion output data for the given channel.
147 * selected by the given mask
154 * stop() - stop conversion of the given ADC device
163 * adc_start_channel() - start conversion for given device/channel and exit.
172 * adc_start_channels() - start conversion for given device/channels and exit.
185 * adc_channel_data() - get conversion data for the given device channel number.
211 * adc_data_mask() - get data mask (ADC resolution bitmask) for given ADC device
222 * adc_channel_mask() - get channel mask for given ADC device
234 * device's channel. This function searches for the device with the given name,
[all …]
/openbmc/linux/drivers/of/
Dcpu.c
/openbmc/linux/include/linux/
Dscpi_protocol.h
/openbmc/google-misc/subprojects/ncsid/src/platforms/nemora/portable/
H A Dncsi_server.h52 * Construct simple ACK command in the buffer, given the buffer with the
66 * Construct simple NACK command in the buffer, given the buffer with the
83 * Construct ACK command in the buffer, given the buffer with the
99 * Construct OEM ACK command in the buffer, given the buffer with the
116 * Construct simple OEM ACK command in the buffer, given the buffer with the
130 * Construct OEM ACK command in the buffer, given the buffer with the
144 * Construct ACK response in the buffer, given the buffer with the
160 * Construct ACK response in the buffer, given the buffer with the
186 * Construct ACK response in the buffer, given the buffer with the
/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/VPD/
H A DManager.interface.yaml6 A method to update the keyword value for a given VPD record.
106 A method to get list of FRU D-BUS object paths for a given unexpanded
122 List of all the FRUs D-Bus object paths for the given location
129 A method to get list of FRU D-BUS object paths for a given expanded
140 List of all the FRUs D-Bus object path for the given location
147 An api to get expanded location code corresponding to a given
175 An api to delete VPD of a given FRU and set its Present property as
177 to collect VPD of any given FRU in case of concurrent maintenance.
188 An api to collect VPD of a given FRU.

12345678910>>...167