Home
last modified time | relevance | path

Searched full:determine (Results 1 – 25 of 3190) sorted by relevance

12345678910>>...128

/openbmc/sdbusplus/include/sdbusplus/async/
H A Dserver.hpp54 /* Determine if a type has a get_property call. */
59 /* Determine if a type has a get property call that requires a msg. */
66 /* Determine if a type has any get_property call. */
71 /* Determine if a type is missing the 'const' on get-property calls. */
81 /* Determine if a type has a set_property call. */
88 /* Determine if a type has a set property call that requires a msg. */
95 /* Determine if a type has any set_property call. */
100 /* Determine if a type has a method call. */
106 /* Determine if a type has a method call that requires a msg. */
113 /* Determine if a type has any method call. */
/openbmc/linux/tools/power/cpupower/lib/
H A Dcpufreq.h49 /* determine current CPU frequency
64 /* determine CPU transition latency
71 /* determine hardware CPU frequency limits
82 /* determine CPUfreq driver used
93 /* determine CPUfreq policy currently used
105 /* determine CPUfreq governors currently available
120 /* determine CPU frequency states available
140 /* determine affected CPUs
152 /* determine related CPUs
164 /* determine stats for cpufreq subsystem
/openbmc/u-boot/board/gateworks/gw_ventana/
H A Dgw_ventana_spl.c208 /* write leveling calibration determine */
222 /* write leveling calibration determine */
242 /* write leveling calibration determine */
261 /* write leveling calibration determine */
274 /* write leveling calibration determine */
287 /* write leveling calibration determine */
300 /* write leveling calibration determine */
313 /* write leveling calibration determine */
332 /* write leveling calibration determine */
351 /* write leveling calibration determine */
[all …]
/openbmc/linux/arch/powerpc/boot/
H A Dcuboot-acadia.c66 * Determine forward divider A in get_clocks()
71 * Determine forward divider B in get_clocks()
78 * Determine FBK_DIV. in get_clocks()
90 * Determine PLB_DIV. in get_clocks()
97 * Determine EXTBUS_DIV. in get_clocks()
104 * Determine OPB_DIV. in get_clocks()
/openbmc/linux/drivers/acpi/
H A Dpptt.c131 pr_warn("Found duplicate cache level/type unable to determine uniqueness\n"); in acpi_pptt_walk_cache()
206 * acpi_pptt_leaf_node() - Given a processor node, determine if its a leaf
210 * Determine if the *node parameter is a leaf node by iterating the
353 * set fields that we determine are VALID.
504 * matched to determine which cpus share common topological features
574 * check_acpi_cpu_flag() - Determine if CPU node has a flag set
607 * acpi_get_cache_info() - Determine the number of cache levels and
660 * can be used to determine whether caches are shared between CPUs.
680 * acpi_pptt_cpu_is_thread() - Determine if CPU is a thread
694 * find_acpi_cpu_topology() - Determine a unique topology value for a given CPU
[all …]
/openbmc/linux/include/linux/
H A Doom.h27 * determine what should be killed.
30 /* Used to determine cpuset */
33 /* Used to determine mempolicy */
39 /* Used to determine cpuset and node locality requirement */
H A Dpmbus.h23 * trying to determine if a chip register exists or not.
42 * driver doesn't use CAPABILITY to determine it's behavior.
64 * driver doesn't use the WRITE_PROTECT command to determine its behavior.
/openbmc/u-boot/arch/nds32/cpu/n1213/
H A Dstart.S436 li $r1, 1 ! Determine interruption type
443 li $r1, 2 ! Determine interruption type
450 li $r1, 3 ! Determine interruption type
457 li $r1, 4 ! Determine interruption type
464 li $r1, 5 ! Determine interruption type
471 li $r1, 6 ! Determine interruption type
478 li $r1, 7 ! Determine interruption type
485 li $r1, 8 ! Determine interruption type
492 li $r1, 9 ! Determine interruption type
499 li $r1, 10 ! Determine interruption type
/openbmc/openpower-hw-diags/attn/
H A Dattn_handler.hpp34 * special: Determine if the special attention is a Breakpoint (BP),
47 * @brief Determine if attention is active and not masked
49 * Determine whether an attention needs to be handled and trace details of
H A DAttention_Handler.md24 attention handler will query the state of the host to determine the nature of
83 the host to determine the reason for the active attention handler signal. Each
88 used to determine active attentions.
103 determine the specific type of special attention the attention handler relies on
156 hardware analyses is required to determine root cause. When servicing a
/openbmc/phosphor-state-manager/
H A Dchassis_state_manager.hpp95 /** @brief Determine initial chassis state and set internally */
98 /** @brief Determine status of power into system by examining all the
103 /** @brief Determine status of power provided by an Uninterruptible Power
110 /** @brief Determine status of power provided by the power supply units into
135 * @brief Determine if target is active
232 * Determine if a standby voltage regulator fault was detected and
/openbmc/openbmc/poky/scripts/
H A Doe-git-proxy5 # It uses ALL_PROXY or all_proxy or http_proxy to determine the proxy server,
31 echo 'It uses ALL_PROXY to determine the proxy server, protocol, and port.'
74 # Determine if two IPs are equivalent, or if the CIDR contains the IP
83 # Determine the mask bitlength
146 # Proxy is necessary, determine protocol, server, and port
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dperl-version.bbclass9 # Determine the staged version of perl from the perl configuration file
30 # Determine the staged arch of perl from the perl configuration file
49 # Determine the staged arch of perl-native from the perl configuration file
/openbmc/linux/security/
H A Dcommoncap.c52 * cap_capable - Determine whether a task has a particular effective capability
58 * Determine whether the nominated task has the specified capability amongst
105 * cap_settime - Determine whether the current process may set the system clock
109 * Determine whether the current process may set the system clock and timezone
120 * cap_ptrace_access_check - Determine whether the current process may access
131 * Determine whether a process may access another, returning 0 if permission
159 * cap_ptrace_traceme - Determine whether another process may trace the current
168 * Determine whether the nominated task is permitted to trace the current
216 * Determine whether the inheritable capabilities are limited to the old
286 * cap_inode_need_killpriv - Determine if inode change affects privileges
[all …]
/openbmc/sdbusplus/include/sdbusplus/utility/
H A Dcontainer_traits.hpp11 /** has_const_iterator - Determine if type has const iterator
39 /** has_emplace_method - Determine if type has a method template named emplace
67 /** has_emplace_method - Determine if type has a method template named
/openbmc/linux/arch/powerpc/kernel/
H A Dcpu_setup_e500.S56 * FIXME - we haven't yet done testing to determine a reasonable default
75 * FIXME - we haven't yet done testing to determine a reasonable default
138 * that supports category E.HV. The architectural way to determine
189 * that supports category E.HV. The architectural way to determine
209 * that supports category E.HV. The architectural way to determine
/openbmc/linux/drivers/char/tpm/
H A Dtpm-sysfs.c95 "attempting to determine the number of PCRS", in pcrs_show()
128 "attempting to determine the permanent enabled state", in enabled_show()
150 "attempting to determine the permanent active state", in active_show()
172 "attempting to determine the owner state", in owned_show()
194 "attempting to determine the temporary state", in temp_deactivated_show()
218 "attempting to determine the manufacturer", in caps_show()
227 "attempting to determine the 1.2 version", in caps_show()
235 "attempting to determine the 1.1 version", in caps_show()
/openbmc/phosphor-logging/lib/include/phosphor-logging/lg2/
H A Dflags.hpp24 /** Concept to determine if a type is one of the defined flag types. */
35 /** Static check to determine if a prohibited flag is found in a flag set. */
43 /** Static check to determine if any conflicting flags are found in a flag set.
H A Dconcepts.hpp13 /** Determine if a type might be a constexpr string: (const char (&)[N]) */
18 /** Determine if a type is certainly not a constexpr string. */
/openbmc/linux/Documentation/devicetree/bindings/sound/
H A Dcs35l36.txt32 - cirrus,multi-amp-mode : Boolean to determine if there are more than
43 - cirrus,amp-pcm-inv : Boolean to determine Amplifier will invert incoming
46 - cirrus,imon-pol-inv : Boolean to determine Amplifier will invert the
49 - cirrus,vmon-pol-inv : Boolean to determine Amplifier will invert the
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-class-regulator23 'unknown' means software cannot determine the state, or
27 or microamps to determine configured regulator output levels.
101 NOTE: This value should not be used to determine the regulator
116 NOTE: This value should not be used to determine the regulator
140 NOTE: This value should not be used to determine the regulator
143 attribute may be available to determine the actual mode.
371 'unknown' means software cannot determine the state, or
/openbmc/phosphor-fan-presence/control/json/actions/
H A Dnet_target_increase.hpp32 * @class NetTargetIncrease - Action to determine the net target increase to
56 * @brief Determine/Set the net target increase
69 * the configured state value to determine if an increase delta should be
H A Dnet_target_decrease.hpp32 * @class NetTargetDecrease - Action to determine the net target decrease to
56 * @brief Determine/Set the net target decrease
69 * the configured state value to determine if an decrease delta should be
/openbmc/u-boot/drivers/cpu/
H A Dmpc83xx_cpu.c57 * determine_type() - Determine CPU family of MPC83xx device
92 * determine_type() - Determine CPU type of MPC83xx device
166 * determine_e300_type() - Determine e300 core type of MPC83xx device
195 * determine_revid() - Determine revision ID of CPU device
218 * determine_cpu_data() - Determine CPU information from hardware
/openbmc/u-boot/board/xes/common/
H A Dfsl_8xxx_misc.c12 * Determine if a board's flashes are write protected
39 * can be read to determine the least significant digit of a board's in get_board_derivative()

12345678910>>...128