Home
last modified time | relevance | path

Searched full:default (Results 1026 – 1050 of 9798) sorted by relevance

1...<<41424344454647484950>>...392

/openbmc/openbmc/meta-raspberrypi/recipes-kernel/linux/files/
H A Ddefault-cpu-governor.cfg1 # The defconfigs from the RPi Kernel set "powersave" as the default CPU governor.
2 # That is a bad idea as it reduces performance, so we unset that default option here.
3 # The option to build the powersave governor (but not as the default) is also enabled.
/openbmc/qemu/hw/acpi/
H A DKconfig60 default y
65 default y
80 default y
/openbmc/phosphor-time-manager/
H A Dmeson.options14 # otherwise default value will be considered
24 description: 'The default time mode',
31 description: 'Default object path for time sync setting',
/openbmc/u-boot/arch/arm/dts/
H A Dmeson-gxl-s905x-libretech-cc.dts59 default-state = "on";
66 linux,default-trigger = "heartbeat";
129 pinctrl-names = "default";
145 pinctrl-names = "default";
151 pinctrl-names = "default";
157 pinctrl-names = "default";
234 pinctrl-names = "default", "clk-gate";
253 pinctrl-names = "default", "clk-gate";
270 pinctrl-names = "default";
H A Dsun7i-a20-orangepi-mini.dts77 pinctrl-names = "default";
93 pinctrl-names = "default";
125 pinctrl-names = "default";
148 pinctrl-names = "default";
162 pinctrl-names = "default";
168 pinctrl-names = "default";
177 pinctrl-names = "default";
271 pinctrl-names = "default";
286 pinctrl-names = "default";
H A Dam335x-rut.dts62 /* activelow = 1, default trigger heartbeat */
67 /* activelow = 1, default trigger mmc0 */
72 /* activelow = 1, default trigger debug_osc_ch2 */
78 linux,default-trigger = "heartbeat";
79 /* activelow = 1, default trigger heartbeat */
91 pinctrl-names = "default";
162 pinctrl-names = "default", "sleep";
184 pinctrl-names = "default";
191 pinctrl-names = "default";
196 pinctrl-names = "default";
[all …]
H A Dimx6ul-isiot.dtsi57 pinctrl-names = "default";
65 pinctrl-names = "default";
72 pinctrl-names = "default";
78 pinctrl-names = "default";
84 pinctrl-names = "default";
93 pinctrl-names = "default";
H A Drk3288-evb.dtsi28 pinctrl-names = "default";
64 pinctrl-names = "default";
77 pinctrl-names = "default";
123 default-brightness-level = <50>;
125 pinctrl-names = "default";
151 pinctrl-names = "default";
164 pinctrl-names = "default";
211 pinctrl-names = "default";
218 pinctrl-names = "default";
384 pinctrl-names = "default";
[all …]
H A Dmeson-gxbb-odroidc2.dts48 linux,default-trigger = "heartbeat";
49 default-state = "off";
118 pinctrl-names = "default";
125 pinctrl-names = "default";
169 pinctrl-names = "default";
181 pinctrl-names = "default";
187 pinctrl-names = "default";
255 pinctrl-names = "default", "clk-gate";
274 pinctrl-names = "default", "clk-gate";
292 pinctrl-names = "default";
H A Duniphier-pro4.dtsi79 pinctrl-names = "default";
90 pinctrl-names = "default";
101 pinctrl-names = "default";
112 pinctrl-names = "default";
123 pinctrl-names = "default";
150 pinctrl-names = "default";
164 pinctrl-names = "default";
178 pinctrl-names = "default";
192 pinctrl-names = "default";
231 pinctrl-names = "default";
[all …]
/openbmc/phosphor-dbus-monitor/src/
H A Delog.hpp50 ElogBase(ElogBase&&) = default;
52 ElogBase& operator=(ElogBase&&) = default;
53 virtual ~ElogBase() = default;
97 Elog(Elog&&) = default;
99 Elog& operator=(Elog&&) = default;
100 ~Elog() = default;
146 ElogWithMetadataCapture(ElogWithMetadataCapture&&) = default;
148 ElogWithMetadataCapture& operator=(ElogWithMetadataCapture&&) = default;
149 virtual ~ElogWithMetadataCapture() = default;
H A Dmedian.hpp38 MedianCondition(const MedianCondition&) = default;
39 MedianCondition(MedianCondition&&) = default;
40 MedianCondition& operator=(const MedianCondition&) = default;
41 MedianCondition& operator=(MedianCondition&&) = default;
42 ~MedianCondition() = default;
53 // Default the condition result to true in operator ()()
H A Devent.hpp28 EventBase(EventBase&&) = default;
30 EventBase& operator=(EventBase&&) = default;
31 virtual ~EventBase() = default;
83 Event(Event&&) = default;
85 Event& operator=(Event&&) = default;
86 ~Event() = default;
/openbmc/qemu/tests/fp/
H A Dfp-bench.c188 default: in update_random_ops()
222 default: in fill_random()
273 default: in bench()
308 default: in bench()
343 default: in bench()
378 default: in bench()
413 default: in bench()
418 default: in bench()
526 fprintf(stderr, " -d = duration, in seconds. Default: %d\n", in usage_complete()
529 fprintf(stderr, " -o = floating point operation (%s). Default: %s\n", in usage_complete()
[all …]
/openbmc/phosphor-led-manager/fault-monitor/
H A Dfru-fault-monitor.hpp37 ~Remove() = default;
40 Remove(Remove&&) = default;
41 Remove& operator=(Remove&&) = default;
91 ~Add() = default;
94 Add(Add&&) = default;
95 Add& operator=(Add&&) = default;
/openbmc/openbmc/meta-yadro/meta-nicole/conf/templates/default/
H A Dlocal.conf.sample10 # default values are provided as comments to show people example syntax. Enabling
28 # The default is a downloads directory under TOPDIR which is the build directory.
44 # The default is a sstate-cache directory under TOPDIR.
56 # The default is a tmp directory under TOPDIR.
61 # Default policy config
64 # The default value is fine for general Yocto project use, at least initially.
86 # We default to ipk:
123 # We default to enabling the debugging tweaks.
151 # process may require the user's attention. The default is iterate over the available
161 # By default disable interactive patch resolution (tasks will just fail instead):
[all …]
/openbmc/openbmc/meta-ufispace/meta-ncplite/conf/templates/default/
H A Dlocal.conf.sample10 # default values are provided as comments to show people example syntax. Enabling
36 # This sets the default machine to be qemux86 if no other machine is selected:
48 # The default is a downloads directory under TOPDIR which is the build directory.
64 # The default is a sstate-cache directory under TOPDIR.
76 # The default is a tmp directory under TOPDIR.
81 # Default policy config
84 # The default value is fine for general Yocto project use, at least initially.
106 # We default to ipk:
143 # We default to enabling the debugging tweaks.
171 # process may require the user's attention. The default is iterate over the available
[all …]
/openbmc/openbmc/poky/meta/recipes-extended/shadow/files/
H A Dlogin.defs_shadow-sysroot150 # *REQUIRED* The default PATH settings, for superuser and normal users.
175 # ULIMIT Default "ulimit" value.
187 # Default initial "umask" value for non-PAM enabled systems.
190 # 022 is the default value, but 027, or even 077, could be considered
261 # Default is 8, don't change unless your crypt() is better.
283 # to use the default which is just "Password: ".
292 # which don't understand the new algorithm. Default is "no".
306 # If set to DES, DES-based algorithm will be used for encrypting password (default)
322 # If not specified, the libc will choose the default number of rounds (5000).
333 # setting). Default is none.
[all …]
/openbmc/openbmc/meta-ibm/meta-palmetto/conf/templates/default/
H A Dlocal.conf.sample10 # default values are provided as comments to show people example syntax. Enabling
36 # This sets the default machine to be qemux86 if no other machine is selected:
48 # The default is a downloads directory under TOPDIR which is the build directory.
64 # The default is a sstate-cache directory under TOPDIR.
76 # The default is a tmp directory under TOPDIR.
81 # Default policy config
84 # The default value is fine for general Yocto project use, at least initially.
106 # We default to ipk:
143 # We default to enabling the debugging tweaks.
171 # process may require the user's attention. The default is iterate over the available
[all …]
/openbmc/qemu/rust/hw/char/pl011/src/
H A Dregisters.rs82 #[derive(Clone, Copy, Default, DebugBits, FromBits)]
97 #[derive(Clone, Copy, Default, DebugBits, FromBits)]
137 *self = Self::default(); in reset()
141 impl Default for ReceiveStatusErrorClear {
142 fn default() -> Self { in default() method
180 *self = Self::default(); in reset()
184 impl Default for Flags {
185 fn default() -> Self { in default() method
229 impl Default for LineControl {
230 fn default() -> Self { in default() method
[all …]
/openbmc/u-boot/drivers/pinctrl/aspeed/
H A DKconfig4 default y
13 default y
22 default y
/openbmc/openbmc/poky/meta/conf/distro/
H A Ddefaultsetup.conf1 include conf/distro/include/default-providers.inc
2 include conf/distro/include/default-versions.inc
3 include conf/distro/include/default-distrovars.inc
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/webkitgtk/webkitgtk3/
H A Dfix-typo-denormaldisabler.patch14 -DenormalDisabler::DenormalDisabler() = default
15 +DenormalDisabler::DenormalDisabler() = default;
16 DenormalDisabler::~DenormalDisabler() = default;
/openbmc/openbmc-test-automation/redfish/systems/
H A Dtest_boot_devices.robot29 &{redfish_ipmi_target_map} Hdd=Force Boot from default Hard-Drive
31 ... Diags=Force Boot from default Hard-Drive, request Safe-Mode
241 # - Console Redirection control : System Default
243 # setting (default)
247 Redfish Set Boot Default ${override_enabled} ${override_target} ${override_mode}
294 # - Console Redirection control : System Default
296 # setting (default)
300 Redfish Set Boot Default ${override_enabled} ${override_target} ${override_mode}
349 # - Console Redirection control : System Default
351 # setting (default)
[all...]
/openbmc/u-boot/doc/device-tree-bindings/gpio/
H A Dsnps,creg-gpio.txt26 - gpio-bank-name: name of bank (as default driver name is used is used)
27 - gpio-default-val: array of default output values (must me 0 or 1)
42 gpio-default-val = <1 1>;

1...<<41424344454647484950>>...392